
/* === Countdown alignment hotfix === */
/* Revert any absolute positioning that may have been added in Stylus */
.hero__date .countdown {
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: 100% !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 12px 0 12px 0 !important;
}

/* Keep the adjacent blocks centered and spaced */
.hero__date-day {
  text-align: center !important;
}

.hero__date-text {
  text-align: center !important;
  width: 100% !important;
}
