.elementor-3989 .elementor-element.elementor-element-18a202d{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-488ee26 */.table-propertis table {
  width: 100%;
  border-collapse: collapse;
  color: #ffffff; /* متن سفید */
  background-color: #0a0a0a; /* مشکی بسیار تیره */
  border: 1px solid #333; /* حاشیه خاکستری تیره */
}

.table-propertis th {
  background-color: #e71e27; /* هدر قرمز */
  color: white;
  padding: 12px 15px;
  text-align: right;
  font-weight: bold;
  border: 1px solid #aeadad;
}

.table-propertis td {
  padding: 10px 15px;
  border: 1px solid #333;
}

.table-propertis tr:hover {
  background-color: #1a1a1a; /* هایلایت مشکی روشن‌تر */
}

.table-propertis tr:nth-child(even) {
  background-color: #111; /* خطوط زوج کمی روشن‌تر */
}/* End custom CSS */