
.place-volume-action {
  gap: 10px;
}

.place-procedure-line,
.place-file-action-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
}

#placeVolumeForm .file-drop-label {
  border: 1px dashed #9db8dc;
  border-radius: 12px;
  min-height: 36px;
  padding: 7px 9px;
  background: #f8fafd;
}

#placeVolumePanel .fetch-volume-card {
  max-height: none !important;
  min-height: 330px !important;
  padding: 34px 18px 24px !important;
  overflow: visible !important;
}

#placeVolumePanel .fetch-volume-card .section-title {
  margin-bottom: 14px !important;
}

#placeVolumeForm label:has(#procedureSelect) {
  grid-column: auto;
}

.place-fav-button {
  width: 36px;
  min-width: 36px;
  min-height: 36px;
  justify-self: start;
  border-color: #b9d7ff;
  color: #0f5aa8;
  background: #eef6ff;
  font-size: 17px;
  line-height: 1;
}

.place-fav-button.is-saved {
  border-color: #f3c452;
  color: #a26100;
  background: #fff7d9;
}

.my-placements-button {
  justify-self: stretch;
  min-width: 0;
  min-height: 36px;
  padding-inline: 12px;
}

#placeVolumeForm button[type="submit"] {
  min-width: 128px;
  min-height: 36px;
}

.file-drop-label span {
  display: block;
  margin-top: 4px;
  color: #71809d;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
}

.file-drop-label.drag-over {
  border-color: #38bdf8;
  background: #edf8ff;
}

#placeVolumeResultWrap {
  margin-top: 10px;
  max-height: 230px;
}

.my-placements-card {
  max-width: 560px;
}

.my-placements-body {
  display: grid;
  gap: 12px;
}

.my-placements-body label {
  display: grid;
  gap: 6px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.my-placement-list {
  display: grid;
  gap: 8px;
  max-height: 240px;
  overflow-y: auto;
  padding-right: 4px;
}

.my-placement-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  gap: 8px;
  align-items: center;
  padding: 8px;
  border: 1px solid #dfe8f6;
  border-radius: 10px;
  background: #f8fbff;
}

.my-placement-pick {
  min-height: 30px;
  justify-content: flex-start;
  border: 0;
  background: transparent;
  color: #0f3764;
  font-weight: 800;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.my-placement-remove {
  width: 30px;
  min-width: 30px;
  min-height: 30px;
}

.app-confirm-card {
  max-width: 520px;
}

.app-confirm-body {
  margin-top: 10px;
}

.app-confirm-fields {
  display: grid;
  gap: 8px;
}

.app-confirm-fields .inline-check {
  min-height: 28px;
  padding: 6px 8px;
  border: 1px solid #dfe6f2;
  border-radius: 9px;
  background: #f8fafd;
}

.report-entity-menu {
  position: fixed;
  z-index: 500;
  width: min(520px, calc(100vw - 80px));
  padding: 10px;
  border: 1px solid #cfe0f8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.searchable-select {
  position: relative;
}

.searchable-select-trigger {
  width: 100%;
  min-height: 42px;
  justify-content: flex-start;
  background: #f8fafd;
  color: var(--ink);
  border: 1px solid #d8e1ef;
  box-shadow: none;
}

.searchable-select-menu {
  position: absolute;
  z-index: 80;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  min-width: 260px;
  padding: 10px;
  border: 1px solid #cfe0f8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.searchable-select-menu input {
  width: 100%;
  min-height: 36px;
  margin-bottom: 8px;
}
