.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-4859 .elementor-element.elementor-element-eaafd5d{padding:5% 5% 5% 5%;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-f0e7466 *//* General table styles */
table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif; /* Apply Arial font to the entire table */
}

th, td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #315FAE;
  font-size: 16px;
  font-family: Arial, sans-serif; /* Apply Arial font to header and data cells */
}

th {
  background-color: #315FAE;
  color: white !important; /* Set header text color to white and enforce with !important */
  font-weight: bold; /* Make header text bold */
}

th a {
  color: inherit; /* Ensure links within header cells inherit the white color */
  text-decoration: none;
}

/* Apply background color to the first row */
thead tr {
  background-color: #315FAE; /* Set background color for the header row */
}

tr:nth-child(even) {
  background-color: #f2f2f2; /* Light gray for even rows */
}

tr:nth-child(odd) {
  background-color: white; /* White for odd rows */
}

/* Style for last row (bottom row) */
tr:last-child td {
  text-align: center;
}

/* Hover effect for table rows */
tr:hover {
  background-color: #778899; /* Light blue color on row hover */
}

/* Button styles */
.button {
  padding: 5px 10px;
  background-color: #315FAE; /* Background color for button */
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-family: Arial, sans-serif; /* Ensure button text is in Arial */
}

.button:hover {
  background-color: #2a4f91; /* Darker blue for hover effect */
}

/* Make the first column text bold */
td:first-child {
  font-weight: bold; /* Make text in the first column bold */
}

/* Star rating size adjustment */
.star-rating {
  font-size: 44px; /* Adjust the size of the stars */
  color: #315FAE; /* Set the color of the stars */
  display: flex; /* Use flexbox to center the content */
  justify-content: center; /* Center the stars horizontally */
  align-items: center; /* Center the stars vertically */
  height: 100%; /* Ensure the cell height is respected */
}/* End custom CSS */