/*
 * dashboard_widget_colors.css — Elevate dashboard widget overrides.
 * Scoped to specific widgets only. Uses proper specificity — no !important.
 */

/* ---- Membership widget label ---- */
body .index-MEMBERSHIP_CMP_PromoWidget .ow_mship_widget_current .ow_mship_widget_label {
    color: #7C3AED;
    font-weight: 600;
}

/* ---- Membership "Upgrade" button ---- */
body .index-MEMBERSHIP_CMP_PromoWidget #btn-sidebar-upgrade span.ow_button {
    background: linear-gradient(135deg, #7C3AED 0%, #A855F7 100%);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(124,58,237,0.30);
}
body .index-MEMBERSHIP_CMP_PromoWidget #btn-sidebar-upgrade span.ow_button:hover {
    background: linear-gradient(135deg, #5B21B6 0%, #7C3AED 100%);
    box-shadow: 0 4px 16px rgba(124,58,237,0.40);
}
body .index-MEMBERSHIP_CMP_PromoWidget #btn-sidebar-upgrade span.ow_button input,
body .index-MEMBERSHIP_CMP_PromoWidget #btn-sidebar-upgrade a {
    color: #ffffff;
    text-shadow: none;
    text-decoration: none;
}

/* ---- User List widget box menu (Latest / Online tabs) ---- */
body.base_index_page .ow_box.index-BASE_CMP_UserListWidget .ow_box_menu a,
body.base_index_page .ow_box.index-BASE_CMP_UserListWidget .ow_box_menu span {
    color: #6B7280;
    font-weight: 500;
}
body.base_index_page .ow_box.index-BASE_CMP_UserListWidget .ow_box_menu a.active,
body.base_index_page .ow_box.index-BASE_CMP_UserListWidget .ow_box_menu a:hover {
    color: #7C3AED;
}
