.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 );}/* Start custom CSS for section, class: .elementor-element-43c678c4 *//* تنظیم کلی لینک‌های منوی کناری حساب کاربری */
.woocommerce-MyAccount-navigation ul li a {
    display: flex !important;
    align-items: center !important;   /* هم‌تراز عمودی */
    justify-content: center !important; /* وسط‌چین افقی */
    text-align: center !important;
    line-height: 1.6;
    padding: 14px 10px !important;
}

/* حذف فاصله اضافی ناشی از <br> */
.woocommerce-MyAccount-navigation ul li a br {
    display: none !important;
}
/* ------------------------------
   مخفی کردن کامل بخش دانلودها
--------------------------------*/
.woocommerce-MyAccount-navigation-link--downloads,
.wd-my-acc-downloads {
    display: none !important;
}


/* ------------------------------
   استایل کلی منوی کناری حساب کاربری
--------------------------------*/
.woocommerce-MyAccount-navigation ul {
    background: #fff;
    padding: 15px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 6px 0;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 15px;
    color: #555;
    transition: 0.25s ease;
    background: #fafafa;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: #ffe7ef;
    color: #e54f77;
    transform: translateX(-4px);
}

/* لینک فعال */
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #e54f7720;
    border-right: 4px solid #e54f77;
    color: #e54f77;
    font-weight: bold;
}


/* ------------------------------
   استایل باکس محتوا
--------------------------------*/
.woocommerce-MyAccount-content {
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    border: 1px solid #f3f3f3;
}

/* متن خوشگل‌تر */
.woocommerce-MyAccount-content p {
    font-size: 15px;
    line-height: 2;
    color: #444;
}

/* لینک‌های داخل متن */
.woocommerce-MyAccount-content a {
    color: #e54f77;
    font-weight: 600;
    transition: .2s;
}


/* ------------------------------
   استایل آیکون‌های بالای حساب کاربری
--------------------------------*/
.wd-my-account-links li a {
    background: #fff;
    border-radius: 14px;
    padding: 18px 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: 0.25s;
    border: 1px solid #f0f0f0;
}

.wd-my-account-links li a:hover {
    background: #ffe7ef;
    transform: translateY(-3px);
    border-color: #fad1dc;
}/* End custom CSS */