.coverage-map-frame {
  position: relative !important;
  isolation: isolate;
  width: min(100%, 414px) !important;
  max-width: 414px !important;
  max-height: none !important;
  aspect-ratio: 885.546 / 1368.581;
  overflow: visible;
}

.coverage-map-frame .coverage-map-shell {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
}

.coverage-map-frame .coverage-map-svg {
  width: 100%;
  height: 100%;
  max-height: none;
  overflow: visible;
}

.coverage-map-frame .coverage-map-svg path,
.coverage-map-frame .coverage-map-svg rect,
.coverage-map-frame .coverage-map-svg circle,
.coverage-map-frame .coverage-map-svg ellipse,
.coverage-map-frame .coverage-map-svg polygon,
.coverage-map-frame .coverage-map-svg polyline {
  fill: rgba(43, 196, 195, 0.025) !important;
  stroke: #000000 !important;
  stroke-width: 1.15 !important;
  vector-effect: non-scaling-stroke;
}

.coverage-map-frame .coverage-map-pin {
  z-index: 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50% !important;
}

.coverage-map-frame .coverage-map-pin:hover,
.coverage-map-frame .coverage-map-pin:focus-visible,
.coverage-map-frame .coverage-map-pin[aria-expanded="true"] {
  z-index: 200;
}

.coverage-map-frame .coverage-map-pin:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.coverage-map-frame .coverage-map-pin-dot {
  display: block;
  width: 14px;
  height: 14px;
}

.coverage-map-frame .coverage-map-pin.is-pulsing .coverage-map-pin-dot::after {
  animation-iteration-count: 2;
}

.coverage-map-frame .coverage-map-pin-label {
  left: calc(50% + 16px);
  top: 50%;
  padding: 4px 7px;
  border: 1px solid rgba(43, 196, 195, 0.22);
  background: rgba(10, 14, 24, 0.78);
  color: #f8fbff;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-shadow: none;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
  transition: opacity 0.16s ease, visibility 0.16s ease;
}

.coverage-map-frame .coverage-map-pin[aria-expanded="true"] .coverage-map-pin-label {
  opacity: 0;
  visibility: hidden;
}

.coverage-map-frame .coverage-map-pin-label.is-left {
  right: calc(50% + 16px);
}

.coverage-map-frame .coverage-map-pin[aria-label^="Manchester"] .coverage-map-pin-label {
  right: calc(50% + 16px);
  left: auto;
  text-align: right;
}

.coverage-map-frame .coverage-map-pin[aria-label^="London"] .coverage-map-pin-label {
  right: auto;
  left: calc(50% + 16px);
  top: calc(50% + 10px);
  text-align: left;
}

.coverage-map-frame .coverage-map-tooltip {
  bottom: calc(50% + 18px);
  z-index: 20;
}

.coverage-map-frame .coverage-map-tooltip.is-below {
  top: calc(50% + 18px);
  bottom: auto;
}

.coverage-map-frame .coverage-map-pin:focus-visible .coverage-map-tooltip {
  opacity: 1;
}

@media (max-width: 700px), (hover: none), (pointer: coarse) {
  .coverage-map-frame .coverage-map-pin-label {
    display: none;
  }

  .coverage-map-frame .coverage-map-tooltip {
    min-width: 160px;
    padding: 12px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .coverage-map-frame .coverage-map-pin,
  .coverage-map-frame .coverage-map-tooltip {
    transition: none;
  }

  .coverage-map-frame .coverage-map-pin-dot::after {
    animation: none !important;
  }
}
