.elementor-widget-text-editor{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 );}.elementor-8658 .elementor-element.elementor-element-9bd42bf > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-6ab1ebe */.articleStep-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  gap: 24px;
  direction: rtl;

}

.articleStep-box {
  background-color: #dd6017;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  border-right: 6px solid #c2500a;
  transition: transform 0.2s ease-in-out;
}

.articleStep-box:hover {
  transform: translateY(-4px);
}

.articleStep-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.articleStep-desc {
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
}

/* 👇 ریسپانسیو برای موبایل */
@media (max-width: 768px) {
  .articleStep-container {
    padding: 16px;
    gap: 16px;
  }

  .articleStep-box {
    padding: 16px;
  }

  .articleStep-title {
    font-size: 16px;
  }

  .articleStep-desc {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9bd42bf *//* کانتینر جدول ریسپانسیو */
.responsive-error-table-wrapper {
  max-width: 900px;
  margin: 30px auto;
  padding: 0 15px;
  direction: rtl;
}

.responsive-error-h2{
    text-align: center;
    color: #dd6017;
    font-weight: bold;
    margin-bottom: 30px;
}

/* جدول اصلی */
.responsive-error-table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  border-radius: 12px;
  overflow: hidden;
}

/* هدر جدول */
.responsive-error-table thead tr {
  background-color: #dd6017;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

/* سلول‌های هدر */
.responsive-error-table thead th {
  padding: 15px 12px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-left: 1px solid rgba(255,255,255,0.3);
}

/* اولین سلول هدر بدون border-left */
.responsive-error-table thead th:first-child {
  border-left: none;
}

/* ردیف‌های بدنه جدول */
.responsive-error-table tbody tr {
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  transition: background-color 0.3s ease;
}

.responsive-error-table tbody tr:hover {
  background-color: #e0f7f9;
}

/* سلول‌های بدنه */
.responsive-error-table tbody td {
  padding: 10px 5px;
  font-size: 14.5px;
  color: #333;
  border-left: 1px solid #ddd;
  vertical-align: top;
  text-align: center;
  word-break: break-word;
}

/* اولین ستون بدون border-left */
.responsive-error-table tbody td:first-child {
  border-left: none;
  font-weight: 600;
  color: #007a85;
}

/* ریسپانسیو: موبایل */
@media (max-width: 768px) {
  .responsive-error-table-wrapper {
    padding: 0 10px;
  }


  .responsive-error-table thead {
    display: none; /* هدر رو مخفی می‌کنیم */
  }

  .responsive-error-table tbody tr {
    display: block;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.06);
    border-radius: 12px;
    padding: 15px;
   
  }

  .responsive-error-table tbody td {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    border: none;
    font-size: 15px;
    
  }

  .responsive-error-table tbody td::before {
    content: attr(data-label);
    font-weight: 700;
    color: #00aab3;
    flex: 1;
    text-align: right;
    padding-left: 10px;
  }

  /* برای بهتر شدن خطاگیری */
  .responsive-error-table tbody td:last-child {
    text-align: left;
  }
}/* End custom CSS */