.elementor-483 .elementor-element.elementor-element-43695536{--display:flex;--padding-top:3%;--padding-bottom:3%;--padding-left:3%;--padding-right:3%;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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 );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for container, class: .elementor-element-43695536 *//* ================================
   WOOCOMMERCE MY ACCOUNT - SICILY BAGS UI
================================ */

/* BACKGROUND PAGINA */
body.woocommerce-account {
    background: linear-gradient(180deg, #f8f9fb 0%, #eef1f7 100%);
    font-family: 'Arsenal', sans-serif;
}

/* WRAPPER */
.woocommerce {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

/* HEADER */
.page-header {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 0 20px;
}

.entry-title {
    font-size: 32px;
    color: #1A3360;
    font-weight: 700;
}

/* ================================
   SIDEBAR
================================ */

.woocommerce-MyAccount-navigation {
    width: 260px;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 8px;
}

/* LINK MENU */
.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 12px 16px;
    border-radius: 10px;
    color: #1A3360;
    text-decoration: none;
    font-weight: 600; /* ✔ richiesto */
    transition: all 0.2s ease;
}

/* HOVER BLU TRASPARENTE */
.woocommerce-MyAccount-navigation a:hover {
    background: rgba(26,51,96,0.08); /* ✔ blu trasparente */
    color: #1A3360;
}

/* ACTIVE */
.woocommerce-MyAccount-navigation .is-active a {
    background: #1A3360;
    color: #fff;
}

/* LOGOUT */
.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #a3873e;
}

/* ================================
   CONTENT
================================ */

.woocommerce-MyAccount-content {
    flex: 1;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

.woocommerce-MyAccount-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.woocommerce-MyAccount-content p:first-child {
    font-size: 18px;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content a {
    color: #a3873e;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.woocommerce-MyAccount-content a::after {
    content: "→";
    margin-left: 6px;
    font-size: 14px;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}

/* ================================
   TABLET
================================ */

@media (max-width: 1024px) {

    .woocommerce {
        gap: 20px;
    }

    .woocommerce-MyAccount-navigation {
        width: 220px;
        padding: 15px;
    }

    .woocommerce-MyAccount-content {
        padding: 30px;
    }

    .entry-title {
        font-size: 28px;
    }
}

/* ================================
   MOBILE → BOTTONI GRID
================================ */

@media (max-width: 768px) {

    .woocommerce {
        flex-direction: column;
        gap: 20px;
    }

    /* NAV → GRID BUTTONS */
    .woocommerce-MyAccount-navigation {
        width: 100%;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    .woocommerce-MyAccount-navigation ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .woocommerce-MyAccount-navigation li {
        margin: 0;
    }

    /* BOTTONI */
    .woocommerce-MyAccount-navigation a {
        text-align: center;
        padding: 12px;
        background: #fff;
        border-radius: 12px;
        font-size: 14px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    }

    /* ACTIVE MOBILE */
    .woocommerce-MyAccount-navigation .is-active a {
        background: #1A3360;
        color: #fff;
    }

    /* CONTENT */
    .woocommerce-MyAccount-content {
        padding: 20px;
        border-radius: 16px;
    }

    .woocommerce-MyAccount-content p {
        font-size: 15px;
    }

    .woocommerce-MyAccount-content p:first-child {
        font-size: 16px;
    }

    .entry-title {
        font-size: 24px;
    }
}

/* ================================
   EXTRA
================================ */

.woocommerce ul {
    list-style: none !important;
}

.woocommerce a {
    transition: all 0.2s ease;
}/* End custom CSS */