/* header and separators single pages (except top) */
.page-title-wrapper h1 {
    font-size: 44px;
    margin-bottom: 90px;
  }
  .page-title-wrapper p.features-label {
    font-size: 22px;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 600;
    position: relative;
    left: 3px; /* align with h1 */
    margin-bottom:0;
  }
  .page-section-separator h2 {
    margin-top: 0;
  }
  .page-section-separator p.page-section-hook {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    margin-bottom: 0;
  }
  span.highlighted-red {
    display: inline-block;
    background-image: linear-gradient(transparent 60%, #e6c2c2 60%);
  }
  span.highlighted-lightblue {
    display: inline-block;
    background-image: linear-gradient(transparent 60%, #c2d9e6 60%);
  }
  
  /* Pricing */
  .qrt-price {margin-top:30px; margin-bottom: 30px; font-size:32px;font-weight:700; letter-spacing: 0.01;}
  

/* All features Headings */
h2.h2-all-features {
  margin-top: 0;
}
ul.features-list {
  list-style: none;
  margin: 0 0 1.5em 0;
  background: white;
  padding: 30px;
  border-radius: 30px;
}
ul.features-list li {
  position: relative;
  padding-left: 28px; /* space for the icon */
  margin-bottom: 8px;
}
/* Insert the Material Symbols check icon before each list item */
ul.features-list li::before {
  content: "check";
  font-family: "Material Symbols Outlined";
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
  color: #0b5b0b; /* or your green variable */
  position: absolute;
  left: 0;
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (min-width: 769px) {
  .page-title-wrapper h1 {
    font-size: 80px;
  }
  h3.h3-page {
    font-size: 40px;
  }
  .page-section-separator p.page-section-hook {
    font-size: 22px;
  }

}

/* Typographic Components */ 
.section-separator .custom-page-wrapper {
  text-align: center;
  max-width: 700px;
  }
  
  /* overwrite wp rules */
  .entry-content:not(:first-child),.entry-summary:not(:first-child),.page-content:not(:first-child) {
  margin-top: 1em
  }
  

  /* Default typography for custom pages */
  @media only screen and (max-width: 992px) {
    .custom-pages-typography {
      font-size: 18px;
      line-height: 32px;
      margin: auto;
    }
  
    .custom-pages-typography h1,
    .custom-pages-typography h2,
    .custom-pages-typography h3,
    .custom-pages-typography h4,
    .custom-pages-typography h5,
    .custom-pages-typography p,
    .custom-pages-typography ul,
    .custom-pages-typography ol,
    .custom-pages-typography pre,
    .custom-pages-typography table,
    .custom-pages-typography blockquote {
      margin-top: 0;
    }
  
    .custom-pages-typography h1 {
      font-size: 44px;
      line-height: 1.1em;
      margin-bottom: 20px;
    }
  
    .custom-pages-typography h2 {
      font-size: 28px;
      line-height: 1.3em;
      margin-bottom: 22px;
    }
  
    .custom-pages-typography h3 {
      font-size: 26px;
      line-height: 1.2em;
      margin-bottom: 12px;
    }
  
    .custom-pages-typography p,
    .custom-pages-typography ul,
    .custom-pages-typography ol,
    .custom-pages-typography table {
      margin-bottom: 16px;
    }
  
  
    .custom-pages-typography > :last-child {
      margin-bottom: 0;
    }
  }

  

  /* Default typography for custom pages */
@media only screen and (min-width: 993px) {
  .custom-pages-typography {
    font-size: 18px;
    line-height: 32px;
    margin: auto;
  }

  .custom-pages-typography h1,
  .custom-pages-typography h2,
  .custom-pages-typography h3,
  .custom-pages-typography h4,
  .custom-pages-typography h5,
  .custom-pages-typography p,
  .custom-pages-typography ul,
  .custom-pages-typography ol,
  .custom-pages-typography pre,
  .custom-pages-typography table,
  .custom-pages-typography blockquote {
    margin-top: 0;
  }

  .custom-pages-typography h1 {
    font-size: 80px;
    line-height: 1.1em;
    margin-bottom: 20px;
  }

  .custom-pages-typography h2 {
    font-size: 50px;
    line-height: 1.2em;
    margin-bottom: 22px;
  }

  .custom-pages-typography h3 {
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 12px;
  }

  .custom-pages-typography p,
  .custom-pages-typography ul,
  .custom-pages-typography ol,
  .custom-pages-typography table {
    margin-bottom: 16px;
  }

  .custom-pages-typography > :last-child {
    margin-bottom: 0;
  }
}



.custom-pages-typography ol, .custom-pages-typography ul {
  margin: 0 0 1.5em 0;  /* remove left margin */
  padding-left: 1.2em;  /* minimal padding for bullets/numbers */
}