.bt-mobile-home-cta,
.bt-mobile-home-cta-spacer {
    display: none;
}

@media (max-width: 767px) {
    .bt-mobile-home-cta {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9998;
        display: flex;
        gap: 8px;
        padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
        background: #fff;
        box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.12);
    }

    .bt-mobile-home-cta__link {
        flex: 1 1 0;
        min-width: 0;
        margin: 0;
        text-align: center;
        white-space: nowrap;
    }

    .bt-mobile-home-cta-spacer {
        display: block;
        height: 72px;
    }
}
