.bm-legal-page {
    max-width: 1120px;
}

.bm-legal-card {
    padding: clamp(1.5rem, 4vw, 3.5rem);
    border: 1px solid rgba(93, 231, 242, .22);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(10, 34, 50, .96), rgba(5, 19, 29, .96));
    color: #edf5f8;
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, .16);
}

.bm-legal-kicker {
    color: #5de7f2;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.bm-legal-card h1 {
    margin: .45rem 0 2rem;
    font-weight: 800;
}

.bm-legal-content {
    color: #d7e3ea;
    line-height: 1.75;
}

.bm-legal-content h2,
.bm-legal-content h3,
.bm-map-card h2 {
    margin-top: 2rem;
    color: #fff;
    font-weight: 800;
}

.bm-legal-content h2:first-child {
    margin-top: 0;
}

.bm-legal-content a,
.bm-legal-card a {
    color: #5de7f2;
}

.bm-legal-content li {
    margin-bottom: .35rem;
}

.bm-legal-lead,
.bm-address {
    color: #d7e3ea;
    font-size: 1.1rem;
}

.bm-map-card {
    margin-top: 2.5rem;
    padding: 1.25rem;
    border: 1px solid rgba(93, 231, 242, .25);
    border-radius: 14px;
    background: rgba(7, 27, 42, .82);
}

.bm-map-card__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.bm-map-card__header h2 {
    margin-bottom: 0;
}

.bm-map-placeholder {
    display: grid;
    gap: .8rem;
    min-height: 180px;
    margin-top: 1.25rem;
    padding: 2rem;
    place-content: center;
    text-align: center;
    border: 1px dashed rgba(93, 231, 242, .4);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(21, 167, 188, .12), rgba(5, 19, 29, .75));
}

.bm-map-placeholder p,
.bm-map-placeholder small {
    margin: 0;
    color: #cbd8e3;
}

.bm-map-placeholder small {
    font-size: .82rem;
}

.bm-map-frame {
    overflow: hidden;
    margin-top: 1.25rem;
    border-radius: 10px;
    aspect-ratio: 16 / 8;
}

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

@media (max-width: 640px) {
    .bm-map-card__header .btn {
        width: 100%;
    }

    .bm-map-placeholder {
        padding: 1.25rem;
    }
}
