/**
 * Keep Acuity sticky/filter UI below the site header.
 * Header uses a very high z-index (Additional CSS); without a local
 * stacking context, the widget's own sticky bars can paint over the nav.
 */
#acuity-calendar,
.ec-acuity-calendar {
  position: relative;
  z-index: 0;
  isolation: isolate;
}
