#geot-blocker-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#geot-blocker-modal {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 420px;
    text-align: center;
}

body.geot-locked {
    overflow: hidden !important;
}