/* Interfor map pins — staging 2026-08-25 */

.int-map-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.map-filters .filter {
  cursor: pointer;
}

.map-filters .filter:focus-visible,
#markerlist .close.icon:focus-visible {
  outline: 2px solid #005E74;
  outline-offset: 3px;
}

.int-cluster-icon {
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  box-sizing: border-box;
}

.int-cluster-count {
  position: absolute;
  left: 0;
  right: 0;
  /* Circle sits in the pin head (cy 23.25 / 64 of a 48px-tall icon). */
  top: 8px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  pointer-events: none;
}

.int-cluster-count--small {
  font-size: 11px;
  letter-spacing: -0.03em;
}

#markerlist .marker.active {
  outline: none;
}

@media (min-width: 768px) {
  .map-wrapper #markerlist.active {
    width: 25%;
  }
  .map-wrapper #markerlist.active ~ .googlemap {
    width: 75%;
  }
}

@media (prefers-reduced-motion: reduce) {
  #markerlist,
  #markerlist .marker {
    transition: none !important;
  }
}
