/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 27 2025 | 20:00:51 */
.roc-choice-btn {
    display: block;
    width: 100%;
    background: red ! IMPORTANT;
    border: 2px solid var(--roc-primary);
    color: var(--roc-primary);
    padding: 18px 24px;
    margin-bottom: 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    text-align: left;
    color: white !important;
}