#agenda {
  max-height: 420px;
  overflow-y: auto;
  font-family: system-ui;
}

.agenda-day {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.agenda-date {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 6px;
}

.agenda-event {
  margin-left: 12px;
  font-size: 14px;
  color: #333;
}
