.wp-block-dpt-event-countdown {
  margin: 0;
}

.dpt-event-countdown {
  border: 1px solid #d7d4cd;
  border-radius: 20px;
  background: linear-gradient(180deg, #fbf7ef 0%, #f2ede3 100%);
  color: #2b2a27;
  overflow: hidden;
}

.dpt-event-countdown.is-hidden {
  display: none;
}

.dpt-event-countdown__inner {
  padding: 1.5rem;
}

.dpt-event-countdown__eyebrow {
  margin: 0 0 0.35rem;
  color: #746b5c;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dpt-event-countdown__title {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.15;
}

.dpt-event-countdown__values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.dpt-event-countdown__segment {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 7rem;
  padding: 1rem 0.75rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.75);
}

.dpt-event-countdown__value {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1;
}

.dpt-event-countdown__label {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dpt-event-countdown__description {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.6;
}

.dpt-event-countdown__description p {
  margin: 0 0 0.75rem;
}

.dpt-event-countdown__description p:last-child {
  margin-bottom: 0;
}

.dpt-event-countdown__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 640px) {
  .dpt-event-countdown__values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
