.elementor-757 .elementor-element.elementor-element-2aa1e80{--display:flex;--min-height:447px;}.elementor-757 .elementor-element.elementor-element-2aa1e80:not(.elementor-motion-effects-element-type-background), .elementor-757 .elementor-element.elementor-element-2aa1e80 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1A1A;}.elementor-757 .elementor-element.elementor-element-2480c3f{--spacer-size:50px;}.elementor-757 .elementor-element.elementor-element-ba5f773{--spacer-size:75px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-757 .elementor-element.elementor-element-29839c1{text-align:center;}.elementor-757 .elementor-element.elementor-element-29839c1 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-weight:700;text-transform:uppercase;color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-715e7b4 *//* =========================================
   CLEAN AFFILIATE DASHBOARD TAB STYLING
========================================= */

/* Remove any opacity / inherited weirdness */
.wcutab button.wcutablinks {
    opacity: 1 !important;
    background: #222222 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 12px 20px !important;
    font-weight: 500;
    transition: all 0.25s ease !important;
    box-shadow: none !important;
}

/* Remove inner span ghost background */
.wcutab button.wcutablinks span {
    background: transparent !important;
}

/* Inactive Hover → Neon Pink */
.wcutab button.wcutablinks:hover:not(.wcutab-active) {
    background: #ff35f2 !important;
    color: #ffffff !important;
}

/* Active State → Clean Gradient */
.wcutab button.wcutablinks.wcutab-active {
    background: linear-gradient(135deg, #ff35f2, #ff6536) !important;
    color: #ffffff !important;
    box-shadow: 0 0 18px rgba(255, 53, 242, 0.35);
}

/* Active Hover → Slightly Brighter Gradient */
.wcutab button.wcutablinks.wcutab-active:hover {
    background: linear-gradient(135deg, #ff5df7, #ff7a4a) !important;
}

/* =========================================
   GLOBAL LINK COLOR
========================================= */

a,
a:visited {
    color: #ff35f2 !important;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #ff6536 !important;
}/* End custom CSS */