/* index.css */
#event-calendar {
  width: 100%;
}
#event-calendar a {
  color: initial;
}
#event-calendar th {
  background: none;
}
#event-calendar .fc-button {
  padding: 2px 8px;
  background-color: white;
  border-color: #009016;
  color: #009016;
}
#event-calendar .fc-button:hover {
  color: #33cd4b;
}
#event-calendar .fc-button .fc-icon {
  font-size: 1em;
}
#event-calendar .fc-button-active {
  background-color: #009016;
  border-color: #009016;
  color: white;
}
#event-calendar .fc-day-today {
  background: none;
}
#event-calendar .fc-daygrid-day-number {
  padding-inline: 8px;
}
#event-calendar .fc-day-today .fc-daygrid-day-number {
  color: white;
}
#event-calendar .fc-day-today .fc-daygrid-day-number::after {
  content: "";
  background: #009016;
  border-radius: 100%;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
#event-popup {
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  max-width: 400px;
  line-height: 1.2;
}
#event-popup > * {
  margin: 0;
}
#event-popup > * + * {
  margin-top: 0.5em;
}
#event-popup .popup-description {
  font-size: 0.9em;
  white-space: pre-wrap;
}
/*# sourceMappingURL=calendar.css.map */
