/*! Zabuto Calendar - v2.1.0 - 2022-12-29
* https://github.com/zabuto/calendar
* Copyright (c) 2022 Anke Heijnen; Licensed MIT */
.zabuto-calendar {
  width: 100%;
  margin: 0;
  padding: 0;
}

.zabuto-calendar__navigation__item--next,
.zabuto-calendar__navigation__item--prev {
  text-align: center;
  cursor: pointer
}

.zabuto-calendar__navigation__item--header {
  text-align: center
}

.zabuto-calendar__navigation__item--header__title {
  cursor: pointer;
  font-weight: bolder
}

.zabuto-calendar__days-of-week__item {
  text-align: center
}

.zabuto-calendar__day {
  text-align: center
}

.zabuto-calendar__day--today {
  text-align: center
}