/* Start custom CSS for html, class: .elementor-element-bf2eb96 */.washer-table-wrap {
  direction: rtl;
  margin: 28px 0;
}

.washer-table-title {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 14px;
  text-align: center;
}

.washer-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

/* خطوط کامل */
.washer-table th,
.washer-table td {
  border: 1px solid #dcdce6;
  padding: 14px 10px;
  text-align: center;
  vertical-align: middle;
  font-size: .95rem;
  line-height: 1.7;
}

.washer-table thead th {
  background: #f5f6fb;
  font-weight: 800;
}

/* ===== Mobile Responsive ===== */
@media (max-width: 768px) {

  .washer-table table,
  .washer-table thead,
  .washer-table tbody,
  .washer-table th,
  .washer-table td,
  .washer-table tr {
    display: block;
    width: 100%;
  }

  .washer-table thead {
    display: none;
  }

  .washer-table tr {
    margin-bottom: 14px;
    border: 1px solid #dcdce6;
    border-radius: 10px;
    overflow: hidden;
  }

  .washer-table td {
    border: none;
    border-bottom: 1px solid #eee;
    text-align: center;
    padding: 10px 8px;
  }

  .washer-table td:last-child {
    border-bottom: none;
  }

  .washer-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: 800;
    margin-bottom: 4px;
    color: #444;
  }
}/* End custom CSS */