/* Seasonal overlay: above page chrome, below modals. Never captures clicks. */

.season-fx {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  pointer-events: none !important;
  z-index: 55;
  display: block !important;
}
