/* ---------- gp practices page only ---------- */
/* where a session actually fits in a practice week */
.slots{margin-top:2.5rem;max-width:52rem}
.slots .keyrow{grid-template-columns:13rem minmax(0,1fr)}
@media(max-width:640px){ .slots .keyrow{grid-template-columns:1fr;gap:.3rem} }

.peer{max-width:var(--measure)}
