.elementor-988579 .elementor-element.elementor-element-6888c4e8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:30px 20px;--row-gap:30px;--column-gap:20px;}@media(max-width:767px){.elementor-988579 .elementor-element.elementor-element-6888c4e8{--gap:20px 20px;--row-gap:20px;--column-gap:20px;}}@media(min-width:768px){.elementor-988579 .elementor-element.elementor-element-6888c4e8{--content-width:930px;}}/* Start custom CSS for text-editor, class: .elementor-element-731d66c4 *//* Apply to all tables automatically */
table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin: 20px 0;
  font-size: 14px;
}

/* Header styling */
table thead {
  background-color: #f4f6f8;
}

table th {
  padding: 12px;
  text-align: left;
  border-bottom: 2px solid #ddd;
}

/* Body cells */
table td {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

/* Zebra striping */
table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

/* Hover effect */
table tbody tr:hover {
  background-color: #f1f1f1;
}/* End custom CSS */