@media (min-width: 1301px) {
  .calendar-content { display:flex; height:calc(100vh - 72px); min-height:620px; overflow:hidden; }
  .calendar-content > .calendar-panel { flex:0 0 var(--calendar-pane-width,46%); min-width:360px; height:100%; overflow:auto; }
  .calendar-content > .day-panel { position:relative; flex:0 0 var(--schedule-pane-width,27%); min-width:260px; height:100%; overflow:hidden; }
  .calendar-content > .detail-panel { position:relative; inset:auto; flex:1 1 0; width:auto; min-width:300px; height:100%; max-height:none; overflow:hidden; box-shadow:none; z-index:auto; }
  .calendar-content .schedule-list { min-height:0; }
  .calendar-pane-resizer { position:absolute; inset:0 auto 0 -7px; z-index:8; width:14px; cursor:col-resize; touch-action:none; outline:none; }
  .calendar-pane-resizer::before { content:""; position:absolute; inset:0 auto 0 6px; width:2px; background:transparent; transition:background .15s,box-shadow .15s; }
  .calendar-pane-resizer span { position:absolute; top:50%; left:3px; width:8px; height:42px; border:1px solid #c6d5e1; border-radius:8px; background:#fff; box-shadow:0 2px 8px #183d5d20; transform:translateY(-50%); }
  .calendar-pane-resizer span::after { content:"⋮"; display:grid; height:100%; place-items:center; color:#7890a5; font-size:15px; line-height:1; }
  .calendar-pane-resizer:hover::before,.calendar-pane-resizer:focus-visible::before,.resizing-calendar-panes .calendar-pane-resizer::before { background:#3487d4; box-shadow:0 0 0 2px #3487d424; }
  .resizing-calendar-panes,.resizing-calendar-panes * { cursor:col-resize!important; user-select:none!important; }
}

.schedule-list .job-time { color:#405d78; font-weight:800; }
