/* Arkivara 4.12.0.54 – produktionskontrol og driftshændelser */
.production-kpis{margin-bottom:18px}
.production-status-card{border-left:5px solid var(--accent,#323f67)}
.production-lead{font-size:1.04rem;font-weight:750;line-height:1.55;margin:0}
.production-check-group table td:nth-child(2){white-space:nowrap}
.production-status-passed{background:var(--success-bg,#e9f8ef)!important;color:var(--success,#166534)!important}
.production-status-warning{background:var(--warning-bg,#fff7e6)!important;color:var(--warning,#92400e)!important}
.production-status-failed{background:var(--danger-bg,#fff0f0)!important;color:var(--danger,#991b1b)!important}
.production-status-external{background:var(--surface-2,#eef1f7)!important;color:var(--muted,#4b5563)!important}
.production-incident-form{display:grid;gap:7px;min-width:210px}
.production-incident-form input{min-width:180px}
@media(max-width:760px){
  .production-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .production-check-group table{min-width:700px}
  .production-incident-form{min-width:170px}
}
