.elementor-31 .elementor-element.elementor-element-f92f82c{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}@media(min-width:768px){.elementor-31 .elementor-element.elementor-element-f92f82c{--content-width:90%;}}/* Start custom CSS for container, class: .elementor-element-f92f82c *//* تنظیمات کلی تب‌ها */
.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;

    gap: 5px; /* فاصله بین تب‌ها */
}

/* استایل حالت عادی تب‌ها */
.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border: 1px solid #ddd; /* حاشیه خاکستری */
    border-radius: 10px;
    background-color: #ffffff; /* پس‌زمینه سفید */
    padding: 10px;
    text-align: center;
    transition: all 0.3s ease; /* انیمیشن تغییر */
}

.woocommerce-MyAccount-navigation ul li a {
    color: #81858B;
    text-decoration: none; /* حذف زیرخط */
    display: block;
}

/* استایل حالت هاور (وقتی موس روی تب می‌رود) */
.woocommerce-MyAccount-navigation ul li:hover {
    background-color: #ffffff; /* پس‌زمینه کرمی */
    border-color: #7e4bb3; /* حاشیه نارنجی */
}

.woocommerce-MyAccount-navigation ul li:hover a {
    color: #7e4bb3;
}

/* استایل حالت فعال (تب انتخاب‌شده) */
.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #7e4bb3; /* پس‌زمینه قرمز */
    border-color: #7e4bb3;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #ffffff; /* متن سفید */
    font-weight: bold; /* متن ضخیم */
}

/* استایل برای بخش محتوا */
.woocommerce-MyAccount-content {
    border: 1px solid #7e4bb3; /* حاشیه قرمز */
    border-radius: 25px;
    padding: 20px;
    margin-top: 20px;
    background-color: #ffffff; /* پس‌زمینه سفید */
}/* End custom CSS */