.attendance-exceptions{margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}
.attendance-exceptions>.page-head{margin:0 0 14px}
.attendance-exceptions .schedule-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
.people-metrics>.card{display:grid;align-content:start;gap:6px}
.people-metrics>.card>span,.people-metrics>.card>small{color:var(--muted)}
.people-metrics>.card>strong{font-size:1.7rem;font-variant-numeric:tabular-nums}
@media(max-width:960px){.attendance-exceptions .schedule-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.attendance-exceptions .schedule-cards{grid-template-columns:1fr}}
