/* Bookings: only the dispatch-specific structure. Controls and the calendar
   inherit the Console/shared component rules rather than growing a second UI. */
.bk-attn{display:flex;align-items:center;gap:12px}
.bk-attn div{display:grid;gap:3px}.bk-attn span{color:var(--ink-soft)}
.bk-pending{background:rgba(154,107,28,.045)}
.bk-needs{color:var(--warn);font-weight:700}
.bk-job{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0;overflow:hidden}
.bk-job>div{display:grid;gap:5px;padding:14px 16px;border-bottom:1px solid var(--line)}
.bk-job>div:nth-child(odd){border-right:1px solid var(--line)}
.bk-job>div:last-child:nth-child(odd){grid-column:1/-1;border-right:0}
.bk-job span,.bk-dispatch-head span{font-size:12px;color:var(--ink-soft)}
.bk-job b,.bk-dispatch-head b{font-size:14px;line-height:1.45}
.bk-job small{font-size:12px;color:var(--ink-soft)}
.bk-notes{font-size:13px;line-height:1.6;margin-top:14px;white-space:pre-line}
.bk-dispatch-head{display:grid;grid-template-columns:1fr auto;gap:14px;padding:14px 16px;
  border-radius:12px;background:var(--surface);box-shadow:0 0 0 1px var(--line) inset;margin-bottom:18px}
.bk-dispatch-head>div{display:grid;gap:4px}.bk-dispatch-head>div:last-child{text-align:right}
.bk-calendar{margin:2px 0 14px;min-height:48px}
.bk-calendar .lum-cal{margin-inline:auto}
.bk-chosen{min-height:56px;border-radius:11px;background:var(--sand);padding:11px 14px;
  display:grid;align-content:center;gap:2px;margin-bottom:14px;font-size:13px}
.bk-chosen b{font-size:14px}.bk-chosen span{color:var(--ink-soft)}
.bk-override{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:12px 0;margin:6px 0 16px}
.bk-override summary{cursor:pointer;font-weight:700;font-size:13.5px;min-height:44px;display:flex;align-items:center}
.bk-override>p{font-size:13px;color:var(--ink-soft);line-height:1.55;margin:0 0 14px}
.bk-override .field{margin-bottom:10px}.bk-notify{margin-top:4px}
@media(max-width:700px){
  .bk-job{grid-template-columns:1fr}.bk-job>div:nth-child(odd){border-right:0}.bk-job>div:last-child:nth-child(odd){grid-column:auto}
  .bk-dispatch-head{grid-template-columns:1fr}.bk-dispatch-head>div:last-child{text-align:left}
  .bk-table th:nth-child(3),.bk-table td:nth-child(3),.bk-table th:nth-child(6),.bk-table td:nth-child(6){display:none}
}
