.b13-location-map {
    display: grid;
    gap: 0.75rem;
    margin-block: 1.25rem;
    width: 100%;
}

.b13-location-map iframe {
    aspect-ratio: 16 / 9;
    background: #eee;
    border: 0;
    border-radius: 0.75rem;
    display: block;
    min-height: 18rem;
    width: 100%;
}

html[data-b13-template] .b13-location-map > a {
    background: #fff;
    border: 1px solid currentColor;
    border-radius: 999px;
    color: #49363d;
    font: inherit;
    justify-self: start;
    padding: 0.55rem 0.9rem;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

html[data-b13-template] .b13-location-map > a:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 3px;
}

@media (max-width: 575px) {
    .b13-location-map iframe {
        min-height: 15rem;
    }
}

@media (forced-colors: active) {
    .b13-location-map iframe {
        border: 1px solid CanvasText;
    }

    html[data-b13-template] .b13-location-map > a {
        background: Canvas;
        color: LinkText;
    }
}
