.contact-card {
    padding: 15px
}

.contact-card h2 {
    margin-bottom: 8px
}

.contact-card>a {
    margin-top: 7px;
    padding: 9px 11px
}

.contact-card>a strong,
.contact-address strong {
    font-size: 11px
}

.contact-card>a span,
.contact-address span {
    font-size: 12px
}

.contact-address {
    display: grid;
    gap: 3px;
    margin-top: 7px;
    padding: 9px 11px;
    border-radius: 12px;
    background: #fff;
    text-align: left
}

.contact-address span {
    color: var(--muted);
    line-height: 1.5
}

.contact-map {
    width: 100%;
    height: 210px;
    overflow: hidden;
    border-radius: 13px;
    background: #eee
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0
}

.location-card .map-link {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    padding: 8px;
    background: var(--navy);
    color: var(--pink);
    font-size: 11px;
    font-weight: 700
}

.contact-socials {
    margin-top: 4px
}

@media(max-width:480px) {
    .contact-card {
        padding: 13px
    }

    .contact-map {
        height: 185px
    }
}