/* Static-site additions for contact and office-location content. */
.static-contact-panel,
.static-notice {
    max-width: 760px;
    margin: 20px auto 40px;
    padding: 32px;
    border-top: 3px solid #0072bc;
    background: #f5f7f9;
    color: #222;
}

.static-contact-panel h2 {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.3;
}

.static-contact-panel p,
.static-notice p {
    margin: 0 0 14px;
    line-height: 1.7;
}

.static-email-link {
    display: inline-block;
    color: #0067a8;
    font-size: 20px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.static-office-map iframe {
    display: block;
    width: 100%;
    max-width: 1140px;
    min-height: 360px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .static-contact-panel,
    .static-notice {
        margin: 12px 0 28px;
        padding: 24px 18px;
    }

    .static-contact-panel h2 {
        font-size: 21px;
    }

    .static-email-link {
        font-size: 17px;
    }

    .static-office-map iframe {
        min-height: 320px;
    }
}
