/* Paragraph copy: justified (body content — not UI labels or contact strip) */
main.sai-prose-justify p {
    text-align: justify;
    text-justify: inter-word;
}

/* Contact page: labels & values stay left-aligned (avoid global justify on short lines) */
main.sai-prose-justify .map-contact-info-wrapper p,
main.sai-prose-justify .map-contact-info-wrapper .content h3,
main.sai-prose-justify .map-contact-info-wrapper .content h3 a {
    text-align: left;
    text-justify: auto;
}

/* Contact — map + info bar alignment */
.site-contact-map .googpemap iframe {
    display: block;
    width: 100%;
    min-height: 400px;
}

.site-contact-map .map-contact-info-wrapper {
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.75rem 2rem;
}

.site-contact-map .map-contact-info-wrapper .icon-items {
    flex: 1 1 0;
    min-width: 0;
    align-items: flex-start;
    gap: 1rem;
}

.site-contact-map .map-contact-info-wrapper .icon-items .icon {
    flex-shrink: 0;
}

.site-contact-map .map-contact-info-wrapper .icon-items .content {
    min-width: 0;
    text-align: left;
}

.site-contact-map .map-contact-info-wrapper .icon-items .content p {
    margin-bottom: 0.35rem;
    letter-spacing: 0.04em;
}

.site-contact-map .map-contact-info-wrapper .icon-items .content h3 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    word-wrap: break-word;
}

@media (max-width: 991px) {
    .site-contact-map .map-contact-info-wrapper {
        flex-direction: column;
        align-items: stretch;
        margin-top: -40px;
        padding: 32px 24px;
    }

    .site-contact-map .map-contact-info-wrapper .icon-items {
        flex: 1 1 auto;
        width: 100%;
    }
}
