/* v121: assignee-only status actions and visible dispute-proof audit trail. */
.work-status-cell .status-history-button,
.status-cell .status-history-button {
  margin-top: 6px;
  border: 0;
  background: transparent;
  color: #315f93;
  font: 700 11px/1.25 inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.work-status-cell .status-history-button:hover,
.status-cell .status-history-button:hover { color: #0b4fb3; }
.status-owner-locked {
  border: 1px dashed #b8c7da;
  border-radius: 11px;
  padding: 7px 9px;
  background: #f7f9fc;
}
.status-owner-locked small { color: #5b6f87; font-weight: 700; }
.status-picker-button.is-override-access {
  box-shadow: inset 0 0 0 2px #f59e0b;
}
.status-picker-button.is-override-access small { color: #92400e; }
.status-override-notice,
.status-override-reason {
  display: grid;
  gap: 5px;
  margin: 12px 0;
  padding: 13px 15px;
  border: 1px solid #f4b942;
  border-radius: 13px;
  background: #fff8df;
  color: #713f12;
}
.status-override-notice b,
.status-override-reason b { font-size: 15px; }
.status-override-notice span,
.status-override-reason small { color: #805a21; font-size: 12px; }
.status-override-reason em { color: #d11a2a; font-style: normal; }
.status-override-reason textarea {
  width: 100%;
  min-height: 76px;
  resize: vertical;
  border: 1px solid #d79b23;
  border-radius: 10px;
  background: #fff;
  padding: 10px 12px;
  color: #13233a;
  font: 600 14px/1.5 inherit;
}
.status-form-lock {
  display: block;
  margin-top: 5px;
  color: #8a5a08;
  font-weight: 700;
  line-height: 1.35;
}
.status-audit-modal { max-width: 760px; }
.status-audit-modal .status-history-list { max-height: min(62vh, 620px); overflow: auto; }
.status-history-item.is-override {
  border-color: #f1a929;
  background: #fff8e7;
}
.status-history-item > div { display: grid; gap: 3px; }
.status-history-item em {
  display: block;
  margin-top: 4px;
  padding: 6px 8px;
  border-radius: 7px;
  background: #ffe8b7;
  color: #783d00;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}
@media (max-width: 760px) {
  .status-owner-locked { min-width: 150px; }
  .status-audit-modal { width: min(95vw, 760px); }
}
