/* Weekday roles are editable for Full-time, Part-time and On-call staff alike. */
#items .owner-staff-week-grid,#items .owner-weekly-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:10px;overflow:visible}
#items .owner-staff-day,#items .owner-weekly-grid>label{min-width:0}
#items .owner-staff-day select,#items .owner-weekly-grid select{width:100%;min-width:0;min-height:40px;padding:7px 5px;font-size:14px;border:1px solid #bfd0da;border-radius:7px;background:#fff;color:#294b60}
#items .owner-staff-day input[type=time],#items .owner-weekly-grid input{width:100%;min-width:0;box-sizing:border-box}
#business-fields .schedule-row{grid-template-columns:42px 92px minmax(150px,1.4fr) minmax(95px,1fr) 20px minmax(95px,1fr)}
@media(max-width:720px){#business-fields .schedule-row{grid-template-columns:40px 1fr 1fr}#business-fields .schedule-row select{grid-column:2/4}#items .owner-staff-week-grid,#items .owner-weekly-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
