/* Conference hero countdown: clean inline numeric display. */
.conference-route .conf-hero-banner .countdown-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(88px, 1fr));
  gap: 0.75rem;
  width: min(100%, 560px);
  margin-top: 1.5rem;
}

.conference-page .conf-hero-banner .countdown-container {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(88px, 1fr));
  gap: 0.75rem;
  width: min(100%, 560px);
  margin-top: 1.5rem;
}

.conference-route .conf-hero-banner .countdown-separator {
  display: none;
}

.conference-route .conf-hero-banner .countdown-item {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  min-width: 0;
  min-height: 72px;
  padding: 0.35rem 0.5rem;
  overflow: visible;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.conference-page .conf-hero-banner .countdown-item {
  position: relative;
  display: grid !important;
  justify-items: center;
  align-content: center;
  min-width: 0 !important;
  min-height: 72px;
  padding: 0.35rem 0.5rem !important;
  overflow: visible;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  flex: initial !important;
}

.conference-route .conf-hero-banner .countdown-item::before {
  display: none !important;
  content: none !important;
}

.conference-page .conf-hero-banner .countdown-item::before,
.conference-page .conf-hero-banner .countdown-container .countdown-item:not(:last-child)::after,
.conference-route .conf-hero-banner .countdown-item::after {
  display: none !important;
  content: none !important;
}

.conference-route .conf-hero-banner .countdown-item--seconds::before {
  display: none !important;
  content: none !important;
}

.conference-route .conf-hero-banner .countdown-value {
  position: relative;
  z-index: 1;
  min-height: auto;
  margin: 0;
  color: #ffffff;
  font-family: "DM Sans", "Inter", sans-serif !important;
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-shadow: none;
}

.conference-route .conf-hero-banner .countdown-label {
  position: relative;
  z-index: 1;
  margin-top: 0.55rem;
  color: rgba(203, 226, 255, 0.82);
  font-family: "DM Sans", "Inter", sans-serif !important;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.conference-route .conf-hero-banner .countdown-item:hover {
  transform: none;
}

.conference-page .conf-hero-banner .countdown-item:hover {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

@media (min-width: 900px) {
  .conference-route .conf-hero-banner .conf-hero-meta {
    display: grid !important;
    grid-template-columns: repeat(2, max-content);
    gap: 0.75rem 1rem;
    align-items: start;
  }

  .conference-route .conf-hero-banner .meta-pill-date {
    grid-column: 1;
    grid-row: 1;
  }

  .conference-route .conf-hero-banner .meta-pill-location {
    grid-column: 2;
    grid-row: 1;
  }

  .conference-route .conf-hero-banner .meta-pill-delegates {
    grid-column: 1;
    grid-row: 2;
  }

  .conference-route .conf-hero-banner .meta-pill-venue {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (max-width: 899px) {
  .conference-route .conf-hero-banner .countdown-container {
    width: min(100%, 500px);
    gap: 0.65rem;
  }

  .conference-page .conf-hero-banner .countdown-container {
    width: min(100%, 500px);
    gap: 0.65rem;
  }

  .conference-route .conf-hero-banner .countdown-item {
    min-height: 68px;
    padding: 0.25rem 0.45rem;
  }

  .conference-page .conf-hero-banner .countdown-item {
    min-height: 68px;
    padding: 0.25rem 0.45rem !important;
  }

  .conference-route .conf-hero-banner .countdown-value {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .conference-route .conf-hero-banner .countdown-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .conference-page .conf-hero-banner .countdown-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .conference-route .conf-hero-banner .countdown-item {
    width: auto;
    min-width: 0;
    min-height: 64px;
    padding: 0.25rem 0.4rem;
  }

  .conference-page .conf-hero-banner .countdown-item {
    width: auto;
    min-width: 0 !important;
    min-height: 64px;
    padding: 0.25rem 0.4rem !important;
    flex: initial !important;
  }

  .conference-route .conf-hero-banner .countdown-value {
    font-size: 1.75rem;
  }

  .conference-route .conf-hero-banner .countdown-label {
    font-size: 0.58rem;
    letter-spacing: 0.13em;
  }
}
