
button.field-help-button:hover,
button.field-help-button:focus,
.entity-form button.field-help-button:hover,
.entity-form button.field-help-button:focus,
.settings-form button.field-help-button:hover,
.settings-form button.field-help-button:focus {
  background: #dcecff !important;
  color: #174fd0 !important;
  border-color: #8db8ff !important;
  transform: none !important;
}

.panel-note,
.config-instruction {
  display: block !important;
  width: 100% !important;
  margin: 0 0 12px !important;
  padding: 9px 12px !important;
  border: 1px solid #d6dde8 !important;
  border-radius: 8px !important;
  background: #f1f5f9 !important;
  color: #334155 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  box-shadow: none !important;
}

.config-instruction {
  grid-column: 1 / -1 !important;
  margin-top: 0 !important;
}

.execution-panel:has(#rdpConfigForm) .panel-note,
.execution-panel:has(#sopVersionForm) .panel-note {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#editorProductionUploadForm #sendProcedureRequestButton:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.editor-production-grid {
  width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 10px !important;
}

.editor-production-grid > section {
  min-width: 0;
}

.editor-production-status-wrap {
  height: 185px;
  max-height: 185px;
  overflow: auto;
}

.editor-production-verify-panel {
  display: grid;
  position: relative;
  gap: 8px;
  padding: 10px;
  border: 1px solid #dce8f6;
  border-radius: 10px;
  background: #f8fbff;
}

.editor-production-verify-controls {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) 100px;
  align-items: end;
  gap: 8px;
}

.editor-production-verify-controls label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.inline-field-label {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}

.verify-window-note {
  display: block;
  margin-top: 3px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
}

.verify-action-stack {
  display: grid;
  justify-items: end;
  gap: 2px;
}

.verify-title-row {
  display: grid !important;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  justify-content: stretch;
}

.verify-title-row .verify-action-stack {
  justify-self: end;
  text-align: right;
}

.editor-verify-wrap {
  height: 190px;
  max-height: 190px;
  overflow: auto;
}

.verify-field {
  width: 100%;
  min-height: 30px;
  padding: 5px 8px;
}

.verify-locked-row td {
  background: #f1f5f9;
  color: #64748b;
}

#editorProductivityTable .productivity-summary-row th {
  background: #f8fbff;
  padding: 8px 10px;
  text-align: left;
}

.productivity-summary-pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

#editorProductivityTable .productivity-row td {
  font-weight: 750;
}

#editorProductivityTable .productivity-green td,
.productivity-summary-pill.productivity-green {
  background: #dcfce7;
  color: #166534;
}

#editorProductivityTable .productivity-yellow td,
.productivity-summary-pill.productivity-yellow {
  background: #fef9c3;
  color: #854d0e;
}

#editorProductivityTable .productivity-red td,
.productivity-summary-pill.productivity-red {
  background: #fee2e2;
  color: #991b1b;
}
