/* Start custom CSS for section, class: .elementor-element-8ae74e5 */<style>
.kua-table-wrapper {
  width: 100%;
  overflow-x: auto;
  font-family: Vazirmatn, Tahoma, sans-serif;
  direction: rtl;
}

.kua-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

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

.kua-table th {
  background: #f5f5f5;
  font-weight: bold;
}

@media (max-width: 768px) {
  .kua-table thead {
    display: none;
  }

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

  .kua-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    background: #fafafa;
  }

  .kua-table td {
    text-align: right;
    padding: 8px 10px;
    border: none;
    position: relative;
  }

  .kua-table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
    color: #555;
  }
}
</style>/* End custom CSS */