
#promisedVolumeForm .mapping-panel,
#promisedVolumeForm .message {
  grid-column: 1 / -1 !important;
}

#promisedVolumeForm button[type="submit"] {
  width: 186px !important;
  min-width: 186px !important;
  padding-inline: 10px !important;
  white-space: nowrap !important;
}

#promisedVolumeForm button.field-help-button {
  width: 14px !important;
  min-width: 14px !important;
  max-width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  max-height: 14px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  font-size: 9px !important;
  line-height: 1 !important;
}

.entity-config-form {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  align-items: start !important;
}

.entity-config-selector {
  display: grid;
  position: sticky;
  top: 52px;
  z-index: 18;
  grid-template-columns: 220px auto 164px;
  gap: 8px;
  align-items: end;
  padding: 8px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(7, 27, 52, 0.06);
}

.entity-config-box {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: #f8fafc;
}

.entity-config-box-title {
  font-size: 0.78rem;
  font-weight: 800;
  color: #17406f;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.entity-config-subgroup {
  display: grid;
  gap: 8px;
  padding: 9px;
  border: 1px solid rgba(23, 64, 111, 0.18);
  border-radius: 8px;
  background: #ffffff;
}

.entity-config-subgroup-title {
  font-size: 0.76rem;
  font-weight: 800;
  color: #0f172a;
}

.entity-config-subgroup-note {
  margin: 0 !important;
  padding: 7px 9px !important;
  border-radius: 7px;
  background: #eef4fb;
  color: #17406f;
  font-weight: 700;
}

.entity-config-row {
  display: grid;
  gap: 8px;
  align-items: end;
}

.entity-config-capacity-row {
  grid-template-columns: 150px 150px 140px;
}

.entity-config-fetch-row {
  grid-template-columns: 170px repeat(5, minmax(142px, 1fr)) 38px;
}

.entity-config-alias-row {
  grid-template-columns: repeat(5, minmax(150px, 1fr)) 38px;
}

.entity-config-optional-row {
  grid-template-columns: 190px 190px;
}

.entity-config-priority-row {
  grid-template-columns: minmax(420px, 1fr);
}

.entity-config-other-row {
  grid-template-columns: 120px 160px 120px 180px 190px minmax(220px, 1fr) 150px;
}

.entity-config-form label,
.entity-config-form select,
.entity-config-form input {
  min-width: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

.entity-config-form select,
.entity-config-form input,
.entity-config-form button {
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
}

.entity-config-form button[type="submit"] {
  width: 164px !important;
  min-width: 164px !important;
  padding-inline: 10px !important;
  white-space: nowrap !important;
}

.entity-config-template-actions {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-content: flex-start !important;
  align-items: end !important;
  gap: 6px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.entity-config-template-actions .template-download-button {
  width: 170px !important;
  min-width: 170px !important;
  max-width: 170px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding-inline: 10px !important;
  white-space: nowrap !important;
}
