/* =====================================================================
   FastDriver Plugin 1365 - Heading Paragraph Block
   Colour, spacing and layout only. No font-size and no font-family are
   declared anywhere in this file, so headings and body copy inherit the
   site defaults from theme-css.css (body -> --creote-family-two /
   --font-size-base, h1..h6 -> --creote-family-one at the theme's own
   sizes and line heights, p -> 16px / 26px). Change the theme type scale
   and this section follows it.
   Scoped under .fdhp-sec.
   ===================================================================== */

.fdhp-sec,.fdhp-sec *,.fdhp-sec *::before,.fdhp-sec *::after{box-sizing:border-box}

.fdhp-sec{
  --fdhp-lime:var(--primary-color-one,#C1F11D);
  --fdhp-head:var(--heading-dark,#141414);
  --fdhp-body:var(--text-color-dark,#4a4e56);
  --fdhp-line:var(--border-color-dark,#e4e7ee);
  --fdhp-tint:#f8fde8;
  --fdhp-tint:color-mix(in srgb, var(--fdhp-lime) 13%, #ffffff);
  background:var(--fdhp-tint);
  border-top:1px solid var(--fdhp-line);
  padding:80px 0;
  color:var(--fdhp-body);
  -webkit-font-smoothing:antialiased;
}
.fdhp-wrap{max-width:1280px;margin:0 auto;padding:0 40px}

.fdhp-title{
  margin:0;
  max-width:74ch;
  font-weight:600;
  color:var(--fdhp-head);
}
.fdhp-intro{margin-top:16px;max-width:76ch}
.fdhp-intro p{margin:0 0 12px;color:var(--fdhp-body)}
.fdhp-intro p:last-child{margin-bottom:0}

.fdhp-body{margin-top:22px;display:flex;flex-direction:column;gap:18px;max-width:78ch}
.fdhp-p p{margin:0 0 12px;color:var(--fdhp-body)}
.fdhp-p p:last-child{margin-bottom:0}
.fdhp-p a{color:var(--fdhp-head);text-decoration:underline}

@media(max-width:760px){
  .fdhp-sec{padding:56px 0}
  .fdhp-wrap{padding:0 20px}
}
@media(max-width:400px){
  .fdhp-wrap{padding:0 16px}
}
