/* Clarifies the intentionally unoccupied transition zones between ARC depth bands. */
.arc-depth-legend li[data-band="buffer"] {
  padding-block: 3px;
  border-block: 1px dashed #607993;
}

.arc-depth-legend li[data-band="buffer"] i {
  border: 1px dashed #8eefff;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.arc-depth-legend li[data-band="buffer"] span {
  color: #cbd7df !important;
  font-size: 9px;
}

.arc-depth-legend li[data-band="buffer"] b {
  color: #8eefff !important;
}

.sectors-toggle span:empty { display: none; }
