.map-frame {
    width: 100%;
    min-height: 400px;
    border: 0;
    border-radius: var(--radius);
    background: #fff;
}
.map-consent {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 12px;
    min-height: 400px;
    padding: 35px;
    text-align: center;
    border: 1px solid rgba(67,29,56,.1);
    border-radius: var(--radius);
    background: #fff;
}
.map-consent p { margin: 0; color: var(--muted); }
.map-consent.is-loaded { display: none; }
