.elementor-1843 .elementor-element.elementor-element-1b2ab090{--display:flex;}.elementor-1843 .elementor-element.elementor-element-1b2ab090:not(.elementor-motion-effects-element-type-background), .elementor-1843 .elementor-element.elementor-element-1b2ab090 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-5a9b7fe8 *//* --- ONYX BIOLABS AFFILIATE PORTAL: FINAL MASTER CSS --- */

/* 1. MAIN CONTAINER & BACKGROUND */
.onyx-affiliate-fix #wccp-affiliate-dashboard {
    background: rgba(18, 18, 18, 0.8) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(19, 181, 202, 0.2) !important;
    border-radius: 20px !important;
    padding: 50px !important;
    color: #ffffff !important;
    max-width: 1200px; /* Slightly wider for 2-column support */
    margin: 40px auto !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.6) !important;
}

/* 2. TITLES & HEADERS */
.onyx-affiliate-fix h2, 
.onyx-affiliate-fix h3, 
.onyx-benefits-text h2 {
    color: #13B5CA !important; /* Brand Teal */
    text-transform: uppercase !important;
    font-weight: 900 !important;
    letter-spacing: 1.5px !important;
    text-shadow: 0 0 15px rgba(19, 181, 202, 0.3) !important;
}

/* 3. BENEFITS LIST STYLING (Left Column) */
.onyx-benefits-text ul {
    list-style: none !important;
    padding-left: 0 !important;
}

.onyx-benefits-text li {
    color: #ffffff !important;
    font-size: 1.1rem !important;
    margin-bottom: 20px !important;
    padding-left: 30px !important;
    position: relative !important;
    line-height: 1.4 !important;
}

.onyx-benefits-text li::before {
    content: "•";
    color: #13B5CA;
    font-size: 1.8rem;
    position: absolute;
    left: 0;
    top: -5px;
}

/* 4. FORM INPUT FIELDS (Right Column) */
.onyx-affiliate-fix input[type="text"],
.onyx-affiliate-fix input[type="email"],
.onyx-affiliate-fix input[type="password"],
.onyx-affiliate-fix input[type="url"] {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    padding: 15px !important;
    margin-top: 5px !important;
    width: 100%;
}

.onyx-affiliate-fix input:focus {
    border-color: #13B5CA !important;
    background: rgba(19, 181, 202, 0.05) !important;
}

/* 5. LABELS */
.onyx-affiliate-fix label {
    color: #aaaaaa !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1px;
}

/* 6. SUBMIT BUTTON */
.onyx-affiliate-fix #wccp-submit-registration,
.onyx-affiliate-fix .button {
    background-color: #13B5CA !important;
    color: #000000 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    border-radius: 50px !important;
    padding: 18px 50px !important;
    border: none !important;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(19, 181, 202, 0.4) !important;
    transition: all 0.3s ease;
}

.onyx-affiliate-fix #wccp-submit-registration:hover {
    background-color: #ffffff !important;
    transform: translateY(-3px) !important;
}

/* 7. MOBILE RESPONSIVENESS */
@media (max-width: 992px) {
    .onyx-affiliate-fix #wccp-affiliate-dashboard {
        padding: 30px 20px !important;
    }
    .onyx-benefits-text h2 {
        font-size: 1.8rem !important;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1b2ab090 */onyx-affiliate-fix/* End custom CSS */