.boost-map-continue-button {
    display: none;
    width: 100%;
    margin-top: 1rem;
}

.boost-map-prompt {
    min-height: 32rem;
    display: grid;
    place-items: center;
    gap: 0.85rem;
    padding: 1.5rem;
    text-align: center;
}

.boost-map-loading-copy {
    max-width: 32rem;
    color: var(--text-main, #000829);
    font-weight: 800;
    line-height: 1.6;
}

html[data-theme="dark"] .boost-map-loading-copy {
    color: #fffdf8;
}

.boost-map-load-button {
    min-width: min(100%, 18rem);
}

@media (max-width: 720px) {
    .boost-map-continue-button {
        display: inline-flex;
    }

    .boost-map-prompt {
        min-height: 24rem;
    }
}
