.schedule-layout{grid-template-columns:minmax(360px,430px) minmax(0,1fr);align-items:start}.schedule-summary{min-width:0}.schedule-table-head,.schedule-table article{display:grid;grid-template-columns:minmax(130px,1fr) minmax(250px,1.5fr) 115px 120px;gap:18px;align-items:center}.schedule-table-head{padding:10px 0;color:#766f65;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--line)}.schedule-table article{padding:18px 0;border-bottom:1px solid var(--line)}.day-chips{display:flex;gap:5px;flex-wrap:nowrap}.day-chips span{min-width:34px;padding:6px 7px;border-radius:7px;background:#edf5f1;color:#235c4b;text-align:center;font-size:12px;font-weight:800}.schedule-table article>span:last-child{color:#766f65;font-size:13px}
@media(max-width:1050px){.schedule-layout{grid-template-columns:1fr}.schedule-table-head,.schedule-table article{grid-template-columns:minmax(120px,1fr) minmax(240px,2fr) 110px 120px}}
@media(max-width:650px){.schedule-table-head{display:none}.schedule-table article{grid-template-columns:1fr 1fr;gap:10px}.day-chips{grid-column:1/-1;order:3;overflow-x:auto}.schedule-table article>span:last-child{text-align:right}}
