.elementor-10164 .elementor-element.elementor-element-c785712{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10164 .elementor-element.elementor-element-9ab234c{width:var( --container-widget-width, 500px );max-width:500px;--container-widget-width:500px;--container-widget-flex-grow:0;}.elementor-10164 .elementor-element.elementor-element-9ab234c.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-10164 .elementor-element.elementor-element-c785712{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for text-editor, class: .elementor-element-9ab234c *//* زیباسازی جدول */
:root {
  --table-primary: #1C94D1;
  --table-primary-hover: #DFF5FF;
  --table-border: #F5F5F5;
  --table-bg: #FFFFFF;
  --table-text: #1F1F1F;
  --table-muted: #666666;
  --table-radius: 16px;
}

table {
  direction: rtl;
  text-align: right;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--table-radius);
  background: var(--table-bg);
  color: var(--table-text);
  font-size: 15px;
  border: 1px solid var(--table-border);
  overflow: hidden;
}

/* گوشه‌های بالای جدول */
table thead tr:first-child > td:first-child,
table thead tr:first-child > th:first-child {
  border-start-start-radius: var(--table-radius);
}

table thead tr:first-child > td:last-child,
table thead tr:first-child > th:last-child {
  border-start-end-radius: var(--table-radius);
}

/* گوشه‌های پایین جدول */
table tbody tr:last-child > td:first-child,
table tbody tr:last-child > th:first-child {
  border-end-start-radius: var(--table-radius);
}

table tbody tr:last-child > td:last-child,
table tbody tr:last-child > th:last-child {
  border-end-end-radius: var(--table-radius);
}

table thead td,
table thead th,
table tbody td,
table tbody th {
  padding: 14px 30px !important;
}

/* حذف خطوط عمودی بین ستون‌ها */
table td,
table th {
  border-inline-start: 0 !important;
  border-inline-end: 0 !important;
  border-block-start: 0 !important;
  border-block-end: 1px solid var(--table-border) !important;
  vertical-align: middle !important;
  box-sizing: border-box;
}

table tbody tr + tr td,
table tbody tr + tr th {
  border-block-start: 1px solid var(--table-border) !important;
}

table thead td,
table thead th {
  background: var(--table-primary);
  color: #FFFFFF;
  padding: 14px 16px !important;
  font-weight: 700;
  letter-spacing: 0;
  text-align: right;
}

table tbody td,
table tbody th {
  padding: 14px 16px !important;
  vertical-align: middle !important;
  background: var(--table-bg);
}

table tbody tr:hover td,
table tbody tr:hover th {
  background: var(--table-primary-hover);
}

table tbody tr:last-child td,
table tbody tr:last-child th {
  border-block-end: 0 !important;
}

table tbody td:first-child,
table tbody th:first-child {
  font-weight: 700;
  white-space: nowrap;
}

/* ===== Mobile table scroll ===== */
@media (max-width: 768px) {
  table {
    display: block !important;
    direction: rtl;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    padding-bottom: 15px;
    box-sizing: border-box;
    border: 0 !important;
    border-radius: 0;
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    scrollbar-color: var(--table-primary) #DFF5FF;
  }

  table thead,
  table tbody {
    display: table !important;
    width: max-content !important;
    min-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    table-layout: fixed !important;
  }

  table tbody {
    border: 1px solid var(--table-border) !important;
    border-block-start: 0 !important;
    border-end-start-radius: var(--table-radius);
    border-end-end-radius: var(--table-radius);
    overflow: visible !important;
    background: var(--table-bg);
  }

  table td,
  table th {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: auto;
    line-height: 1.6;
    text-align: right;
  }

  table tr > td:first-child,
  table tr > th:first-child {
    width: 140px !important;
    max-width: 140px !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
  }

  table tr > td:not(:first-child),
  table tr > th:not(:first-child) {
    width: 190px !important;
    max-width: 190px !important;
  }

  table::-webkit-scrollbar {
    height: 10px;
  }

  table::-webkit-scrollbar-track {
    background: #DFF5FF;
    border-radius: 999px;
  }

  table::-webkit-scrollbar-thumb {
    background: rgba(28, 148, 209, 0.78);
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.7);
  }

  table::-webkit-scrollbar-thumb:hover {
    background: var(--table-primary);
  }

  table::before {
    content: "در صورت نیاز، برای مشاهده کامل اطلاعات، جدول را به طرفین بکشید  ↔";
    display: block;
    position: sticky;
    inset-inline-start: 0;
    z-index: 3;
    padding: 10px 12px;
    color: var(--table-primary);
    background: var(--table-bg);
    border-bottom: 1px solid #DFF5FF;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    pointer-events: none;
  }
/* ستون اول ثابت در موبایل */
table tr > :first-child {
  position: sticky !important;
  inset-inline-start: 0 !important;
  z-index: 2;
  overflow: hidden !important;
}

/* هماهنگی رنگ ستون ثابت با ردیف‌ها */
table tbody tr:nth-child(odd) > :first-child {
  background: #F5F5F5 !important;
}

table tbody tr:nth-child(even) > :first-child {
  background: var(--table-bg) !important;
}

/* هدر ستون ثابت */
table thead tr > :first-child {
  z-index: 3;
  color: #FFFFFF;
  background: var(--table-primary) !important;
}

/* حالت هاور */
table tbody tr:hover > :first-child {
  background: var(--table-primary-hover) !important;
}
}/* End custom CSS */