/* Calendar slot rows: checkbox, alias, edit button, and calendar select stay aligned. */
.calendar-slots.vertical{display:grid;grid-template-columns:1fr;gap:10px}
.calendar-slot-row{display:grid;grid-template-columns:22px minmax(150px,1fr) 68px minmax(220px,2fr);gap:10px;align-items:center;min-width:0}
.calendar-slot-row .calendar-slot-remove{width:18px;height:18px;margin:0;accent-color:#2563eb}
.calendar-slot-row .calendar-slot-label,.calendar-slot-row .calendar-slot-select{height:40px;min-width:0;border:1px solid #cbd5e1;border-radius:9px;background:#fff;padding:0 11px;color:#0f172a}
.calendar-slot-row .calendar-slot-label{text-align:left}
.calendar-slot-row .calendar-label-edit{height:40px;border:1px solid #bfdbfe;border-radius:9px;background:#f8fafc;color:#075985;font-weight:800}
@media(max-width:760px){.calendar-slot-row{grid-template-columns:22px minmax(0,1fr) 64px;gap:8px}.calendar-slot-row .calendar-slot-select{grid-column:2/-1}}
