.special_offer_countdown_clock_wrapper {
  max-width: 100%;
  text-align: center;
}
.adm-countdown {
  max-width: 100%;
  font-variant-numeric: tabular-nums;
}
.adm-countdown--flip {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(0.45rem, 2.65vw, 1rem);
  line-height: 1;
}
@supports (container-type: inline-size) {
  .special_offer_countdown_clock_wrapper,
  .admorris-discount-timer-container .modal-body {
    container-type: inline-size;
  }
  .special_offer_countdown_clock_wrapper .adm-countdown--flip,
  .admorris-discount-timer-container .modal-body .adm-countdown--flip {
    font-size: clamp(0.45rem, 2.65cqi, 1rem);
  }
  @container (max-width: 269px) {
    .special_offer_countdown_clock_wrapper .adm-countdown__visual,
    .admorris-discount-timer-container .modal-body .adm-countdown__visual {
      display: grid;
      grid-template-columns: repeat(2, max-content);
      gap: 1.25em 2em;
    }
    .special_offer_countdown_clock_wrapper .adm-countdown__separator,
    .admorris-discount-timer-container .modal-body .adm-countdown__separator {
      display: none;
    }
  }
}
.adm-countdown__unit {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}
.adm-countdown__unit-label {
  margin-top: 0.35em;
  font-size: clamp(0.625rem, 0.85em, 0.85rem);
  line-height: 1.2;
  white-space: nowrap;
}
.adm-countdown--flip .tick {
  max-width: 100%;
  font-size: 3em;
}
.adm-countdown__visual {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.adm-countdown__tick {
  flex: none;
  white-space: nowrap;
}
.adm-countdown__static-value {
  flex: none;
  min-width: 1.125em;
  margin: 0 0.0625em;
  padding: 0.2em 0.15em;
  border-radius: 0.125em;
  font-size: 3em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.adm-countdown__separator {
  flex: 0 0 auto;
  align-self: flex-start;
  margin: 0.55em 0.08em 0;
  color: currentColor;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1;
  opacity: 0.45;
  transform: translateY(-0.05em);
}
.adm-countdown--standard-clock-white .tick-flip-panel,
.adm-countdown--flip-clock-white .tick-flip-panel {
  color: #222;
  background-color: #fff;
}
.adm-countdown--standard-clock-white .adm-countdown__static-value {
  color: #222;
  background-color: #fff;
}
.adm-countdown--standard-clock-black .tick-flip-panel,
.adm-countdown--flip-clock-black .tick-flip-panel {
  color: #fff;
  background-color: #222;
}
.adm-countdown--standard-clock-black .adm-countdown__static-value {
  color: #fff;
  background-color: #222;
}
.adm-countdown--standard-clock-white .tick-flip-shadow,
.adm-countdown--standard-clock-black .tick-flip-shadow {
  display: none;
}
.adm-countdown--reduced-motion .tick-flip-card,
.adm-countdown--reduced-motion .tick-flip-panel {
  animation: none !important;
  transition: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .adm-countdown .tick-flip-card,
  .adm-countdown .tick-flip-panel {
    animation: none !important;
    transition: none !important;
  }
}
