<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.event-calendar .calendar-list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.event-calendar .calendar-list li {
  display: block;
  color: #f49ac1;
  padding: 8px 0;
  border-bottom: 2px dashed #f49ac1;
}
.event-calendar .calendar-list li a {
  display: inline-block;
  color: #f49ac1;
  font-weight: bold;
}
.event-calendar .calendar-list li span {
  color: #ea5e9b;
}

#calendar-widget &gt; div {
  width: 100%;
}
#calendar-widget .ui-widget.ui-widget-content {
  border: 1px solid #e6e6e6;
}
#calendar-widget .ui-widget.ui-widget-content .ui-widget-header {
  border: 1px solid #e66aa0;
  background: #f49ac1;
  color: #ffffff;
}
#calendar-widget .ui-state-hover,
#calendar-widget .ui-widget-content .ui-state-hover,
#calendar-widget .ui-widget-header .ui-state-hover {
  border: none;
  background: #fdbcd8;
}
#calendar-widget .ui-state-default,
#calendar-widget .ui-widget-content .ui-state-default {
  border: 1px solid #e66aa0;
  background: #fff4f9;
  color: #000000;
}
#calendar-widget .ui-state-highlight,
#calendar-widget .ui-widget-content .ui-state-highlight,
#calendar-widget .ui-datepicker-current-day .ui-state-active {
  border: 1px solid #e66aa0;
  background: #f49ac1;
  color: #fff;
}
#calendar-widget .ui-datepicker-year {
  display: none;
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>