/* مخفی کردن هدر صفحه فقط برای صفحه حساب کاربری */
body.woocommerce-account .page-header {
    display: none !important;
}

body.woocommerce-account button,
body.woocommerce-account .button,
body.woocommerce-account input[type="submit"],
body.woocommerce-account a.button {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.pymdashboard-navigation {
  margin-top: -42px;
}


/* چیدمان کلی صفحه */
.pymdashboard-wrapper {
    display: flex !important;
    gap: 20px !important;
    margin-top: 40px;
    margin-bottom: 40px;
}

.pymdashboard-sidebar-container {
    width: 30% !important;
}

.pymdashboard-main-content {
    width: 70% !important;
    border: 1px solid #E6E6E6 !important;
    border-radius: 12px !important;
    padding: 24px !important;
}

/* استایل‌های سایدبار */
.pymdashboard-sidebar {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    width: 309px !important;
    height: auto !important;
    background-color: #f7f7f7 !important;
    border-radius: 12px !important;
    padding: 24px !important;
}

/* اطلاعات کاربر */
.pymdashboard-user-info {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
}

.pymdashboard-avatar {
    width: 56px !important;
    height: 56px !important;
}

.pymdashboard-user-details {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.pymdashboard-user-name,
.pymdashboard-user-phone {
    font-size: 14px !important;
    line-height: 28px !important;
    color: #010D0A !important;
}

.pymdashboard-user-name {
    font-weight: 600 !important;
}

.pymdashboard-user-phone {
    font-weight: 400 !important;
}

.pymdashboard-edit-icon img {
    width: 24px !important;
    height: 24px !important;
}

/* خط جداکننده */
.pymdashboard-divider {
    width: 100% !important;
    height: 1px !important;
    background-color: #F2F2F2 !important;
    margin: 2px 0 !important; /* اضافه کردن فاصله بالا و پایین خط جداکننده */
}

/* منوی ناوبری */
.pymdashboard-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

.pymdashboard-navigation li {
    display: flex !important;
}

.pymdashboard-navigation a {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    text-decoration: none !important;
    color: #010D0A !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    width: 100% !important;
}

.pymdashboard-menu-icon {
    width: 24px !important;
    height: 24px !important;
}

/* استایل گزینه فعال */
.pymdashboard-navigation .is-active a {
    background-color: var(--e-global-color-primary) !important;
    border-radius: 8px !important;
    padding: 10px 16px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

.pymdashboard-navigation .is-active .pymdashboard-menu-icon {
    filter: brightness(0) invert(1) !important;
}

/* فاصله برای گزینه خروج */
.pymdashboard-navigation li:last-child {
    margin-top: 16px !important;
}

/* استایل‌های بخش اطلاعات حساب کاربری */
.pymdashboard-account-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
}

/* هدر بخش‌ها */
.pymdashboard-section-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.pymdashboard-section-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #010D0A !important;
    margin: 0 !important;
}

/* فاصله برای سرتیتر اطلاعات تحویل گیرنده */
.pymdashboard-receiver-title {
    margin-top: 24px !important;
}

/* دکمه ویرایش */
.pymdashboard-edit-btn {
    display: inline-flex !important;
    align-items: center !important;
    background-color: #ffffff !important;
    border: 1.5px solid #F2F2F2 !important;
    border-radius: 8px !important;
    padding: 11px 24px !important;
    color: #010D0A !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

/* مشخصات حساب کاربری */
.pymdashboard-info-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    align-items: stretch !important;
}

.pymdashboard-info-item {
    flex: 1 1 calc(33.33% - 20px) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.pymdashboard-info-label {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #010D0A !important;
}

.pymdashboard-info-value {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #828282 !important;
}

/* خط عمودی جداکننده */
.pymdashboard-info-divider {
    width: 1px !important;
    background-color: #F2F2F2 !important;
    margin: 0 10px !important;
}

/* بخش آدرس */
.pymdashboard-address-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

/* هدر آدرس */
.pymdashboard-address-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.pymdashboard-address-info {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.pymdashboard-address-icon {
    width: 20px !important;
    height: 20px !important;
}

.pymdashboard-address-value {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #010D0A !important;
    width: 100%;
    max-width: 480px;
    line-height: 28px;
}

.pymdashboard-address-actions {
    display: flex !important;
    gap: 8px !important;
}

.pymdashboard-address-action-btn {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    background-color: #ffffff !important;
    border: 1px solid #F5F5F5 !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    text-decoration: none !important;
}

.pymdashboard-address-action-btn .pymdashboard-btn-icon {
    width: 20px !important;
    height: 20px !important;
}

.pymdashboard-edit-address {
    color: #010D0A !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

.pymdashboard-delete-address {
    color: #CF2E2E !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

/* دکمه افزودن آدرس جدید */
.pymdashboard-add-address-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background-color: #ffffff !important;
    border: 1.5px solid #F2F2F2 !important;
    border-radius: 8px !important;
    padding: 11px 24px !important;
    color: #010D0A !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.pymdashboard-btn-icon {
    width: 20px !important;
    height: 20px !important;
}

/* جزئیات آدرس */
.pymdashboard-address-details {
    display: flex !important;
    gap: 11px !important;
}

.pymdashboard-address-detail-item {
    background-color: #F7F7F7 !important;
    border-radius: 4px !important;
    padding: 4px 12px !important;
}

.pymdashboard-address-detail-item span {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #010D0A !important;
}

/* استایل‌های پاپ‌آپ */
.pymdashboard-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
    z-index: 10000;
    visibility: visible;
    opacity: 1;
}

.pymdashboard-popup-content {
    background: #ffffff;
    padding: 24px;
    border-radius: 16px;
    width: 883px;
    height: auto;
    max-height: 80vh;
    position: relative;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.pymdashboard-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.pymdashboard-popup-content h2 {
    font-size: 20px;
    font-weight: 600;
    color: #010D0A;
    margin: 0;
}

.pymdashboard-popup-close {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #F5F5F5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pymdashboard-popup-close img {
    width: 20px;
    height: 20px;
}

.woocommerce-EditAccountForm {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.woocommerce-EditAccountForm .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
}

.woocommerce-EditAccountForm .form-row-first,
.woocommerce-EditAccountForm .form-row-last {
    width: calc(50% - 8px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.woocommerce-EditAccountForm .form-row-wide {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.woocommerce-EditAccountForm label {
    font-size: 14px;
    font-weight: 500;
    color: #010D0A;
}

.woocommerce-EditAccountForm label .required {
    color: #CF2E2E;
}

.woocommerce-EditAccountForm input[type="text"],
.woocommerce-EditAccountForm input[type="email"],
.woocommerce-EditAccountForm input[type="password"],
.woocommerce-EditAccountForm input[type="tel"],
.woocommerce-EditAccountForm select,
.woocommerce-EditAccountForm textarea {
    padding: 14px 12px !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    color: #010D0A !important;
    background-color: #F7F7F7 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.woocommerce-EditAccountForm select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23010D0A" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: center;
    padding-right: 40px !important;
}

.woocommerce-EditAccountForm textarea {
    resize: vertical;
    min-height: 100px;
}

.woocommerce-EditAccountForm input::placeholder,
.woocommerce-EditAccountForm textarea::placeholder {
    color: #828282;
    font-size: 14px;
    font-weight: 400;
}

.woocommerce-EditAccountForm .submit-button-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
}

.woocommerce-EditAccountForm button[type="submit"] {
    background-color: #066737;
    color: #ffffff !important;
    padding: 13px 24px !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    align-self: flex-start !important;
}

/* استایل پیام راهنمای رمز عبور */
.woocommerce-EditAccountForm .password-hint {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #828282;
}

.woocommerce-EditAccountForm .password-hint-icon {
    width: 24px;
    height: 24px;
}

/* استایل‌های بخش پیام‌ها */
.pymdashboard-messages-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
}

.pymdashboard-message-categories {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-top: 16px !important;
}

.pymdashboard-category-btn {
    background-color: #F2F2F2 !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 8px 24px !important;
    color: #010D0A !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    box-shadow: none !important;
    white-space: nowrap !important; /* جلوگیری از شکستن متن دکمه */
}

.pymdashboard-category-btn.active {
    background-color: #066737 !important;
    color: #ffffff !important;
}

#messages-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important; /* فاصله بین پیام‌ها */
}

.pymdashboard-message-item {
    display: flex !important;
    gap: 16px !important;
    align-items: flex-start !important;
}

.pymdashboard-message-icon-wrapper {
    flex-shrink: 0 !important;
}

.pymdashboard-message-icon {
    width: 40px !important;
    height: 40px !important;
}

.pymdashboard-message-details {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    flex-grow: 1 !important;
}

.pymdashboard-message-header {
    display: flex !important;
    align-items: center !important; /* هم‌تراز کردن عمودی */
    gap: 15px !important; /* فاصله منطقی بین تیتر و تاریخ */
}

.pymdashboard-message-title {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #010D0A !important;
    margin: 0 !important;
}

.pymdashboard-message-date {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #828282 !important;
}

.pymdashboard-message-content p {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #828282 !important;
    margin: 0 !important;
}

/* استایل‌های بخش سفارش‌ها */
.pymdashboard-orders-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
}

/* دسته‌بندی وضعیت سفارش‌ها */
.pymdashboard-order-statuses {
    display: flex !important;
    gap: 16px !important;
}

.pymdashboard-status-item {
    width: 220px !important;
    height: 130px !important;
    background-color: #F7F7F7 !important;
    border-radius: 8px !important;
    padding: 24px 16px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

.pymdashboard-status-item.active {
    background-color: #ffffff !important;
    border: 1.5px solid #066737 !important;
}

.pymdashboard-status-title {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #828282 !important;
    text-align: right !important;
    flex-grow: 1 !important;
}

.pymdashboard-status-divider {
    width: 100% !important;
    height: 1px !important;
    background-color: #E6E6E6 !important;
}

.pymdashboard-status-count {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #010D0A !important;
    text-align: right !important;
    flex-grow: 1 !important;
}

/* هدر لیست سفارش‌ها */
.pymdashboard-order-list-header {
    display: flex !important;
    align-items: center !important;
}

.pymdashboard-order-list-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #010D0A !important;
    margin: 0 !important;
    position: relative !important;
    padding-right: 20px !important; /* فضا برای دایره */
}

.pymdashboard-order-list-title::before {
    content: '' !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 13px !important;
    height: 13px !important;
    border-radius: 50% !important;
}

.pymdashboard-order-list-title[data-status="processing"]::before {
    background-color: rgba(217, 191, 147, 0.1) !important;
}

.pymdashboard-order-list-title[data-status="processing"]::after {
    content: '' !important;
    position: absolute !important;
    right: 3px !important; /* وسط دایره بزرگ */
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 6px !important;
    height: 6px !important;
    background-color: #BD9E6B !important;
    border-radius: 50% !important;
}

.pymdashboard-order-list-title[data-status="completed"]::before {
    background-color: rgba(23, 151, 59, 0.1) !important;
}

.pymdashboard-order-list-title[data-status="completed"]::after {
    content: '' !important;
    position: absolute !important;
    right: 3px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 6px !important;
    height: 6px !important;
    background-color: #17973B !important;
    border-radius: 50% !important;
}

.pymdashboard-order-list-title[data-status="refunded"]::before {
    background-color: rgba(41, 41, 41, 0.1) !important;
}

.pymdashboard-order-list-title[data-status="refunded"]::after {
    content: '' !important;
    position: absolute !important;
    right: 3px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 6px !important;
    height: 6px !important;
    background-color: #292929 !important;
    border-radius: 50% !important;
}

.pymdashboard-order-list-title[data-status="cancelled"]::before {
    background-color: rgba(235, 56, 56, 0.1) !important;
}

.pymdashboard-order-list-title[data-status="cancelled"]::after {
    content: '' !important;
    position: absolute !important;
    right: 3px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 6px !important;
    height: 6px !important;
    background-color: #EB3838 !important;
    border-radius: 50% !important;
}

/* لیست سفارش‌ها */
#orders-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important; /* فاصله بین سفارش‌ها */
}

.pymdashboard-order-item {
    border: 1px solid #F2F2F2 !important;
    border-radius: 12px !important;
    padding: 24px !important;
}

.pymdashboard-order-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

.pymdashboard-order-product {
    display: flex !important;
    gap: 16px !important;
    align-items: center !important;
}

.pymdashboard-order-product-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    flex-grow: 1 !important;
    order: 1 !important; /* جابه‌جایی با تصویر */
}

.pymdashboard-order-product-category {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #828282 !important;
}

.pymdashboard-order-product-name {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #010D0A !important;
    line-height: 32px !important;
}

.pymdashboard-order-product-meta {
    display: flex !important;
    gap: 16px !important;
    align-items: center !important;
    justify-content: space-between !important; /* فاصله بین قیمت و تعداد */
}

.pymdashboard-order-product-total {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #010D0A !important;
    order: 1 !important; /* جابه‌جایی با تعداد */
}

.pymdashboard-order-product-currency {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #828282 !important;
}

.pymdashboard-order-product-quantity {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #A1A1A1 !important;
}

.pymdashboard-order-product-quantity span {
    color: #292929 !important;
}

.pymdashboard-order-product-image {
    width: 148px !important;
    height: 132px !important;
    background-color: #F5F5F5 !important;
    border-radius: 8px !important;
    padding: 16px 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.pymdashboard-order-icon {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
}

.pymdashboard-order-footer {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.pymdashboard-order-footer-meta {
    display: flex !important;
    gap: 16px !important;
    align-items: center !important;
}

.pymdashboard-order-footer-status {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
}

.pymdashboard-order-footer-status--processing {
    background-color: rgba(217, 191, 147, 0.1) !important;
    color: #BD9E6B !important;
}

.pymdashboard-order-footer-status--completed {
    background-color: rgba(23, 151, 59, 0.05) !important;
    color: #17973B !important;
}

.pymdashboard-order-footer-status--refunded {
    background-color: #F7F7F7 !important;
    color: #292929 !important;
}

.pymdashboard-order-footer-status--cancelled {
    background-color: rgba(250, 234, 234, 1) !important;
    color: #EB3838 !important;
}

.pymdashboard-order-footer-status span {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

.pymdashboard-order-footer-status-icon {
    width: 20px !important;
    height: 20px !important;
}

.pymdashboard-order-footer-status--refunded .pymdashboard-order-footer-status-icon,
.pymdashboard-order-footer-status--cancelled .pymdashboard-order-footer-status-icon {
    width: 24px !important;
    height: 24px !important;
}

.pymdashboard-order-footer-code,
.pymdashboard-order-footer-delivery {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #828282 !important;
}

.pymdashboard-order-footer-action {
    display: flex !important;
    align-items: center !important;
}

.pymdashboard-order-action-btn {
    display:flex !important;
    background-color: var(--e-global-color-primary) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 8px 24px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

/* استایل صفحه‌بندی */
.pymdashboard-pagination {
    display: flex !important;
    gap: 12px !important;
    justify-content: flex-end !important;
    margin-top: 24px !important;
}

.pymdashboard-button {
    background-color: #066737 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 8px 24px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.pymdashboard-button--shop {
    background-color: #ffffff !important;
    border: 1.5px solid #F2F2F2 !important;
    color: #010D0A !important;
}

/* ریسپانسیو برای تبلت (576px تا 991px) */
@media (max-width: 991px) {
    .pymdashboard-wrapper {
        flex-direction: column !important;
        margin-top: 20px;
    }

    .pymdashboard-sidebar-container,
    .pymdashboard-main-content {
        width: 100% !important;
    }

    .pymdashboard-sidebar {
        width: 100% !important;
        height: auto !important;
    }

    .pymdashboard-divider {
        width: 100% !important;
        margin: 12px 0 !important; /* فاصله کمتر در تبلت */
    }

    .pymdashboard-info-grid {
        flex-direction: column !important;
    }

    .pymdashboard-info-item {
        flex: 1 1 100% !important;
    }

    .pymdashboard-info-divider {
        display: none !important;
    }

    .pymdashboard-address-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .pymdashboard-address-actions {
        width: 100% !important;
        justify-content: flex-start !important;
    }

    .pymdashboard-address-action-btn {
        flex: 1 !important;
        justify-content: center !important;
    }

    .pymdashboard-address-details {
        flex-direction: column !important;
        gap: 8px !important;
    }

    .pymdashboard-message-categories {
        gap: 8px !important;
    }

    #messages-container {
        gap: 20px !important; /* فاصله کمتر در تبلت */
    }

    #orders-container {
        gap: 20px !important; /* فاصله کمتر در تبلت */
    }

    .pymdashboard-order-statuses {
        flex-wrap: wrap !important;
        gap: 12px !important;
    }

    .pymdashboard-status-item {
        width: calc(50% - 6px) !important; /* دوتا در هر ردیف */
    }

    .pymdashboard-order-product {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .pymdashboard-order-product-image {
        width: 100% !important;
        height: 132px !important;
        padding: 12px 16px !important;
        margin:0 auto !important;
    }

    .pymdashboard-order-icon {
        width: 100px !important;
        height: 100px !important;
    }

    .pymdashboard-order-footer {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .pymdashboard-order-footer-meta {
        flex-wrap: wrap !important;
        gap: 8px !important;
    }
}

/* ریسپانسیو برای موبایل (زیر 576px) */
@media (max-width: 575px) {
    .woocommerce form .form-row {
        width: 100%;
        gap: 1px;
    }

    .pymdashboard-main-content {
        padding: 16px !important;
    }

    .pymdashboard-sidebar {
        padding: 16px !important;
    }

    .pymdashboard-section-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .pymdashboard-message-categories {
        flex-wrap: nowrap !important; /* جلوگیری از شکستن خط */
        overflow-x: auto !important; /* اسکرول افقی */
        gap: 8px !important;
        -webkit-overflow-scrolling: touch; /* بهبود اسکرول در iOS */
        padding-bottom: 8px !important; /* فاصله برای جلوگیری از قطع شدن اسکرول */
    }

    .pymdashboard-message-item {
        gap: 12px !important;
    }

    .pymdashboard-message-header {
        gap: 10px !important; /* فاصله کمتر در موبایل */
    }

    .pymdashboard-message-title {
        font-size: 14px !important;
    }

    .pymdashboard-message-date,
    .pymdashboard-message-content p {
        font-size: 12px !important;
    }

    #messages-container {
        gap: 16px !important; /* فاصله کمتر در موبایل */
    }

    .pymdashboard-divider {
        margin: 8px 0 !important; /* فاصله کمتر در موبایل */
    }

    /* چسباندن پاپ‌آپ به پایین صفحه در موبایل */
    .pymdashboard-popup-overlay {
        align-items: flex-end !important; /* چسباندن به پایین */
    }

    .pymdashboard-popup-content {
        width: 100% !important; /* عرض کامل در موبایل */
        border-radius: 16px 16px 0 0 !important; /* گرد کردن گوشه‌های بالا */
        margin: 0 !important; /* حذف حاشیه */
        max-height: 70vh !important; /* محدود کردن ارتفاع */
    }

    /* سفارش‌ها در موبایل */
    .pymdashboard-order-statuses {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        padding-bottom: 8px !important;
    }

    .pymdashboard-status-item {
        width: 130px !important;
        min-width: 130px !important; /* عرض ثابت حداقلی */
        height: auto !important;
        padding: 16px 12px !important;
        box-sizing: border-box !important;
    }

    .pymdashboard-status-title {
        font-size: 14px !important;
        font-weight: 400 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .pymdashboard-status-count {
        font-size: 16px !important;
        font-weight: 500 !important;
        white-space: nowrap;
    }

    .pymdashboard-order-item {
        padding: 16px !important;
    }
    
    .pymdashboard-order-product-info {
        width: 100%;
    }

    .pymdashboard-order-list-title {
        font-size: 14px !important;
    }

    .pymdashboard-order-product-name {
        font-size: 14px !important;
        line-height: 28px !important;
    }

    .pymdashboard-order-product-total {
        font-size: 20px !important;
    }

    .pymdashboard-order-product-currency {
        font-size: 12px !important;
    }

    .pymdashboard-order-product-quantity {
        font-size: 12px !important;
    }

    #orders-container {
        gap: 16px !important; /* فاصله کمتر در موبایل */
    }
}





/* بخش کیف پول */
.pymdashboard-wallet-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
}

.pymdashboard-wallet-tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-top: 16px !important;
}

.pymdashboard-tab-btn {
    background-color: #F2F2F2 !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 8px 24px !important;
    color: #010D0A !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    box-shadow: none !important;
    white-space: nowrap !important;
}

.pymdashboard-tab-btn.active {
    background-color: #066737 !important;
    color: #ffffff !important;
}

#wallet-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
}

/* ریسپانسیو تبلت (576px تا 991px) */
@media (max-width: 991px) {
    .pymdashboard-wallet-tabs {
        gap: 8px !important;
    }
    #wallet-content {
        gap: 20px !important;
    }
}

