/* Start custom CSS for text-editor, class: .elementor-element-1efcd7d *//* Styles for the “Pros” heading */
.pros {
  padding: 0.5em 1em;
  margin-bottom: 1em;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #28a745 0%, #7ed957 100%);
  border-radius: 0.5em;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-family: Source Sans Pro;
}

/* Add a little icon before the “Pros” text */
.pros::before {
  content: "✔️";
  margin-right: 0.5em;
  font-size: 1.2em;
  vertical-align: middle;
}

/* Styles for the “Cons” heading */
.cons {
  padding: 0.5em 1em;
  margin-bottom: 1em;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #dc3545 0%, #f97c7c 100%);
  border-radius: 0.5em;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-family: Source Sans Pro;
}

/* Add a little icon before the “Cons” text */
.cons::before {
  content: "⚠️";
  margin-right: 0.5em;
  font-size: 1.2em;
  vertical-align: middle;
}

.discount-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: left;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.discount-box {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    overflow: hidden;
    transition: transform 0.3s ease;
    font-family: Source Sans Pro;
}

.logo-section {
    border-right: 2px solid #f9f9f9 ;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.logo-section img {
    max-width: 100px;
}

.content-section {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    flex: 2;
}

.content-section h3 {
    margin-top: 0;
    color: #5A5A5A;
    margin-bottom: 25px;
    margin-right:50px;
    font-size: 26px;
    line-height: 1.4;
}

.button-section {
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.discount-button {
    background-color: #FF6F5E;
    color: #fff !important;
    font-weight: 900;
    font-size: 18px;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

.discount-button:hover {
    background-color: #E65B4C;
}

/* Stunning responsive table styling */
table.stunning {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 2rem 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  font-family: Source Sans Pro;
  font-size: 16px
}

table.stunning th,
table.stunning td {
  padding: 1rem 1.5rem;
  text-align: left;
}

table.stunning thead th {
  background: linear-gradient(135deg, #FF6F5E 0%, #FF8A75 100%);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.03em;
  position: sticky;
  top: 0;
  z-index: 1;
}

table.stunning tbody tr:nth-child(even) {
  background: #f8faff;
}

table.stunning td {
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
  line-height: 1.5;
}

/* Emphasize the Criteria column */
table.stunning td:first-child {
  font-weight: 600;
  color: #333;
  width: 20%;
}

/* Responsive wrapper */
.table-wrapper {
  overflow-x: auto;
}

/* Mobile styles */
@media (max-width: 736px) {
    .discount-box {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .logo-section, .content-section, .button-section {
        margin-left: 0;
        text-align: center;
        width: 100%;
    }

    .button-section {
        text-align: center;
        margin-top: 10px;
    }
    
    .discount-button {
    margin-top:20px;
    }
}

/* Responsive tweak: make headings full-width on small screens */
@media (max-width: 600px) {
  .pros, .cons {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* Optional: allow horizontal scroll on small screens */
@media (max-width: 600px) {
  .table-wrapper {
    margin-bottom: 1rem;
  }
  table.stunning th,
  table.stunning td {
    padding: 0.75rem 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7e0a814 *//* Styles for the “Pros” heading */
.pros {
  padding: 0.5em 1em;
  margin-bottom: 1em;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #28a745 0%, #7ed957 100%);
  border-radius: 0.5em;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-family: Source Sans Pro;
}

/* Add a little icon before the “Pros” text */
.pros::before {
  content: "✔️";
  margin-right: 0.5em;
  font-size: 1.2em;
  vertical-align: middle;
}

/* Styles for the “Cons” heading */
.cons {
  padding: 0.5em 1em;
  margin-bottom: 1em;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #dc3545 0%, #f97c7c 100%);
  border-radius: 0.5em;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-family: Source Sans Pro;
}

/* Add a little icon before the “Cons” text */
.cons::before {
  content: "⚠️";
  margin-right: 0.5em;
  font-size: 1.2em;
  vertical-align: middle;
}

.discount-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: left;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.discount-box {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    overflow: hidden;
    transition: transform 0.3s ease;
    font-family: Source Sans Pro;
}

.logo-section {
    border-right: 2px solid #f9f9f9 ;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.logo-section img {
    max-width: 100px;
}

.content-section {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    flex: 2;
}

.content-section h3 {
    margin-top: 0;
    color: #5A5A5A;
    margin-bottom: 25px;
    margin-right:50px;
    font-size: 26px;
    line-height: 1.4;
}

.button-section {
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.discount-button {
    background-color: #FF6F5E;
    color: #fff !important;
    font-weight: 900;
    font-size: 18px;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

.discount-button:hover {
    background-color: #E65B4C;
}

/* Stunning responsive table styling */
table.stunning {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 2rem 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  font-family: Source Sans Pro;
  font-size: 16px
}

table.stunning th,
table.stunning td {
  padding: 1rem 1.5rem;
  text-align: left;
}

table.stunning thead th {
  background: linear-gradient(135deg, #FF6F5E 0%, #FF8A75 100%);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.03em;
  position: sticky;
  top: 0;
  z-index: 1;
}

table.stunning tbody tr:nth-child(even) {
  background: #f8faff;
}

table.stunning td {
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
  line-height: 1.5;
}

/* Emphasize the Criteria column */
table.stunning td:first-child {
  font-weight: 600;
  color: #333;
  width: 20%;
}

/* Responsive wrapper */
.table-wrapper {
  overflow-x: auto;
}

/* Mobile styles */
@media (max-width: 736px) {
    .discount-box {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .logo-section, .content-section, .button-section {
        margin-left: 0;
        text-align: center;
        width: 100%;
    }

    .button-section {
        text-align: center;
        margin-top: 10px;
    }
    
    .discount-button {
    margin-top:20px;
    }
}

/* Responsive tweak: make headings full-width on small screens */
@media (max-width: 600px) {
  .pros, .cons {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* Optional: allow horizontal scroll on small screens */
@media (max-width: 600px) {
  .table-wrapper {
    margin-bottom: 1rem;
  }
  table.stunning th,
  table.stunning td {
    padding: 0.75rem 1rem;
  }
}/* End custom CSS */