.elementor-13 .elementor-element.elementor-element-9e7777b{--display:flex;}.elementor-13 .elementor-element.elementor-element-81ffe29 > .elementor-widget-container{margin:100px 0px 100px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-13 .elementor-element.elementor-element-81ffe29 > .elementor-widget-container{margin:20px 0px 20px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-81ffe29 *//* استایل کلی فرم */
.woocommerce-MyAccount-content form {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background: #fdfdfd;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* استایل لیبل‌ها */
.woocommerce-MyAccount-content label {
    display: block;
    margin-bottom: 8px;
    font-family: 'IRANYekanX';
    font-weight: 500;
    color: #333;
    position: relative;
}

/* ستاره قرمز فیلدهای اجباری */
.woocommerce-MyAccount-content label abbr[title="required"] {
    color: #F9754B !important;
    font-size: 16px;
    text-decoration: none;
    margin-right: 4px;
}

/* استایل فیلدهای ورودی */
.woocommerce-MyAccount-content input:not([type="checkbox"]),
.woocommerce-MyAccount-content select {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
    font-family: 'IRANYekanX';
    font-size: 15px;
    background: #fff;
    transition: all 0.3s ease;
}

/* افکت فوکوس */
.woocommerce-MyAccount-content input:focus,
.woocommerce-MyAccount-content select:focus {
    border-color: #F9754B;
    box-shadow: 0 0 6px rgba(249,117,75,0.25);
    outline: none;
}

/* استایل دکمه */
.woocommerce-MyAccount-content button {
    background: #F9754B !important;
    color: #fff !important;
    padding: 14px 32px;
    border-radius: 30px;
    border: none;
    font-family: 'IRANYekanX';
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-content button:hover {
    background: #e9643f !important;
    box-shadow: 0 6px 16px rgba(249,117,75,0.35);
    transform: translateY(-2px);
}

/* فاصله بین فیلدها */
.woocommerce-MyAccount-content .form-row {
    margin-bottom: 25px;
}

/* استایل موبایل */
@media (max-width: 768px) {
    .woocommerce-MyAccount-content form {
        padding: 20px;
        margin: 0 12px;
    }

    .woocommerce-MyAccount-content input:not([type="checkbox"]) {
        padding: 10px 12px;
    }

    .woocommerce-MyAccount-content button {
        width: 100%;
    }
}

/* استایل منوی ناوبری حساب کاربری */
.woocommerce-MyAccount-navigation {
    width: 80%;
    max-width: 600px;
    margin: 20px auto;
    padding: 25px;
    background: #2B2B2B; /* بک‌گراند تیره برای کنتراست با متن روشن */
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* رنگ متن آیتم‌ها */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 12px;
}

.woocommerce-MyAccount-navigation ul li a {
    font-family: 'IRANYekanX';
    color: #F7F7F7 !important;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #F9754B;
    color: #fff !important;
}
.woocommerce-info {
    width: 80%;
    max-width: 600px;
    margin: 20px auto;
    padding: 30px;
    background: #fdfdfd;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    font-family: 'IRANYekanX';
    font-size: 15px;
    color: #333;
    border: none !important; /* حذف خط آبی پیش‌فرض ووکامرس */
}
.woocommerce-MyAccount-content {
    width: 80%;
    max-width: 600px;
    margin: 20px auto;
    padding: 30px;
    background: #fdfdfd;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    font-family: 'IRANYekanX';
    font-size: 15px;
    color: #333;
}

/* لینک‌ها با رنگ نارنجی اختصاصی */
.woocommerce-MyAccount-content a {
    color: #F9754B;
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce-MyAccount-content a:hover {
    color: #e9643f;
    text-decoration: underline;
}/* End custom CSS */