/* Calendar week is a date range, not a replacement for the existing class lists. */
.attendance-schedule { min-width: 0; }
.attendance-week-days { display: block; }
.attendance-day + .attendance-day { margin-top: 20px; }
.attendance-schedule .attendance-day-empty { color: #747a70; font-size: 14px; }
.student-page .attendance-day-title { margin: 20px 0 8px; color: var(--accent-hover); font-size: 14px; letter-spacing: 0.04em; text-transform: uppercase; }
.attendance-day.is-past .attendance-day-title { color: #777; }
.attendance-schedule .attendance-expired { opacity: 0.55; }
.attendance-schedule .attendance-expired button { color: #73766f; background: #e6e8e3; border-color: #cdd1c8; cursor: not-allowed; opacity: 1; }
.student-page .attendance-week-note { margin-top: 18px; font-size: 14px; color: var(--text-secondary); }
