.service-map-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 2rem auto 0;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(10, 16, 24, 0.08);
  border-radius: 42px;
  background: #f4f7f5;
  box-shadow: 0 24px 70px rgba(10, 16, 24, 0.12);
  text-align: left;
}

.service-map {
  z-index: 1;
  width: 100%;
  height: 540px;
  background: #eef3f0;
}

.service-map-loading,
.service-map-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  margin: 0;
  place-items: center;
  padding: 2rem;
  color: rgba(10, 16, 24, 0.58);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  text-align: center;
}

.service-map-badge {
  position: absolute;
  z-index: 900;
  top: 22px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
  border: 1px solid rgba(10, 16, 24, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 10px 30px rgba(10, 16, 24, 0.11);
  padding: 9px 15px;
  color: rgba(10, 16, 24, 0.55);
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  backdrop-filter: blur(14px);
}

.service-map-info {
  position: absolute;
  z-index: 900;
  bottom: 28px;
  left: 28px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: calc(100% - 56px);
  border: 1px solid rgba(0, 200, 104, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 14px 36px rgba(10, 16, 24, 0.14);
  padding: 13px 17px;
  color: #0a1018;
  font-family: "DM Sans", sans-serif;
  pointer-events: none;
  backdrop-filter: blur(14px);
}

.service-map-info strong {
  color: #00a958;
  font-size: 14px;
  font-weight: 800;
}

.service-map-info span {
  color: rgba(10, 16, 24, 0.62);
  font-size: 12px;
  font-weight: 600;
}

.service-map .leaflet-tile {
  filter: saturate(0.78) contrast(0.92) brightness(1.04);
}

.service-map .leaflet-control-zoom {
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(10, 16, 24, 0.15);
}

.service-map .leaflet-control-zoom a {
  width: 34px;
  height: 34px;
  border: 0;
  color: #0a1018;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.service-map .leaflet-control-zoom a:first-child {
  border-bottom: 1px solid rgba(10, 16, 24, 0.08);
}

.service-map .leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.9);
  color: rgba(10, 16, 24, 0.62);
  font-family: "DM Sans", sans-serif;
  font-size: 9px;
}

.service-map .city-label {
  border: 1px solid rgba(53, 95, 168, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 5px 15px rgba(10, 16, 24, 0.1);
  padding: 4px 8px;
  color: #243a62;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.service-map .city-label::before {
  display: none;
}

.service-map .main-label {
  border-color: rgba(0, 200, 104, 0.25);
  color: #008f4a;
}

.service-map .leaflet-popup-content-wrapper,
.service-map .leaflet-popup-tip {
  color: #0a1018;
  font-family: "DM Sans", sans-serif;
}

.service-map-noscript {
  margin-top: 1rem;
  color: rgba(10, 16, 24, 0.6);
  font-weight: 700;
}

@media (max-width: 768px) {
  .service-map-wrapper {
    border-radius: 28px;
  }

  .service-map {
    height: 470px;
  }

  .service-map-badge {
    top: 14px;
    font-size: 9px;
  }

  .service-map-info {
    right: 14px;
    bottom: 27px;
    left: 14px;
    max-width: none;
    border-radius: 15px;
    padding: 11px 14px;
  }

  .service-map-info strong {
    font-size: 13px;
  }

  .service-map-info span {
    font-size: 11px;
  }

  .service-map .city-label {
    padding: 3px 6px;
    font-size: 9px;
  }
}
