/* Start custom CSS for text-editor, class: .elementor-element-4c0b0ff8 */.custom-table {
  border-collapse: collapse;
  width: auto; /* جدول فقط به اندازه محتوا کش میاد */
  margin:50 0;
  margin-left: auto;  
  margin-right: auto;
  font-size: 19px;
  text-align: center;
}

.custom-table th,
.custom-table td {
  border: 2px solid #ddd;
  padding: 8px 12px;
  white-space: nowrap; /* مانع از شکسته شدن متن */
}

.custom-table th {
  background-color: #f34f05;
  color: #d7d1bc;
  text-align: center
}/* End custom CSS */