.elementor-25616 .elementor-element.elementor-element-393b5f7{--box-background-color:#23232314;--header-color:var( --e-global-color-accent );--item-text-hover-decoration:underline;}.elementor-25616 .elementor-element.elementor-element-393b5f7 .elementor-toc__spinner{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-25616 .elementor-element.elementor-element-c0fffac{--spacer-size:50px;}/* Start custom CSS */table {
  width: 100%;
  border-collapse: collapse;
}

table th, table td {
  border: 1px solid #d9e6f2; /* subtle border similar to the table */
  text-align: left;
  padding: 10px 8px;
  font-size: 14px;
}

table th {
  background-color: #0075c9; /* blue header similar to image */
  color: white;
  font-weight: bold;
}

table tr:nth-child(even) {
  background-color: #f2f8fb; /* light blue alternate rows */
}

table tr:nth-child(odd) {
  background-color: white; /* white for odd rows */
}

table tr:last-child td {
  font-weight: bold;
}/* End custom CSS */