.elementor-113977 .elementor-element.elementor-element-b610e84{--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;}/* Start custom CSS for html, class: .elementor-element-f7846fc */.category-content h2,
.category-content h3 {
  color: #169b8b;
}

.category-content table {
  width: 100%;
  border-collapse: collapse;
}

.category-content table th,
.category-content table td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}

.category-content table th {
  background-color: #f2f2f2;
}

/* ریسپانسیو بدون اسکرول */
@media (max-width: 768px) {
  .category-content table,
  .category-content thead,
  .category-content tbody,
  .category-content th,
  .category-content td,
  .category-content tr {
    display: block;
    width: 100%;
  }

  .category-content tr {
    margin-bottom: 15px;
    border-bottom: 2px solid #ddd;
  }

  .category-content td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  .category-content td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 45%;
    font-weight: bold;
    text-align: left;
  }

  .category-content th {
    display: none;
  }
}/* End custom CSS */