/* Build 127 FINAL Workflow Cohesion Hotfix 23 — owner-approved C + D only. */
.emergency-dispatch-modal .weather-reschedule-list{max-height:min(420px,48vh)}
.emergency-dispatch-modal .weather-reschedule-item{grid-template-columns:auto minmax(0,1fr) auto;cursor:default}
.emergency-dispatch-modal .weather-reschedule-item:hover{border-color:#cfd9e1}
.emergency-dispatch-modal .weather-reschedule-item.is-selected{border-color:#ef9a91;background:#fff5f4;box-shadow:inset 0 0 0 1px #ffd1cc}
.emergency-dispatch-modal .visit-order-number{width:28px;height:28px;display:inline-grid;place-items:center;border:1px solid #cbd5e1;border-radius:999px;background:#fff;font-size:11px;font-weight:800;color:#334155}
.emergency-dispatch-modal .status-badge.status-urgent{border-color:#ef9a91;background:#fff0ef;color:#9f231d}
.emergency-dispatch-modal .weather-reschedule-safety{margin-top:14px}
@media (max-width:700px){
  .emergency-dispatch-modal .weather-reschedule-item{grid-template-columns:auto minmax(0,1fr)}
  .emergency-dispatch-modal .weather-reschedule-item>.status-badge{grid-column:2;justify-self:start}
}
