.elementor-19 .elementor-element.elementor-element-50330c23{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-19 .elementor-element.elementor-element-3f5aadc{padding:4% 4% 4% 4%;}.elementor-19 .elementor-element.elementor-element-3f5aadc .elementor-heading-title{color:#264D32;}.elementor-19 .elementor-element.elementor-global-522 > .elementor-widget-container{padding:7% 7% 7% 7%;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for global, class: .elementor-global-522 *//* תפריט אזור אישי – כפתורים ברוחב מלא */
.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation li {
    list-style: none;
    margin-bottom: 12px;
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    width: 100%;
    padding: 14px 18px;
    background-color: #264D32;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

/* ריחוף */
.woocommerce-MyAccount-navigation li a:hover {
    background-color: #1f3f29;
    color: #ffffff;
}

/* פריט פעיל */
.woocommerce-MyAccount-navigation li.is-active a {
    background-color: #1f3f29;
    color: #ffffff;
}
/* לוודא שהקישורים באמת לחיצים */
.woocommerce-MyAccount-navigation li a {
    position: relative;
    z-index: 10;
    pointer-events: auto;
}

/* לוודא ששום דבר לא חוסם */
.woocommerce-MyAccount-navigation {
    position: relative;
    z-index: 5;
}/* End custom CSS */