.elementor-12 .elementor-element.elementor-element-2b974529{--display:flex;--padding-top:6em;--padding-bottom:06em;--padding-left:1em;--padding-right:1em;}.elementor-12 .elementor-element.elementor-element-2b974529:not(.elementor-motion-effects-element-type-background), .elementor-12 .elementor-element.elementor-element-2b974529 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.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-12 .elementor-element.elementor-element-3c0256f6{font-family:"Roboto", Sans-serif;font-weight:400;color:#000000;}/* Start custom CSS for text-editor, class: .elementor-element-3c0256f6 */body.dark #my-account label {
    color: #000000 !important;
}
/* Dark mode styling for #my-account content */
body.dark #my-account p,
body.dark #my-account h1,
body.dark #my-account h2,
body.dark #my-account h3,
body.dark #my-account h4,
body.dark #my-account h5,
body.dark #my-account h6 {
    color: #000000 !important; /* Text color black in dark mode */
}

/* Optional: style links inside #my-account in dark mode */
body.dark #my-account a {
    color: #000000 !important; /* Links black in dark mode */
}
/* Make all text, headings, links, buttons, and other elements black in My Account page */
.woocommerce-account,
.woocommerce-account * {
    color: #000000 !important;        /* All text black */
    border-color: #000000 !important; /* Optional: borders black */
}

/* Make all links black */
.woocommerce-account a {
    color: #000000 !important;
    text-decoration: none; /* remove underline if you like */
}

/* Make link hover black too */
.woocommerce-account a:hover {
    color: #000000 !important;
}

/* Buttons inside My Account */
.woocommerce-account button,
.woocommerce-account input[type="button"],
.woocommerce-account input[type="submit"] {
    color: #000000 !important;
    background-color: #ffffff !important; /* optional: white background */
    border: 1px solid #000000 !important; /* optional: black border */
}/* End custom CSS */