.elementor-12976 .elementor-element.elementor-element-66c2963{--display:flex;}.elementor-12976 .elementor-element.elementor-element-5e0c023e{text-align:justify;font-size:18px;line-height:2rem;}.elementor-12976 .elementor-element.elementor-element-7331187{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8a6e719 */.table-container {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  font-family: "sen", Arial, sans-serif;
  color: #222;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  /*min-width: 500px;*/
  margin-bottom: 30px;
}

.custom-table th, .custom-table td {
  padding: 10px 15px;
  text-align: left;
  border: 1px solid #ddd;
}

.custom-table th {
  background-color: #e0e0e0;
  font-weight: 600;
}

.custom-table tr:nth-child(even) {
  background-color: #f7f7f7;
}

.custom-table tr:nth-child(odd) {
  background-color: #ffffff;
}

.custom-table tr:hover {
  background-color: #f1f1f1;
}

.table-title {
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 8px;
}

.table-note {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .custom-table, .custom-table thead, .custom-table tbody, .custom-table th, .custom-table td, .custom-table tr {
    /*width: 100%;*/
  }
  .custom-table {
  width: 100%;
}

}/* End custom CSS */