.service-areas-map__canvas {
  width: 100%;
  height: 520px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.service-areas-map__controls {
  margin-bottom: 12px;
}

.service-areas-map__label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.service-areas-map__search-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.service-areas-map__search {
  flex: 1;
  max-width: 520px;
  padding: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.service-areas-map__clear {
  padding: 8px 10px;
}

.service-areas-map__status {
  margin-top: 6px;
  color: rgba(0, 0, 0, 0.75);
  font-size: 13px;
}

