.program-date {
  text-align: center;
  font-size: 1rem;
  color: #cccccc;
  margin: 0 0 0.5rem;
  font-style: italic;
}

/* ── Program list ── */
.program-list {
  list-style: none;
  margin: 0.5rem auto 1.5rem;
  padding: 0;
  max-width: 620px;
}

.program-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #222222;
}

.program-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
}

.program-performers {
  color: #f5c842;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Finale item */
.program-finale {
  border-bottom: none;
}

/* ── Intermission ── */
.intermission {
  margin: 0.5rem auto;
  max-width: 620px;
}

.intermission-label {
  text-align: center;
  font-size: 1.3rem;
  font-style: italic;
  color: #f5c842;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0;
}

/* ── Responsive ── */
@media (max-width: 600px) {
  .program-item {
    flex-direction: column;
    gap: 0.2rem;
  }

  .program-performers {
    white-space: normal;
  }
}
