
.pdf-reconcile-summary span {
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.pdf-reconcile-modal label {
  display: grid;
  gap: 6px;
  color: #4f6380;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#pdfActualFileNumbersInput {
  width: 100%;
  resize: vertical;
  border: 1px solid #cbd8ea;
  border-radius: 10px;
  padding: 9px;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
}
/* Editor production upload layout */
#editorProductionUploadForm {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  align-content: start;
}

.editor-production-row {
  display: grid;
  align-items: end;
  gap: 10px;
}

.editor-production-top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  gap: 10px;
}

.editor-production-box {
  min-width: 0;
  padding: 10px;
  border: 1px solid #dce8f6;
  border-radius: 10px;
  background: #f8fbff;
}

.editor-production-upload-row {
  grid-template-columns: minmax(180px, 230px) minmax(185px, 260px) 105px;
}

.editor-production-request-row {
  grid-template-columns: minmax(180px, 220px) 155px;
}

#editorProcedureRequestPicker {
  max-width: 220px;
}

#editorProductionUploadForm .editor-production-procedure-label,
#editorProductionUploadForm .editor-request-procedure-label,
#editorProductionUploadForm .editor-production-file-label {
  grid-column: auto !important;
  min-width: 0;
}

#editorProductionUploadForm #sendProcedureRequestButton,
#editorProductionUploadForm button[type="submit"] {
  min-height: 36px;
  align-self: end;
  padding-inline: 12px;
}

#editorProductionUploadForm #sendProcedureRequestButton {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  font-weight: 850;
  white-space: nowrap;
}

button.secondary-button,
button.ghost-button,
button.compact-action-button,
.settings-form button,
.entity-form button,
.admin-export-button,
.template-download-button {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
}

button.secondary-button:hover,
button.ghost-button:hover,
button.compact-action-button:hover,
.settings-form button:hover,
.entity-form button:hover,
.admin-export-button:hover,
.template-download-button:hover {
  background: var(--primary-dark) !important;
  border-color: var(--primary-dark) !important;
  color: #fff !important;
}

.field-help-button,
.copy-file-button,
.file-link-button,
.icon-button,
.th-menu-button,
.searchable-select-trigger,
button.searchable-select-option {
  color: inherit;
}

.searchable-select-trigger,
.searchable-select-trigger:hover {
  background: #f8fafd !important;
  border-color: #d8e1ef !important;
  color: var(--ink) !important;
  box-shadow: none !important;
}

button.field-help-button,
.entity-form button.field-help-button,
.settings-form button.field-help-button,
.modal-help-button {
  display: inline-flex !important;
  flex: 0 0 14px !important;
  align-items: center !important;
  justify-content: center !important;
  width: 14px !important;
  min-width: 14px !important;
  max-width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  max-height: 14px !important;
  margin: 0 0 0 6px !important;
  padding: 0 !important;
  border: 1px solid #9fc5ff !important;
  border-radius: 999px !important;
  background: #eaf3ff !important;
  color: #1f64ff !important;
  box-shadow: none !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  vertical-align: middle !important;
}
