/* v32 — luxury serif display heading (font stack only, no color) */
.contact-luxury__title {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.google-map__iframe {
    width: 100%;
    min-height: 440px;
}

@media (min-width: 768px) {
    .google-map__iframe {
        min-height: 600px;
    }
}

/* iframe-normalized */
.google-map__iframe {
    width: 100%;
    max-width: 100%;
    height: 440px;
    min-height: 440px;
    display: block;
    border: 0;
    box-sizing: border-box;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .google-map__iframe {
        height: 600px;
        min-height: 600px;
    }
}


