/* Interaction states only. Section and map dimensions live with the layout. */
#clinic-map .clinic-map-marker-label { width: 44px; height: 44px; }
#clinic-map .leaflet-control-zoom a { width: 44px; height: 44px; line-height: 44px; }
#clinic-map .clinic-map-marker.is-preview .clinic-map-marker-label {
  background: #294f43;
  color: #fff;
  border-color: #fff;
  transform: scale(1.16);
  box-shadow: 0 0 0 5px #456f6530, 0 3px 14px #0002;
}
#clinic-map .clinic-map-marker:focus-visible {
  outline: 3px solid #254f43;
  outline-offset: 5px;
  border-radius: 50%;
}
#clinic-map .clinic-map-tooltip {
  box-sizing: border-box;
  max-width: 230px;
  white-space: normal;
  border: 1px solid #d4dfd8;
  border-radius: 9px;
  box-shadow: 0 5px 20px #17201e24;
}
#clinic-map .clinic-map-tooltip strong,
#clinic-map .clinic-map-tooltip span {
  display: block;
}
#clinic-map .clinic-map-tooltip strong { font-weight: 600; }
#clinic-map .clinic-map-tooltip span { margin-top: 4px; color: #4d625a; }
#location-list .location-choice { transition: background-color .18s, box-shadow .18s; }
#location-list.has-map-preview .location-choice[aria-pressed="true"]:not(.is-map-preview) {
  background: transparent;
}
#location-list.has-map-preview .location-choice[aria-pressed="true"]:not(.is-map-preview)::before {
  opacity: 0;
}
#location-list .location-choice.is-map-preview {
  background: var(--wash);
  box-shadow: inset 3px 0 0 var(--accent);
}
#load-map[hidden] { display: none; }
#load-map:not([hidden]) {
  display: flex;
  margin: 12px auto 0;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid var(--accent);
  border-radius: 24px;
}
#map-status:empty { display: none; }
@media (prefers-reduced-motion: reduce) {
  #location-list .location-choice,
  #clinic-map .clinic-map-marker-label { transition: none; }
}
