/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 27 2025 | 06:52:31 */
.roc-guest-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    background: #ffffff !important;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 12px 20px;
    margin-bottom: 45px;
}

.roc-guest-banner p {
    margin: 0;
    color: #000000 !important;
    font-size: 0.9em;
}

.roc-guest-banner a {
    color: #ff0000;
    font-weight: 600;
    text-decoration: underline;
}

.roc-start-over-btn {
    background: linear-gradient(135deg, #000000 0%, #000000 100%) !important;
    color: white !important;
    border: none !important;
    padding: 6px 14px !important;
    border-radius: 6px !important;
    font-size: 0.85em !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    white-space: nowrap;
}

.roc-depleted-actions .roc-btn {
    font-size: 1.1em;
    padding: 15px 35px;
    background: black !important;
    border: none;
    color: white;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgb(0 0 0 / 40%);
}