/* =====================================================================
   FastDriver Plugin 1366 - Text With Link Panel
   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 .fdlp-sec.
   ===================================================================== */

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

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

.fdlp-title{
  margin:0;
  max-width:70ch;
  font-weight:600;
  color:var(--fdlp-head);
}

.fdlp-grid{margin-top:26px;display:grid;grid-template-columns:1.1fr 0.9fr;gap:48px;align-items:start}
.fdlp-grid--solo{grid-template-columns:1fr}

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

/* Panel */
.fdlp-panel{
  background:var(--fdlp-tint);
  border:1px solid var(--fdlp-line);
  border-radius:14px;
  padding:26px 24px;
  min-width:0;
}
.fdlp-panel__t{
  margin:0;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--fdlp-mute);
}
.fdlp-links{margin-top:16px;display:flex;flex-direction:column}
.fdlp-link{
  padding:14px 0;
  border-bottom:1px solid var(--fdlp-line);
  color:var(--fdlp-head);
  text-decoration:none;
  transition:color .18s ease;
}
.fdlp-link:last-child{border-bottom:0}
.fdlp-link:hover{color:var(--fdlp-acc)}

.fdlp-note{margin-top:16px;color:var(--fdlp-mute)}
.fdlp-note p{margin:0 0 8px;color:var(--fdlp-mute)}
.fdlp-note p:last-child{margin-bottom:0}

@media(max-width:1000px){
  .fdlp-grid{grid-template-columns:1fr;gap:28px}
}
@media(max-width:760px){
  .fdlp-sec{padding:56px 0}
  .fdlp-wrap{padding:0 20px}
}
@media(max-width:400px){
  .fdlp-wrap{padding:0 16px}
}
