
.editor-request-procedure-label .searchable-select {
  width: 100%;
}

#editorProductionUploadForm {
  grid-template-columns: 230px 132px 230px 112px 150px !important;
  column-gap: 8px !important;
  row-gap: 10px !important;
  align-items: end;
}

#editorProductionUploadForm .editor-production-procedure-label {
  grid-column: 1 / 2;
}

#editorProductionUploadForm .editor-request-procedure-label {
  grid-column: 1 / 2;
}

#editorProductionUploadForm .editor-production-file-label {
  grid-column: 3 / 4;
}

#editorProductionUploadForm #sendProcedureRequestButton,
#editorProductionUploadForm #mapEditorProductionHeadersButton,
#editorProductionUploadForm button[type="submit"] {
  min-height: 38px;
  align-self: end;
}

#editorProductionUploadForm #sendProcedureRequestButton,
#editorProductionUploadForm #mapEditorProductionHeadersButton {
  width: 100%;
  padding-inline: 10px;
}

.production-rows-field,
.editor-production-grid {
  display: grid;
  gap: 8px;
}

.editor-production-grid {
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  align-items: start;
}

.production-rows-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #5b677a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.editor-production-rows-wrap,
.editor-production-status-wrap {
  max-height: 190px;
  margin: 0;
}

.editor-production-status-wrap {
  overflow: auto;
}

.editor-production-rows-wrap input {
  width: 100%;
  min-height: 32px;
  padding: 7px 9px;
}

.editor-production-rows-wrap th:last-child,
.editor-production-rows-wrap td:last-child {
  width: 42px;
  text-align: center;
}

.production-row-remove {
  width: 26px;
  height: 26px;
  min-height: 26px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #f2c7cd;
  background: #fff1f2;
  color: #be123c;
  font-size: 16px;
  line-height: 1;
  box-shadow: none;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid #dbe5f3;
  background: #f8fafc;
  color: #334155;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.status-approved {
  border-color: #bbf7d0;
  background: #dcfce7;
  color: #166534;
}

.status-rejected {
  border-color: #fecdd3;
  background: #ffe4e6;
  color: #be123c;
}

.status-pending {
  border-color: #fde68a;
  background: #fef3c7;
  color: #92400e;
}

.status-high {
  border-color: #fecdd3;
  background: #ffe4e6;
  color: #be123c;
}

.status-medium {
  border-color: #fde68a;
  background: #fff7cc;
  color: #92400e;
}

.ops-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.ops-grid section {
  min-width: 0;
}

.ops-table-wrap {
  max-height: 190px;
  margin: 0;
}

.editor-break-widget select {
  min-height: 36px;
}

.editor-break-widget .message {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 12px;
}

#editorBreakTimer {
  min-width: 56px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #eef4ff;
  color: #1f64ff;
  font-weight: 900;
  text-align: center;
}

.workspace.volume-fixed-view {
  height: 100vh;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
}

.workspace.volume-fixed-view #volumeView {
  position: relative;
  min-height: 0;
  height: 100%;
  grid-template-rows: minmax(0, 1fr);
  overflow: hidden;
}

.workspace.volume-fixed-view .volume-panel {
  min-height: 0;
  overflow: hidden;
}
