.operations-workspace .leaflet-container {
  background: #425f41;
  font-family: var(--sans);
}

.form-map-canvas.leaflet-container {
  font-family: var(--sans);
}

.operations-workspace .leaflet-control-attribution {
  padding: 1px 5px !important;
  color: rgba(255, 255, 255, .75) !important;
  background: rgba(30, 37, 27, .45) !important;
  font: 10px/normal var(--map-font) !important;
}

.operations-workspace .leaflet-control-attribution a {
  color: #fff !important;
}

.operations-workspace .leaflet-control-zoom {
  margin-right: 32px !important;
  margin-bottom: 72px !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: var(--shadow) !important;
  overflow: hidden;
}

.operations-workspace .leaflet-control-zoom a {
  color: var(--ink) !important;
  background: var(--surface) !important;
  border-color: var(--line) !important;
}

.operations-workspace .equipment-map-label {
  padding: 7px 9px !important;
  color: var(--ink) !important;
  background: rgba(253, 252, 248, .97) !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .18) !important;
  font-family: var(--map-font) !important;
}

.operations-workspace .equipment-map-label::before {
  border-right-color: rgba(253, 252, 248, .97) !important;
}

.operations-workspace .equipment-map-label strong,
.operations-workspace .equipment-map-label small {
  display: block;
}

.operations-workspace .equipment-map-label strong {
  font-size: 12px;
  font-weight: 500;
}

.operations-workspace .equipment-map-label small {
  margin-top: 2px;
  color: var(--green);
  font-size: 10px;
}

@media (max-width: 680px) {
  .operations-workspace .leaflet-control-zoom {
    margin-right: 10px !important;
    margin-bottom: 60px !important;
  }
}
