.map-embed {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    border: 1px solid rgba(195, 161, 91, .42);
    background: #e9e5dc;
    box-shadow: 0 22px 55px rgba(4, 17, 29, .09);
}

.map-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: saturate(.78) contrast(1.03);
}

.map-directions {
    width: max-content;
    margin-top: 24px;
    padding: 13px 0 9px;
    display: inline-flex;
    align-items: center;
    gap: 28px;
    border-bottom: 1px solid var(--gold);
    color: #9b7937;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.map-directions span {
    font-size: 17px;
}

@media (max-width: 800px) {
    .map-embed {
        min-height: 360px;
    }
}

@media (max-width: 520px) {
    .map-embed {
        min-height: 300px;
    }
}
