/* Unify Maps — front end */
.unify-map-wrap {
    margin: 1.5rem 0;
}
.unify-map {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 0; /* keep Leaflet panes from overlapping sticky site chrome */
}
.unify-map__popup {
    max-width: 240px;
}
.unify-map__popup-title {
    display: block;
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 4px;
}
.unify-map__popup-desc {
    margin: 0 0 6px;
    font-size: 0.9rem;
    line-height: 1.45;
}
.unify-map__popup-link {
    font-weight: 600;
}

/* Screen-reader fallback list (most themes define this; included as a safety net) */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    position: absolute !important;
    word-wrap: normal !important;
}
