﻿#contact.page-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#contact .contact-card {
    margin-top: 1.25rem;
}

#contact .contact-row {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

    #contact .contact-row:last-child {
        border-bottom: 0;
    }

#contact .contact-label {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50; /* match your site heading color */
    margin-bottom: .75rem;
    letter-spacing: .5px;
}

#contact .contact-list strong {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-weight: 600;
    color: #333;
    display: inline-block;
    min-width: 95px;
}

    #contact .contact-list li {
        margin: .5rem
    }

#contact .contact-text,
#contact .contact-list {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}
#contact a {
    color: #1f4e79; /* your site blue */
    text-decoration: underline;
    font-weight: 500;
}

    #contact a:hover {
        text-decoration: none;
    }

    #contact a:focus-visible {
        outline: 3px solid #000;
        outline-offset: 3px;
    }


.map-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
#contact a:focus-visible,
#contact iframe:focus-visible {
    outline: 3px solid #000;
    outline-offset: 3px;
    border-radius: 4px;
}