.coverage-section { padding-top: 0; }
.coverage-intro { max-width: 720px; color: var(--muted); margin-bottom: 28px; }
.coverage-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; border: 1px solid var(--line); border-top: 5px solid var(--red); }
.coverage-map { height: 570px; isolation: isolate; z-index: 0; background: #e6edf1; font-family: var(--body); }
.coverage-loading { padding: 30px; }
.coverage-communities { padding: 30px 24px; background: var(--navy-dark); color: #fff; }
.coverage-communities h3 { color: #fff; font-size: 2rem; }
.coverage-communities ul { padding: 0; margin: 0 0 16px; list-style: none; }
.coverage-communities li a { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #ffffff40; color: #fff; text-decoration: none; font-weight: 600; }
.coverage-communities li a:hover, .coverage-communities li a[aria-current] { color: #ffcb2f; }
.coverage-communities li a .icon { width: 20px; }
.coverage-communities p { margin: 22px 0 12px; font-size: .85rem; }
.coverage-communities .button { width: 100%; padding: 10px; font-size: 1.1rem; }
.coverage-reset { padding: 5px 0; background: transparent; border: 0; color: #fff; text-decoration: underline; text-underline-offset: 4px; font-size: .8rem; cursor: pointer; }
.coverage-note { margin: 12px 0 0; color: var(--muted); font-size: .8rem; }
.coverage-pin { background: none; border: 0; }
.coverage-pin-face { position: relative; display: flex; align-items: center; justify-content: center; width: 108px; height: 42px; padding: 4px; background: #fff; border: 2px solid var(--navy); border-radius: 7px; box-shadow: 0 3px 9px #00275e40; }
.coverage-pin-face::after { content: ''; position: absolute; bottom: -9px; left: 45px; border-top: 9px solid var(--navy); border-left: 7px solid transparent; border-right: 7px solid transparent; }
.coverage-pin-face img { width: 96px; height: 34px; object-fit: contain; }
.coverage-town-label { border: 0; padding: 2px 6px; border-radius: 3px; font: 700 12px var(--body); color: var(--navy-dark); box-shadow: 0 1px 3px #00275e26; }
.coverage-town-label::before { display: none; }
.coverage-popup { font-family: var(--body); line-height: 1.5; color: var(--ink); }
.coverage-popup strong { color: var(--navy-dark); }
.coverage-popup a { color: var(--navy); font-weight: 700; }
.coverage-map .leaflet-control-attribution { font-size: 10px; }
.coverage-map .leaflet-control-zoom a { color: var(--navy); }
@media (max-width: 820px) {
  .coverage-layout { grid-template-columns: 1fr; }
  .coverage-map { height: 520px; }
  .coverage-communities ul { display: grid; grid-template-columns: 1fr 1fr; column-gap: 24px; }
  .coverage-communities .button { width: auto; padding-inline: 24px; }
}
@media (max-width: 560px) {
  .coverage-map { height: 480px; }
  .coverage-pin-face { width: 80px; height: 33px; margin: 9px 14px 0; padding: 3px; }
  .coverage-pin-face img { width: 70px; height: 25px; }
  .coverage-pin-face::after { left: 31px; }
  .coverage-town-label { font-size: 11px; }
}
