#geo-invite-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 999998;
}

#geo-invite-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    max-width: 90vw;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 999999;
    padding: 32px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.geo-btn-primary {
    background: #f69e13;
    color: #000 !important;
    padding: 12px 18px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.geo-btn-secondary {
    background: #6bbe51;
    color: #000;
    border: 1px solid #ddd;
    padding: 12px 18px;
    cursor: pointer;
    font-size: 14px;
}
