.right-panel #spatialPanel .spatial-edit-row-strip {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 8px;
  background: rgb(30, 30, 30);
  border-radius: 12px;
}

.right-panel #spatialPanel .spatial-edit-row-strip .info-row.edit-row.spatial-edit-row {
  gap: 4px;
  padding: 7px 0;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.right-panel #spatialPanel .spatial-edit-row-strip .info-row.edit-row.spatial-edit-row:first-child {
  padding-top: 0;
}

.right-panel #spatialPanel .spatial-edit-row-strip .info-row.edit-row.spatial-edit-row:last-child {
  padding-bottom: 0;
}

.right-panel #spatialPanel .spatial-edit-row-strip .info-row.edit-row.spatial-edit-row + .info-row.edit-row.spatial-edit-row {
  border-top: 1px solid rgb(38, 38, 38) !important;
}

.right-panel #spatialPanel .spatial-edit-row-strip .fields.single {
  border: 0;
  background: transparent;
  padding: 0;
}

.right-panel #spatialPanel .spatial-scale-bounds {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: -2px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.68rem;
  line-height: 1;
}

.right-panel #spatialPanel .spatial-render-toggle-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 8px;
  background: rgb(30, 30, 30);
  border-radius: 12px;
}

.right-panel #spatialPanel .spatial-render-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 30px;
  padding: 7px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
}

.right-panel #spatialPanel .spatial-render-toggle:first-child {
  padding-top: 0;
}

.right-panel #spatialPanel .spatial-render-toggle:last-child {
  padding-bottom: 0;
}

.right-panel #spatialPanel .spatial-render-toggle + .spatial-render-toggle {
  border-top: 1px solid rgb(38, 38, 38);
}

.right-panel #spatialPanel .spatial-render-toggle input[type="checkbox"] {
  width: 14px;
  height: 14px;
  min-width: 14px;
  margin: 0;
  accent-color: rgb(39, 88, 208);
}

.right-panel #spatialPanel .spatial-edit-row input[type="range"] {
  width: 100%;
  height: 18px;
  min-height: 18px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.right-panel #spatialPanel .spatial-edit-row input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.right-panel #spatialPanel .spatial-edit-row input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgb(39, 88, 208);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.32);
}

.right-panel #spatialPanel .spatial-edit-row input[type="range"]::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.14);
}

.right-panel #spatialPanel .spatial-edit-row input[type="range"]::-moz-range-progress {
  height: 4px;
  border-radius: 999px;
  background: rgb(39, 88, 208);
}

.right-panel #spatialPanel .spatial-edit-row input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgb(39, 88, 208);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.32);
}

