
.workspace.volume-fixed-view #fetchVolumePanel .volume-result-panel:empty {
  display: none !important;
}

.workspace.volume-fixed-view #fetchVolumePanel .volume-result-panel:has(.volume-error-wrap) {
  height: 100% !important;
  min-height: 0 !important;
  padding: 12px !important;
}

.workspace.volume-fixed-view #fetchVolumePanel .volume-result-area {
  grid-template-rows: auto !important;
  gap: 6px !important;
}

.workspace.volume-fixed-view #fetchVolumePanel .volume-result-area:has(.volume-error-wrap) {
  grid-template-rows: auto auto minmax(0, 1fr) !important;
}

.workspace.volume-fixed-view #fetchVolumePanel .volume-result-panel .inline-progress {
  margin: 0 !important;
}

.workspace.volume-fixed-view #fetchVolumePanel .volume-result-area .message {
  margin: 0 !important;
  min-height: 0 !important;
  line-height: 1.35 !important;
}

.volume-inline-status {
  min-height: 0;
  margin: 0;
}

.volume-inline-status:empty {
  display: none !important;
}

.volume-inline-status .message {
  min-height: 0;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #dfe8f5;
  border-radius: 10px;
  background: #f8fbff;
  line-height: 1.35;
}

.volume-inline-status.success .message,
.volume-inline-status .message.success {
  color: #047857;
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.workspace.volume-fixed-view #fetchVolumePanel .fetch-volume-card > .inline-progress {
  margin: 0 !important;
}

#workDistributionView {
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  gap: 8px !important;
  align-content: stretch !important;
}

#workDistributionView > .execution-panel:first-child {
  min-height: 0 !important;
  padding: 12px 14px !important;
  border-radius: 14px !important;
}

#workDistributionView > .execution-panel:first-child .section-title {
  margin-bottom: 8px !important;
}

#distributionForm {
  margin-top: 0 !important;
  grid-template-columns: minmax(220px, 320px) auto auto minmax(180px, 1fr) !important;
  gap: 8px !important;
  align-items: end !important;
}

#distributionForm label {
  gap: 5px !important;
}

#distributionForm select,
#distributionForm button {
  min-height: 36px !important;
}

#distributionMessage {
  min-height: 0 !important;
  margin: 0 !important;
  align-self: center !important;
}

#workDistributionView > .execution-panel:nth-child(2) {
  min-height: 0 !important;
  padding: 14px !important;
  display: grid !important;
  grid-template-rows: auto auto minmax(0, 1fr) !important;
  overflow: hidden !important;
}

#workDistributionView > .execution-panel:nth-child(2) .section-title {
  margin-bottom: 8px !important;
}

#workDistributionView > .execution-panel:nth-child(2) .table-wrap {
  min-height: 0 !important;
  height: 100% !important;
  overflow: auto !important;
}

#workDistributionView > .execution-panel:nth-child(2) .table-tools {
  margin: 0 0 6px !important;
}

#workDistributionView > .execution-panel:nth-child(2) .table-wrap {
  margin-top: 0 !important;
}

#workDistributionView > .execution-panel:nth-child(3) {
  min-height: 0 !important;
  padding: 10px 14px !important;
  border-radius: 14px !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
}

#workDistributionView > .execution-panel:nth-child(3) .section-title,
#workDistributionView > .execution-panel:nth-child(3) p {
  margin: 0 !important;
}

#workDistributionView > .execution-panel:nth-child(3) p {
  max-width: none !important;
}
