.elementor-7359 .elementor-element.elementor-element-29290721{--display:flex;}.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 );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-40ba8ca3 *//* Container generale */
.woocommerce {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

/* NAVIGATION (sidebar) */
.woocommerce-MyAccount-navigation {
    width: 260px;
    background: #111;
    border-radius: 12px;
    padding: 20px 0;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    margin: 0;
}

/* Link menu */
.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 14px 24px;
    color: #ccc;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.25s ease;
}

/* Hover */
.woocommerce-MyAccount-navigation a:hover {
    background: #222;
    color: #fff;
    padding-left: 28px;
}

/* Active */
.woocommerce-MyAccount-navigation .is-active a {
    background: #d60000;
    color: #fff;
    font-weight: 600;
}

/* CONTENT AREA */
.woocommerce-MyAccount-content {
    flex: 1;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #eee;
}

/* Titoli */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    color: #111;
    margin-bottom: 20px;
}

/* Testo */
.woocommerce-MyAccount-content p {
    color: #555;
    line-height: 1.6;
}

/* Link interni */
.woocommerce-MyAccount-content a {
    color: #d60000;
    text-decoration: none;
    font-weight: 500;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}

/* Pulsanti WooCommerce */
.woocommerce button,
.woocommerce .button,
.woocommerce input[type="submit"] {
    background: #d60000;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    transition: 0.25s;
}

.woocommerce button:hover,
.woocommerce .button:hover,
.woocommerce input[type="submit"]:hover {
    background: #a80000;
}

/* Messaggi */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce {
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation {
        width: 100%;
    }
}

/* NAVIGATION (sidebar light version) */
.woocommerce-MyAccount-navigation {
    width: 260px;
    background: #fff;
    border-radius: 14px;
    padding: 20px 0;
    border: 1px solid #eee;
    box-shadow: 0 8px 25px rgba(0,0,0,0.04);
}

/* Reset lista */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Link menu */
.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 14px 26px;
    color: #111;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.2px;
    transition: all 0.25s ease;
    position: relative;
}

/* Hover premium */
.woocommerce-MyAccount-navigation a:hover {
    background: #f7f7f7;
    padding-left: 32px;
        color: #d60000;

}

/* Linea laterale animata */
.woocommerce-MyAccount-navigation a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 60%;
    background: #d60000;
    border-radius: 0 4px 4px 0;
    transition: 0.25s;
}

.woocommerce-MyAccount-navigation a:hover::before {
    width: 4px;
}

/* Active state (più elegante del blocco rosso pieno) */
.woocommerce-MyAccount-navigation .is-active a {
    font-weight: 600;
    color: #d60000;
    background: #fff;
}

.woocommerce-MyAccount-navigation .is-active a::before {
    width: 4px;
}

/* Spacing tra item */
.woocommerce-MyAccount-navigation li + li {
    margin-top: 4px;
}

/* Wrapper */
.uagb-block-79892a54 {
    text-align: center;
    margin-bottom: 50px;
    padding: 20px 0;
}

/* Titolo */
.uagb-block-79892a54 .uagb-heading-text {
    font-size: 42px;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

/* Sottotitolo */
.uagb-block-79892a54 .uagb-desc-text {
    font-size: 16px;
    color: #777;
    max-width: 480px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Linea decorativa sotto il titolo */
.uagb-block-79892a54 .uagb-heading-text::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #d60000;
    margin: 16px auto 0;
    border-radius: 2px;
}

/* Responsive */
@media (max-width: 768px) {
    .uagb-block-79892a54 .uagb-heading-text {
        font-size: 32px;
    }

    .uagb-block-79892a54 .uagb-desc-text {
        font-size: 14px;
    }
}

.uagb-block-79892a54 {
    animation: fadeUp 0.6s ease;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}/* End custom CSS */