.volunteer-slot-editor{display:grid;gap:10px;max-height:min(58vh,620px);overflow:auto;padding:2px}
.volunteer-slot-editor-row{display:grid;grid-template-columns:minmax(135px,.8fr) minmax(100px,.55fr) minmax(100px,.55fr) minmax(220px,1.5fr) auto;gap:10px;align-items:end;padding:12px;border:1px solid var(--line,#e4d9df);border-radius:12px;background:#fff}
.volunteer-slot-editor-row label{display:grid;gap:5px;margin:0;font-size:.78rem;font-weight:700}
.volunteer-slot-editor-row input{width:100%;min-width:0}
.volunteer-slot-editor-row .inline-check{display:flex;align-items:center;gap:7px;min-height:42px;white-space:nowrap}
.volunteer-slot-editor-row .inline-check input{width:auto}
@media(max-width:850px){.volunteer-slot-editor-row{grid-template-columns:1fr 1fr}.volunteer-slot-editor-row .slot-label{grid-column:1/-1}.volunteer-slot-editor-row .inline-check{grid-column:1/-1}}
@media(max-width:520px){.volunteer-slot-editor-row{grid-template-columns:1fr}.volunteer-slot-editor-row .slot-label,.volunteer-slot-editor-row .inline-check{grid-column:auto}}
