/*
 * Accessibility (WCAG 2.1) overrides.
 * Loaded after style-all.min.css so rules here always win.
 * Not part of the gulp/sass build — edit directly, no rebuild needed.
 *
 * Plugin CSS (e.g. Modern Events Calendar) can load after this file
 * (often footer-enqueued), so equal-specificity !important rules can
 * still lose on source order. Doubling the class selector below bumps
 * specificity above a plain .mec-previous-month, winning regardless of
 * load order. Reuse this pattern for other plugin overrides here.
 */

.mec-previous-month.mec-previous-month,
.mec-next-month.mec-next-month,
.mec-selected-day.mec-selected-day,
.mec-color.mec-color {
  background-color: #63572c !important;
  color: #fff !important;
}
.mec-calendar .mec-calendar-events-side .mec-table-side-title {
  color: #000 !important;
  font-weight: 500 !important;
}
.mec-calendar .mec-table-nullday {
  color: #000 !important;
  background-color: #f1f1f1 !important;
}
.mec-calendar .mec-event-article .mec-event-detail {
  color: #000 !important;
}
