#rcm-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

#rcm-modal {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    text-align: center;
}

#rcm-modal h2 {
    margin-top: 0;
}

#rcm-close-btn {
    margin-top: 20px;
    padding: 10px 20px;
    cursor: pointer;
}