.elementor-31706 .elementor-element.elementor-element-af4c64f{--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;}@media(min-width:769px){.elementor-31706 .elementor-element.elementor-element-af4c64f{--content-width:1100px;}}/* Start custom CSS for html, class: .elementor-element-696fce1 */.custom-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  background-color: #f9f9f9; /* Light background */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-table thead {
  background: #e7d8c9; /* Soft beige background */
  color: #5c3d26; /* Dark brown text */
  text-align: center;
}

.custom-table th {
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #ddd;
}

.custom-table td {
  padding: 12px 20px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #fff; /* White background for table cells */
}

.custom-table .check, .custom-table .cross {
  font-size: 18px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.custom-table .check {
  color: #d33f49; /* Red for check icon */
}

.custom-table .cross {
  color: #bbb; /* Light gray for cross icon */
}

.custom-table .dollar-green {
  color: #5e8c4b; /* Green for low price */
}

.custom-table .dollar-yellow {
  color: #f2b60e; /* Yellow for medium price */
}

.custom-table .dollar-red {
  color: #d33f49; /* Red for high price */
}

.custom-table .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #d33f49; /* Red button */
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  margin-top: 20px; /* Add some margin for the button */
}

.custom-table .btn:hover {
  background-color: #ff7f7f; /* Lighter red on hover */
}

@media screen and (max-width: 768px) {
  .custom-table {
    font-size: 12px;
  }

  .custom-table th, .custom-table td {
    padding: 10px;
  }

  .custom-table .check, .custom-table .cross {
    font-size: 16px;
  }

  .custom-table .btn {
    font-size: 14px;
    padding: 8px 16px;
  }
}/* End custom CSS */