/* Google Calendar events list — matches Rockfest dark sections */
#section-events .calendar-events-msg {
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

#section-events .calendar-events-msg code {
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.85);
}

#section-events .calendar-events-loading {
  opacity: 0.85;
}

#section-events .calendar-events-error {
  color: #ff8a8a;
}

#section-events .calendar-events-list li {
  text-align: left;
}

#section-events .calendar-events-list h3 {
  margin-bottom: 0.35rem;
}

#section-events .calendar-events-meta {
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}

#section-events .calendar-events-loc {
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
  opacity: 0.9;
}

#section-events .calendar-events-loc .fa {
  margin-right: 0.35rem;
}

#section-events .calendar-events-desc {
  font-size: 0.88rem;
  line-height: 1.45;
  margin-bottom: 0;
  max-width: 40rem;
  opacity: 0.75;
  color: rgba(255, 255, 255, 0.7);
}
