.block-google-maps h2 { margin-bottom: 16px; }
.block-google-maps .map-frame {
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow);
}
.block-google-maps .map-frame iframe {
    width: 100%; height: 100%; border: 0;
}
