.elementor-1472 .elementor-element.elementor-element-560cdfe3{--display:flex;--padding-top:30px;--padding-bottom:50px;--padding-left:15px;--padding-right:15px;}.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 );}body.elementor-page-1472:not(.elementor-motion-effects-element-type-background), body.elementor-page-1472 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-89edc2e );}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-560cdfe3 *//* Remove bullets */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Layout structure */
.woocommerce-MyAccount-navigation {
    width: 25%;
    float: left;
    background: #111;
    padding: 25px;
    border-radius: 8px;
}

.woocommerce-MyAccount-content {
    width: 72%;
    float: right;
    background: #1a1a1a;
    padding: 30px;
    border-radius: 8px;
    color: #ffffff;
}

/* Navigation links */
.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 12px 15px;
    margin-bottom: 8px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s ease;
}

/* Hover effect */
.woocommerce-MyAccount-navigation a:hover {
    background: #0073ff;
    color: #ffffff;
}

/* Active menu */
.woocommerce-MyAccount-navigation .is-active a {
    background: #0073ff;
    font-weight: 600;
}

/* Dashboard heading text */
.woocommerce-MyAccount-content p {
    color: #cccccc;
}

/* Logout link */
.woocommerce-MyAccount-content a {
    color: #0073ff;
}

/* Clear floats */
.woocommerce:after {
    content: "";
    display: block;
    clear: both;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}
/* Remove unwanted line break */
.woocommerce-MyAccount-navigation a br {
    display: none;
}

/* Proper vertical alignment */
.woocommerce-MyAccount-navigation a {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    line-height: normal;
}/* End custom CSS */