/* --- 1. MEMBERSHIP MENU VISIBILITY --- */
.rcp-logout-link, .rcp-logged-in-only { display: none !important; }
.logged-in .rcp-logout-link, .logged-in .rcp-logged-in-only { display: block !important; }
.logged-in .rcp-login-link { display: none !important; }

/* --- 2. MENU ARROW REMOVAL --- */
body:not(.logged-in) .members-parent-item a * { display: none !important; }
body:not(.logged-in) .members-parent-item .sub-menu,
body:not(.logged-in) .members-parent-item .dropdown-menu-toggle { display: none !important; }
body:not(.logged-in) .members-parent-item a { display: inline-block !important; }

/* --- 3. SUBMENU HOVER STYLING --- */
.sub-menu li a { 
    display: block !important; 
    width: 100% !important; 
    padding: 12px 20px !important; 
    background-color: transparent !important; 
    font-family: 'Questrial', sans-serif !important;
}
.sub-menu li a:hover { background-color: #ffffff !important; color: #000000 !important; }

/]
    margin-left: 10px !important;
}

/* --- THE PIT-LANE BRUTE FORCE OVERRIDE --- */

/* Target the container first */
.rcp_subscription_details, 
#rcp_subscription_details {
    background: transparent !important;
    border: none !important;
}

/* Target ANY link that acts as a button inside that container */
.rcp_subscription_details a, 
#rcp_subscription_details a,
#rcp_subscription_details .rcp_button,
.rcp_subscription_details [class*="button"] {
    display: inline-block !important;
    background-color: transparent !important;
    background: transparent !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    padding: 12px 24px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 11px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    border-radius: 0px !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* The Hover State */
.rcp_subscription_details a:hover, 
#rcp_subscription_details a:hover {
    background-color: #ffffff !important;
    background: #ffffff !important;
    color: #000000 !important;
}

/* Target the Table Cells specifically */
.rcp_subscription_details td {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    padding: 20px 0 !important;
}