/* Start custom CSS for text-editor, class: .elementor-element-57a6196e */.table-container {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

td, th {
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}

th {
  font-weight: bold;
  background-color: #f2f2f2;
}

@media (max-width: 768px) {
  td, th {
    padding: 5px;
    text-align: center;
  }
  
  td:first-child {
    font-weight: bold;
  }/* End custom CSS */