.toro-locations-map-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #d9dee3;
  border-radius: 16px;
  background: #f4f5f6;
}

.toro-locations-map {
  position: relative;
  display: block;
  width: 100%;
  height: 600px;
  min-height: 600px;
  margin: 0;
  padding: 0;
  background: #f4f5f6;
  overflow: hidden;
}

@media (max-width: 767px) {
  .toro-locations-map {
    height: 480px;
    min-height: 480px;
  }
}

.toro-locations-map .maplibregl-canvas-container,
.toro-locations-map .maplibregl-canvas {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.toro-locations-map .maplibregl-canvas {
  display: block;
  outline: none;
}

.toro-locations-map .maplibregl-control-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.toro-locations-map .maplibregl-ctrl-top-right {
  top: 16px;
  right: 16px;
  pointer-events: auto;
}

.toro-locations-map .maplibregl-ctrl-group {
  overflow: hidden;
  border: 1px solid rgba(190, 198, 207, 0.8);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(20, 24, 28, 0.12);
}

.toro-locations-map .maplibregl-ctrl-group button {
  width: 34px;
  height: 34px;
}

.toro-locations-map-error {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #22272d;
  font-weight: 700;
}

@media (max-width: 767px) {
  .toro-locations-map-wrap {
    border-radius: 12px;
  }

  .toro-locations-map {
    height: 480px;
  }
}