/* ریسپانسیو موبایل (زیر 576px) */
@media (max-width: 575px) {
    .pymdashboard-wallet-tabs {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 8px !important;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px !important;
    }
    .pymdashboard-tab-btn {
        padding: 8px 16px !important;
        font-size: 12px !important;
    }
    #wallet-content {
        gap: 16px !important;
    }
}



/* چیدمان کلی داشبورد کیف پول */
.wal-dashboard-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    background-color: #ffffff !important;
    border-radius: 12px !important;
    padding: 24px !important;
    border: 1px solid #E6E6E6 !important;
}

/* اعلان‌ها */
.wal-dashboard-notices-wrapper {
    margin-bottom: 16px !important;
}

/* بخش پروفایل کاربر */
.wal-dshboard-profile-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    padding: 16px !important;
    background-color: #F7F7F7 !important;
    border-radius: 8px !important;
}

.wal-dashboard-profile-image {
    flex-shrink: 0 !important;
}

.wal-dashboard-profile-image img.avatar {
    width: 64px !important;
    height: 64px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.wal-dashboard-profile-data {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.wal-dashboard-profile-data p {
    margin: 0 !important;
    font-size: 14px !important;
    color: #010D0A !important;
    line-height: 24px !important;
}

.wal-dashboard-profile-data label {
    font-weight: 600 !important;
}

.wal-dashboard-profile-data span {
    font-weight: 400 !important;
    color: #828282 !important;
}

.wal-dashboard-profile-data .woocommerce-Price-amount {
    font-weight: 600 !important;
    color: #066737 !important;
    font-size: 16px !important;
}

.wal-dashboard-profile-status {
    flex-shrink: 0 !important;
}

.wal_status_label.wal_active_status {
    background-color: #066737 !important;
    color: #ffffff !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

/* بخش منو و محتوا */
.wal-dshboard-menu-wrapper {
    display: flex !important;
    gap: 24px !important;
}

.wal-dashboard-menus {
    width: 30% !important;
    background-color: #F7F7F7 !important;
    border-radius: 8px !important;
    padding: 16px !important;
}

.wal-dashboard-menu-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.wal-dashboard-menu-link a {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 12px !important;
    color: #010D0A !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    border-radius: 6px !important;
}

.wal-dashboard-menu-link a:hover,
.wal-dashboard-menu-link a.active {
    background-color: #066737 !important;
    color: #ffffff !important;
}

.wal-dashboard-submenu-links {
    list-style: none !important;
    padding: 0 0 0 20px !important;
    margin: 4px 0 0 !important;
}

.wal-dashboard-submenu-link a {
    font-size: 13px !important;
    padding: 6px 12px !important;
}

.wal-dashboard-menu-content {
    width: 70% !important;
}

.wal-dashboard-overview-content-wrapper {
    background-color: #ffffff !important;
    border: 1px solid #E6E6E6 !important;
    border-radius: 8px !important;
    padding: 16px !important;
}

.wal-dashboard-overview-content {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
}

.wal-dashboard-overview-data {
    flex: 1 1 calc(33.33% - 16px) !important;
    background-color: #F7F7F7 !important;
    border-radius: 6px !important;
    padding: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.wal-dashboard-overview-data p {
    margin: 0 !important;
    font-size: 14px !important;
    color: #010D0A !important;
}

.wal-dashboard-overview-data label {
    font-weight: 600 !important;
}

.wal-dashboard-overview-data span {
    font-weight: 400 !important;
    color: #828282 !important;
}

.wal-dashboard-overview-data .woocommerce-Price-amount {
    font-weight: 600 !important;
    color: #066737 !important;
    font-size: 16px !important;
}

/* ریسپانسیو برای تبلت (576px تا 991px) */
@media (max-width: 991px) {
    .wal-dshboard-menu-wrapper {
        flex-direction: column !important;
    }

    .wal-dashboard-menus,
    .wal-dashboard-menu-content {
        width: 100% !important;
    }

    .wal-dashboard-overview-data {
        flex: 1 1 calc(50% - 16px) !important;
    }
}

/* ریسپانسیو برای موبایل (زیر 576px) */
@media (max-width: 575px) {
    .wal-dashboard-wrapper {
        padding: 16px !important;
    }

    .wal-dshboard-profile-wrapper {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 12px !important;
    }

    .wal-dashboard-profile-image img.avatar {
        width: 48px !important;
        height: 48px !important;
    }

    .wal-dashboard-profile-data p {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .wal-dashboard-overview-data {
        flex: 1 1 100% !important;
        padding: 10px !important;
    }

    .wal-dashboard-menu-links {
        gap: 6px !important;
    }

    .wal-dashboard-menu-link a {
        font-size: 12px !important;
        padding: 6px 10px !important;
    }

    .wal-dashboard-submenu-link a {
        font-size: 11px !important;
        padding: 4px 10px !important;
    }
}






/* چیدمان کلی جزئیات کیف پول */
.wal-myaccount-wallet-details-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    background-color: #ffffff !important;
    border: 1px solid #E6E6E6 !important;
    border-radius: 12px !important;
    padding: 24px !important;
    margin-bottom: 20px !important;
}

/* محتوای جزئیات */
.wal-myaccount-wallet-details-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

/* موجودی کیف پول */
.wal-myaccount-wallet-balance-content {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 16px !important;
    background-color: #F7F7F7 !important;
    border-radius: 8px !important;
}

.wal-myaccount-wallet-balance-content label {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #010D0A !important;
}

.wal-myaccount-wallet-balance .woocommerce-Price-amount {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #066737 !important;
}

.wal-myaccount-wallet-balance .woocommerce-Price-currencySymbol {
    font-size: 14px !important;
    color: #828282 !important;
}

/* جدول جزئیات */
.wal-myaccount-wallet-details-table {
    width: 100% !important;
    border-collapse: collapse !important;
    background-color: #F7F7F7 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.wal-myaccount-wallet-details-table tr {
    border-bottom: 1px solid #E6E6E6 !important;
}

.wal-myaccount-wallet-details-table tr:last-child {
    border-bottom: none !important;
}

.wal-myaccount-wallet-details-table td {
    padding: 12px 16px !important;
    font-size: 14px !important;
    line-height: 24px !important;
}

.wal-myaccount-wallet-label {
    font-weight: 500 !important;
    color: #010D0A !important;
    width: 40% !important;
}

.wal-myaccount-wallet-value {
    font-weight: 400 !important;
    color: #828282 !important;
    width: 60% !important;
}

.wal-myaccount-wallet-value .wal_status_label.wal_active_status {
    background-color: #066737 !important;
    color: #ffffff !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    display: inline-block !important;
}

.wal-myaccount-wallet-value .woocommerce-Price-amount {
    font-weight: 600 !important;
    color: #066737 !important;
}

.wal-myaccount-wallet-value .woocommerce-Price-currencySymbol {
    font-size: 12px !important;
    color: #828282 !important;
}

/* لینک داشبورد */
.wal-myaccount-wallet-dashboard-view-link {
    margin: 0 !important;
    font-size: 14px !important;
    color: #010D0A !important;
}

.wal-myaccount-wallet-dashboard-view-link a {
    color: #066737 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    font-size: 14px !important;
}

.wal-myaccount-wallet-dashboard-view-link a:hover {
    color: #054d2a !important;
    text-decoration: none !important;
}

/* ریسپانسیو برای تبلت (576px تا 991px) */
@media (max-width: 991px) {
    .wal-myaccount-wallet-details-wrapper {
        padding: 20px !important;
    }

    .wal-myaccount-wallet-balance-content {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 12px !important;
    }

    .wal-myaccount-wallet-balance-content label {
        font-size: 14px !important;
    }

    .wal-myaccount-wallet-balance .woocommerce-Price-amount {
        font-size: 16px !important;
    }
}

/* ریسپانسیو برای موبایل (زیر 576px) */
@media (max-width: 575px) {
    .wal-myaccount-wallet-details-wrapper {
        padding: 16px !important;
    }

    .wal-myaccount-wallet-details-content {
        gap: 16px !important;
    }

    .wal-myaccount-wallet-balance-content {
        padding: 10px !important;
    }

    .wal-myaccount-wallet-balance-content label {
        font-size: 13px !important;
    }

    .wal-myaccount-wallet-balance .woocommerce-Price-amount {
        font-size: 14px !important;
    }

    .wal-myaccount-wallet-details-table td {
        font-size: 12px !important;
        padding: 10px 12px !important;
    }

    .wal-myaccount-wallet-label {
        width: 50% !important;
    }

    .wal-myaccount-wallet-value {
        width: 50% !important;
    }

    .wal-myaccount-wallet-dashboard-view-link {
        font-size: 12px !important;
    }
}





/* چیدمان کلی فرم شارژ کیف پول */
.wal-topup-form-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    background-color: #ffffff !important;
    border: 1px solid #E6E6E6 !important;
    border-radius: 12px !important;
    padding: 24px !important;
}

/* اعلان‌ها */
.wal-dashboard-notices-wrapper {
    margin-bottom: 16px !important;
}

/* فرم */
.wal-topup-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

/* عنوان فرم */
.wal-topup-form-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #010D0A !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* محتوای فرم */
.wal-topup-form-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

/* بخش اقدامات (فیلد و دکمه) */
.wal-topup-form-actions {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}

/* فیلد ورودی مبلغ */
.wal-topup-form-amount {
    flex-grow: 1 !important;
    padding: 12px 16px !important;
    border: none !important;
    border-radius: 8px !important;
    background-color: #F7F7F7 !important;
    font-size: 14px !important;
    color: #010D0A !important;
    outline: none !important;
    transition: box-shadow 0.2s ease !important;
}

.wal-topup-form-amount:focus {
    box-shadow: 0 0 0 2px #066737 !important;
}

.wal-topup-form-amount::placeholder {
    color: #828282 !important;
    font-size: 14px !important;
}

/* واحد پول */
.wal-topup-form-currency {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #828282 !important;
}

/* دکمه ارسال */
.wal-topup-form-btn {
    background-color: #066737 !important;
    color: #ffffff !important;
    padding: 12px 24px !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
}

.wal-topup-form-btn:hover {
    background-color: #054d2a !important;
}

/* ریسپانسیو برای تبلت (576px تا 991px) */
@media (max-width: 991px) {
    .wal-topup-form-wrapper {
        padding: 20px !important;
    }

    .wal-topup-form-actions {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .wal-topup-form-amount {
        width: 100% !important;
    }

    .wal-topup-form-btn {
        width: 100% !important;
        text-align: center !important;
    }
}

/* ریسپانسیو برای موبایل (زیر 576px) */
@media (max-width: 575px) {
    .wal-topup-form-wrapper {
        padding: 16px !important;
    }

    .wal-topup-form-title {
        font-size: 16px !important;
    }

    .wal-topup-form-amount {
        padding: 10px 12px !important;
        font-size: 12px !important;
    }

    .wal-topup-form-amount::placeholder {
        font-size: 12px !important;
    }

    .wal-topup-form-currency {
        font-size: 12px !important;
    }

    .wal-topup-form-btn {
        padding: 10px 20px !important;
        font-size: 12px !important;
    }
}








/* چیدمان کلی جدول فعالیت‌ها */
.wal-dashboard-activity-content-wrapper {
    background-color: #ffffff !important;
    border: 1px solid #E6E6E6 !important;
    border-radius: 12px !important;
    padding: 24px !important;
    overflow-x: auto !important;
}

/* جدول فعالیت‌ها */
.wal-dashboard-activity-table {
    width: 100% !important;
    border-collapse: collapse !important;
    background-color: #F7F7F7 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    font-size: 14px !important;
    color: #010D0A !important;
}

/* سرستون‌ها */
.wal-dashboard-activity-table thead tr {
    background-color: #066737 !important;
}

.wal-dashboard-activity-table th {
    padding: 12px 16px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    text-align: right !important;
    white-space: nowrap !important;
}

/* بدنه جدول */
.wal-dashboard-activity-table tbody tr {
    border-bottom: 1px solid #E6E6E6 !important;
}

.wal-dashboard-activity-table tbody tr:last-child {
    border-bottom: none !important;
}

.wal-dashboard-activity-table td {
    padding: 12px 16px !important;
    text-align: right !important;
    vertical-align: middle !important;
}

/* ستون رویداد */
.wal-dashboard-activity-table td[data-title="رویداد"] {
    font-weight: 400 !important;
    color: #010D0A !important;
}

/* ستون مبلغ */
.wal-dashboard-activity-table td[data-title="مبلغ"] {
    font-weight: 500 !important;
}

.wal-credit-amount .woocommerce-Price-amount {
    color: #066737 !important;
    font-weight: 600 !important;
}

.wal-debit-amount .woocommerce-Price-amount {
    color: #d32f2f !important;
    font-weight: 600 !important;
}

.wal-credit-amount::before,
.wal-debit-amount::before {
    margin-left: 4px !important;
    font-weight: 600 !important;
}

.woocommerce-Price-currencySymbol {
    font-size: 12px !important;
    color: #828282 !important;
}

/* ستون موجودی موجود */
.wal-dashboard-activity-table td[data-title="موجودی موجود"] {
    font-weight: 500 !important;
}

.wal-dashboard-activity-table td[data-title="موجودی موجود"] .woocommerce-Price-amount {
    color: #010D0A !important;
    font-weight: 600 !important;
}

/* ستون تاریخ */
.wal-dashboard-activity-table td[data-title="تاریخ"] {
    font-weight: 400 !important;
    color: #828282 !important;
    white-space: nowrap !important;
}

/* افکت هاور برای ردیف‌ها */
.wal-dashboard-activity-table tbody tr:hover {
    background-color: #F2F2F2 !important;
}

/* ریسپانسیو برای تبلت (576px تا 991px) */
@media (max-width: 991px) {
    .wal-dashboard-activity-content-wrapper {
        padding: 20px !important;
    }

    .wal-dashboard-activity-table {
        font-size: 13px !important;
    }

    .wal-dashboard-activity-table th,
    .wal-dashboard-activity-table td {
        padding: 10px 12px !important;
    }
}

/* ریسپانسیو برای موبایل (زیر 576px) */
@media (max-width: 575px) {
    .wal-dashboard-activity-content-wrapper {
        padding: 16px !important;
    }

    .wal-dashboard-activity-table {
        font-size: 12px !important;
        display: block !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .wal-dashboard-activity-table thead {
        display: none !important;
    }

    .wal-dashboard-activity-table tbody,
    .wal-dashboard-activity-table tr {
        display: block !important;
    }

    .wal-dashboard-activity-table tr {
        margin-bottom: 12px !important;
        border: 1px solid #E6E6E6 !important;
        border-radius: 6px !important;
        background-color: #ffffff !important;
    }

    .wal-dashboard-activity-table td {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 8px 12px !important;
        border-bottom: 1px solid #E6E6E6 !important;
    }

    .wal-dashboard-activity-table td:last-child {
        border-bottom: none !important;
    }

    .wal-dashboard-activity-table td:before {
        content: attr(data-title) !important;
        font-weight: 600 !important;
        color: #010D0A !important;
        flex: 0 0 40% !important;
        text-align: right !important;
    }

    .wal-dashboard-activity-table td[data-title="مبلغ"],
    .wal-dashboard-activity-table td[data-title="موجودی موجود"],
    .wal-dashboard-activity-table td[data-title="تاریخ"] {
        text-align: left !important;
    }
}




/* چیدمان کلی فرم انتقال وجه */
.wal-fund-transfer-form-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    background-color: #ffffff !important;
    border: 1px solid #E6E6E6 !important;
    border-radius: 12px !important;
    padding: 24px !important;
}

/* اعلان‌ها */
.wal-dashboard-notices-wrapper {
    margin-bottom: 16px !important;
}

/* فرم */
.wal-fund-transfer-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

/* ردیف‌های فرم */
.wal-form-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin: 0 !important;
}

.wal-form-row label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #010D0A !important;
}

.wal-form-row label .required {
    color: #d32f2f !important;
}

/* فیلدهای ورودی */
.wal-form-row-value {
    padding: 12px 16px !important;
    border: none !important;
    border-radius: 8px !important;
    background-color: #F7F7F7 !important;
    font-size: 14px !important;
    color: #010D0A !important;
    outline: none !important;
    transition: box-shadow 0.2s ease !important;
}

.wal-form-row-value:focus {
    box-shadow: 0 0 0 2px #066737 !important;
}

.wal-form-row-value::placeholder {
    color: #828282 !important;
    font-size: 14px !important;
}

/* فیلد متنی (نام کاربری/ایمیل) */
.wal-fund-transfer-user-name {
    width: 100% !important;
}

/* موجودی کیف پول */
.wal-fund-transfer-available-amount .woocommerce-Price-amount {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #066737 !important;
}

.wal-fund-transfer-available-amount .woocommerce-Price-currencySymbol {
    font-size: 12px !important;
    color: #828282 !important;
}

/* فیلد مبلغ انتقال */
.wal-fund-transfer-amount {
    width: 100% !important;
}

/* فیلد دلیل انتقال */
.wal-fund-transfer-reason {
    width: 100% !important;
    min-height: 100px !important;
    resize: vertical !important;
}

/* دکمه ارسال */
.wal-fund-transfer-button {
    background-color: #066737 !important;
    color: #ffffff !important;
    padding: 12px 24px !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
    width: auto !important;
    align-self: flex-start !important;
}

.wal-fund-transfer-button:hover {
    background-color: #054d2a !important;
}

/* ریسپانسیو برای تبلت (576px تا 991px) */
@media (max-width: 991px) {
    .wal-fund-transfer-form-wrapper {
        padding: 20px !important;
    }

    .wal-form-row-value {
        padding: 10px 12px !important;
    }

    .wal-fund-transfer-button {
        width: 100% !important;
        text-align: center !important;
    }
}

/* ریسپانسیو برای موبایل (زیر 576px) */
@media (max-width: 575px) {
    .wal-fund-transfer-form-wrapper {
        padding: 16px !important;
    }

    .wal-form-row label {
        font-size: 13px !important;
    }

    .wal-form-row-value {
        font-size: 12px !important;
        padding: 8px 10px !important;
    }

    .wal-form-row-value::placeholder {
        font-size: 12px !important;
    }

    .wal-fund-transfer-available-amount .woocommerce-Price-amount {
        font-size: 14px !important;
    }

    .wal-fund-transfer-reason {
        min-height: 80px !important;
    }

    .wal-fund-transfer-button {
        padding: 10px 20px !important;
        font-size: 12px !important;
    }
}