.elementor-8935 .elementor-element.elementor-element-4c278333{--display:flex;overflow:visible;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-8935 .elementor-element.elementor-element-18848a8e{font-family:var( --e-global-typography-563993b-font-family ), Sans-serif;font-size:var( --e-global-typography-563993b-font-size );font-weight:var( --e-global-typography-563993b-font-weight );color:var( --e-global-color-secondary );}@media(max-width:1024px){.elementor-8935 .elementor-element.elementor-element-18848a8e{font-size:var( --e-global-typography-563993b-font-size );}}@media(max-width:767px){.elementor-8935 .elementor-element.elementor-element-18848a8e{font-size:var( --e-global-typography-563993b-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-18848a8e *//* ===== MY ACCOUNT MENU STYLING ===== */

/* Metallic gold background for the active menu item */
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #D4AF37 !important; /* Metallic Gold */
    color: #000 !important;
    font-weight: 600;
}

/* Text color for normal menu items */
.woocommerce-MyAccount-navigation ul li a {
    background-color: #000 !important; /* Black background */
    color: #ffffff !important; /* Change blue to white */
    padding: 15px 20px;
    display: block;
    border-bottom: 1px solid #222;
    transition: 0.3s ease;
}

/* Hover effect */
.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #D4AF37 !important; /* Metallic Gold */
    color: #000 !important;
}

/* Fix for overall container spacing */
.woocommerce-account .woocommerce-MyAccount-navigation {
    padding-right: 20px;
}

/* Optional: Make the menu edges rounded (modern look) */
.woocommerce-MyAccount-navigation ul li a {
    border-radius: 4px;
}

/* ===== MY ACCOUNT CONTENT AREA ===== */
.woocommerce-MyAccount-content {
    color: #ffffff !important; /* text inside content becomes white */
}

/* Links inside content */
.woocommerce-MyAccount-content a {
    color: #ffffff !important; /* links white instead of blue */
    text-decoration: underline;
}/* End custom CSS */