input[type="date"],
select,
input[type="text"] {
  max-width: 100%;
}

.date-month {
  color: var(--cyan);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.date-day {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.schedule-event-message {
  margin-top: 1rem;
  color: var(--sub);
}

.schedule-event-message p + p {
  margin-top: 0.75rem;
}

.schedule-empty-state {
  max-width: 52rem;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  border: 1px solid rgba(0, 255, 245, 0.18);
  background:
    linear-gradient(135deg, rgba(0, 255, 245, 0.08), rgba(111, 0, 255, 0.08)),
    rgba(7, 13, 37, 0.86);
  text-align: center;
}

.schedule-empty-kicker {
  margin-bottom: 0.5rem;
  color: var(--cyan);
  font-size: 0.82rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.schedule-empty-state h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}

.schedule-empty-state p {
  max-width: 38rem;
  margin: 0 auto;
  color: var(--sub);
}
