.selected-turno.has-date-time {
  display: block;
  padding-left: 58px;
}

.booking-modal-card #selectedTurnoLabel {
  display: none;
}

.selected-turno .turno-date-line {
  display: block;
  margin-bottom: 6px;
  color: #6ee7b7;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.05;
}

.selected-turno .turno-time-line {
  display: block;
  color: #f8fafc;
  font-size: 1.18rem;
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

@media (prefers-color-scheme: light) {
  .selected-turno .turno-date-line {
    color: #059669;
  }

  .selected-turno .turno-time-line {
    color: #0f172a;
  }
}
