#factoryAlertsSection .factory-list-head,
#factoryAlertsSection .factory-order-summary {
  min-width: 1170px;
  grid-template-columns: 38px minmax(190px,1fr) minmax(110px,.55fr) 68px minmax(335px,1.55fr) 80px 100px 190px;
}
.factory-alert-intercept-cell { position:relative; z-index:2; min-width:0; font-size:12px; color:var(--fo-muted); }
.factory-alert-intercept-button { padding:5px 10px; border:1px solid var(--fo-border); border-radius:7px; background:var(--fo-panel-soft); color:var(--fo-muted); font:inherit; cursor:pointer; white-space:nowrap; }
.factory-alert-intercept-button.is-active { color:#a96908; border-color:#d99b35; }
.factory-alert-intercept-button:focus-visible { outline:2px solid #1677ff; outline-offset:2px; }
.factory-alert-intercept-dialog { width:min(480px,90vw); max-height:80vh; overflow:auto; padding:24px; border:1px solid var(--fo-border); border-radius:12px; background:var(--fo-panel); color:var(--fo-text); box-shadow:0 15px 50px #0003; }
.factory-alert-intercept-dialog::backdrop { background:#0f172a66; }
.factory-alert-intercept-dialog h2 { font-size:18px; margin:0 0 18px; }
.factory-alert-intercept-dialog p { font-size:14px; line-height:1.7; white-space:pre-wrap; overflow-wrap:anywhere; margin:10px 0; }
.factory-alert-intercept-dialog button { margin-top:14px; }
