.bh-terms-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 16px;
}

.bh-terms-overlay.is-open {
    display: flex;
}

.bh-terms-modal {
    position: relative;
    max-width: 960px;
    width: 100%;
    height: 80vh;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.bh-terms-frame {
    width: 100%;
    height: 100%;
    border: 0;
}

.bh-terms-close {
    position: absolute;
    right: 10px;
    top: 8px;
    background: transparent;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #1f6f2b;
}

.bh-terms-close:hover,
.bh-terms-close:focus {
    color: #000;
}

.bh-terms-footer-link {
    text-align: center;
    margin: 12px 0 18px;
    font-size: 14px;
}

.bh-terms-footer-link .bh-terms-trigger {
    color: #1f6f2b;
    text-decoration: underline;
}

.bh-terms-footer-link .bh-terms-trigger:hover,
.bh-terms-footer-link .bh-terms-trigger:focus {
    color: #0e3a16;
}

.bh-terms-locked {
    overflow: hidden;
}

@media (max-width: 768px) {
    .bh-terms-modal {
        height: 90vh;
    }
}
