.elementor-67797 .elementor-element.elementor-element-e28cdb8{--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;}/* Start custom CSS *//* Party Pros East Coast — Chocolate Fountain Rentals city pages */
/* Full Elementor template CSS. Fully scoped to .ppcf so it will not bleed into other page systems. */

.ppcf,
.ppcf *{box-sizing:border-box}

.ppcf{
  --cf-ink:#24150f;
  --cf-text:#3f2b22;
  --cf-muted:#725b50;
  --cf-bg:#fffaf3;
  --cf-card:#ffffff;
  --cf-cream:#fff4df;
  --cf-cream-2:#fff8ed;
  --cf-line:rgba(73,43,28,.14);
  --cf-line-strong:rgba(73,43,28,.24);
  --cf-choc:#5a2f1d;
  --cf-choc-2:#2a140d;
  --cf-gold:#c78b35;
  --cf-rose:#9f4a56;
  --cf-mint:#1f8a70;
  --cf-blue:#214f7a;
  --cf-radius:30px;
  --cf-radius-sm:18px;
  --cf-shadow:0 24px 70px rgba(54,31,20,.14);
  --cf-shadow-soft:0 14px 34px rgba(54,31,20,.09);
  --cf-max:1240px;
  color:var(--cf-text);
  font-family:"Kanit","Segoe UI",Arial,sans-serif;
  font-size:16px;
  line-height:1.68;
  background:linear-gradient(180deg,#fffdf8 0%,#fff9f0 100%);
  overflow-x:clip;
  isolation:isolate;
  padding-bottom:clamp(80px,10vh,132px);
}

.ppcf__wrap{
  width:min(100%,var(--cf-max));
  margin:0 auto;
  padding:clamp(16px,2.4vw,34px);
}

.ppcf img{display:block;max-width:100%}
.ppcf a{text-decoration:none;color:inherit}
.ppcf button,.ppcf a,.ppcf summary{-webkit-tap-highlight-color:transparent}

.ppcf h1,.ppcf h2,.ppcf h3,.ppcf h4{
  margin:0 0 12px;
  color:var(--cf-ink);
  line-height:1.05;
  letter-spacing:-.035em;
  overflow-wrap:anywhere;
  text-wrap:balance;
}

.ppcf h1{font-size:clamp(34px,4.7vw,68px)}
.ppcf h2{font-size:clamp(28px,3.2vw,46px)}
.ppcf h3{font-size:clamp(21px,2vw,28px)}
.ppcf h4{font-size:clamp(18px,1.45vw,22px)}
.ppcf p{margin:0 0 14px}
.ppcf strong{font-weight:900;color:var(--cf-ink)}

.ppcf__hero,
.ppcf__pairs,
.ppcf__section,
.ppcf__cta{
  min-width:0;
}

.ppcf__hero{
  position:relative;
  margin:0 0 24px;
  padding:clamp(18px,2.4vw,32px);
  border-radius:calc(var(--cf-radius) + 8px);
  border:1px solid var(--cf-line);
  background:
    radial-gradient(620px 240px at 0% 0%,rgba(199,139,53,.16),transparent 68%),
    radial-gradient(520px 220px at 100% 0%,rgba(90,47,29,.10),transparent 70%),
    linear-gradient(135deg,#fffaf2,#ffffff 54%,#fff3dd);
  box-shadow:var(--cf-shadow);
  overflow:hidden;
}

.ppcf__hero::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:12px;
  background:repeating-linear-gradient(90deg,var(--cf-choc) 0 38px,var(--cf-gold) 38px 56px,#fff 56px 72px);
  opacity:.92;
}

.ppcf__hero-inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);
  gap:clamp(18px,2.2vw,30px);
  align-items:stretch;
}

.ppcf__hero-copy,
.ppcf__hero-visual,
.ppcf__hero-media,
.ppcf__quickadd,
.ppcf__section,
.ppcf__panel,
.ppcf__pair-card,
.ppcf__feature,
.ppcf__event-card,
.ppcf__step{
  min-width:0;
}

.ppcf__hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(20px,2.5vw,34px);
  border-radius:calc(var(--cf-radius) - 4px);
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.86);
  box-shadow:0 18px 46px rgba(52,29,19,.10);
  backdrop-filter:blur(12px);
}

.ppcf__kicker,
.ppcf__subeyebrow{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  min-height:34px;
  margin:0 0 16px;
  padding:8px 13px;
  border-radius:999px;
  background:#fff;
  color:var(--cf-choc);
  border:1px solid var(--cf-line);
  box-shadow:0 8px 18px rgba(54,31,20,.05);
  font-size:12px;
  font-weight:1000;
  letter-spacing:.115em;
  text-transform:uppercase;
}

.ppcf__lead{
  max-width:64ch;
  font-size:clamp(18px,1.55vw,22px);
  line-height:1.72;
  color:var(--cf-text);
}

.ppcf__pill-row,
.ppcf__hero-actions,
.ppcf__tags,
.ppcf__pair-actions,
.ppcf__cta-actions,
.ppcf__jumps{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.ppcf__pill,
.ppcf__tag,
.ppcf__jump{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:8px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--cf-line);
  color:var(--cf-ink);
  font-size:12px;
  font-weight:900;
  letter-spacing:.02em;
  text-align:center;
}

.ppcf__tag{min-height:30px;font-size:11px;background:var(--cf-cream-2)}
.ppcf__jump{color:var(--cf-choc);background:var(--cf-cream);box-shadow:0 8px 16px rgba(54,31,20,.04)}

.ppcf__note{
  margin:18px 0 16px;
  padding:16px 18px;
  border-radius:20px;
  background:linear-gradient(180deg,var(--cf-cream-2),#fff);
  border:1px solid var(--cf-line);
}

.ppcf__note strong{display:block;margin-bottom:6px}
.ppcf__note p:last-child{margin-bottom:0}

.ppcf__hero-actions{margin-top:18px}

.ppcf__btn,
.ppcf__mini-btn,
.ppcf__card-link,
.ppcf__link-card{
  appearance:none;
  border:none;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  min-height:52px;
  padding:12px 20px;
  border-radius:16px;
  font-weight:900;
  line-height:1.2;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease;
  white-space:normal;
  word-break:normal;
}

.ppcf__btn:hover,
.ppcf__mini-btn:hover,
.ppcf__card-link:hover,
.ppcf__link-card:hover{transform:translateY(-2px)}

.ppcf__btn{
  background:linear-gradient(135deg,var(--cf-choc),var(--cf-choc-2));
  color:#fff;
  box-shadow:0 16px 32px rgba(54,31,20,.18);
}

.ppcf__btn--secondary{
  background:linear-gradient(135deg,var(--cf-gold),#9b641b);
  color:#fff;
}

.ppcf__btn--ghost{
  background:#fff;
  color:var(--cf-ink);
  border:1px solid var(--cf-line);
  box-shadow:none;
}

.ppcf__btn--light{
  background:#fff;
  color:var(--cf-ink);
  border:1px solid rgba(255,255,255,.32);
  box-shadow:none;
}

.ppcf__mini-btn,
.ppcf__card-link{
  min-height:42px;
  padding:10px 14px;
  border-radius:14px;
  font-size:14px;
}

.ppcf__mini-btn{
  background:linear-gradient(135deg,var(--cf-choc),var(--cf-gold));
  color:#fff;
  box-shadow:0 10px 20px rgba(54,31,20,.12);
}

.ppcf__card-link{
  background:#fff;
  color:var(--cf-ink);
  border:1px solid var(--cf-line);
}

.ppcf .pp-add-to-quote{
  position:relative;
  padding-left:50px;
}

.ppcf .pp-add-to-quote::before{
  content:"🍫";
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  font-size:17px;
  line-height:1;
}

.ppcf__hero-visual{
  display:grid;
  gap:14px;
  align-content:start;
}

.ppcf__hero-media{
  margin:0;
  padding:14px;
  border-radius:calc(var(--cf-radius) - 4px);
  background:#fff;
  border:1px solid var(--cf-line);
  box-shadow:0 22px 44px rgba(54,31,20,.12);
  overflow:hidden;
}

.ppcf__hero-media img{
  width:100%;
  height:auto;
  max-height:560px;
  object-fit:contain;
  object-position:center;
  border-radius:20px;
  background:#fffaf3;
}

.ppcf__quickadd{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:14px;
  align-items:center;
  padding:14px;
  border-radius:24px;
  background:linear-gradient(180deg,#fff,#fff8ee);
  border:1px solid var(--cf-line);
  box-shadow:0 16px 34px rgba(54,31,20,.09);
}

.ppcf__quick-media{
  width:112px;
  height:112px;
  border-radius:18px;
  border:1px solid var(--cf-line);
  background:#fff;
  overflow:hidden;
}

.ppcf__quick-media img{width:100%;height:100%;object-fit:cover}
.ppcf__quick-copy strong{display:block;margin-bottom:6px;font-size:18px}
.ppcf__quick-copy p{color:var(--cf-muted);font-size:15px}

.ppcf__pairs,
.ppcf__section{
  margin:26px 0;
  padding:clamp(22px,2.3vw,36px);
  border-radius:var(--cf-radius);
  background:linear-gradient(180deg,#fff,#fffaf4);
  border:1px solid var(--cf-line);
  box-shadow:var(--cf-shadow-soft);
  overflow:hidden;
}

.ppcf__pairs{
  background:
    radial-gradient(520px 200px at 0% 0%,rgba(199,139,53,.12),transparent 72%),
    linear-gradient(180deg,#fff,#fff8ed);
}

.ppcf__section-head{
  max-width:86ch;
  margin-bottom:18px;
}

.ppcf__section-head--center{
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.ppcf__section-head--center .ppcf__subeyebrow{margin-left:auto;margin-right:auto}
.ppcf__section-head p{color:var(--cf-muted)}

.ppcf__pair-group{
  margin-top:20px;
  padding:18px;
  border-radius:26px;
  background:rgba(255,255,255,.76);
  border:1px solid var(--cf-line);
}

.ppcf__pair-group-head{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-end;
  margin-bottom:16px;
}

.ppcf__pair-group-head p{margin-bottom:0;color:var(--cf-muted)}

.ppcf__pair-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.ppcf__pair-card{
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid var(--cf-line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 10px 22px rgba(54,31,20,.06);
}

.ppcf__pair-media{
  aspect-ratio:4/3;
  background:var(--cf-cream-2);
  overflow:hidden;
}

.ppcf__pair-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.ppcf__pair-body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:18px;
}

.ppcf__pair-body p{color:var(--cf-muted)}
.ppcf__pair-actions{margin-top:auto;padding-top:10px}
.ppcf__pair-actions > *{flex:1 1 130px}

.ppcf__feature-grid,
.ppcf__event-grid,
.ppcf__step-grid,
.ppcf__split{
  display:grid;
  gap:16px;
}

.ppcf__feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.ppcf__event-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.ppcf__step-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.ppcf__split{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}

.ppcf__feature,
.ppcf__event-card,
.ppcf__step,
.ppcf__panel{
  background:#fff;
  border:1px solid var(--cf-line);
  border-radius:22px;
  padding:20px;
  box-shadow:0 10px 22px rgba(54,31,20,.06);
}

.ppcf__feature{
  position:relative;
  padding-top:26px;
}

.ppcf__feature::before{
  content:"";
  position:absolute;
  left:20px;
  top:16px;
  width:46px;
  height:4px;
  border-radius:999px;
  background:var(--cf-gold);
  opacity:.35;
}

.ppcf__event-card p,
.ppcf__feature p,
.ppcf__step p{color:var(--cf-muted)}

.ppcf__panel--accent{
  background:linear-gradient(180deg,var(--cf-cream-2),#fff);
}

.ppcf__checklist{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}

.ppcf__checklist li{
  position:relative;
  padding-left:30px;
  color:var(--cf-text);
}

.ppcf__checklist li::before{
  content:"";
  position:absolute;
  left:0;
  top:.45em;
  width:18px;
  height:18px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--cf-gold),var(--cf-choc));
  box-shadow:inset 0 0 0 5px #fff;
  border:1px solid var(--cf-line);
}

.ppcf__link-stack{
  display:grid;
  gap:12px;
  margin-top:16px;
}

.ppcf__link-card{
  display:grid;
  justify-items:start;
  align-items:start;
  min-height:0;
  text-align:left;
  padding:16px;
  background:#fff;
  border:1px solid var(--cf-line);
  box-shadow:0 10px 18px rgba(54,31,20,.05);
}

.ppcf__link-card strong{display:block;margin-bottom:4px}
.ppcf__link-card span{font-size:14px;color:var(--cf-muted);line-height:1.45}

.ppcf__step{position:relative;padding-top:60px}
.ppcf__step span{
  position:absolute;
  top:18px;
  left:18px;
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:linear-gradient(135deg,var(--cf-choc),var(--cf-gold));
  color:#fff;
  font-weight:1000;
}

.ppcf__faq{display:grid;gap:12px}
.ppcf__faq details{
  background:#fff;
  border:1px solid var(--cf-line);
  border-radius:18px;
  padding:18px 20px;
}

.ppcf__faq summary{
  cursor:pointer;
  list-style:none;
  font-weight:900;
  color:var(--cf-ink);
}

.ppcf__faq summary::-webkit-details-marker{display:none}
.ppcf__faq details[open]{border-color:var(--cf-line-strong);box-shadow:0 10px 24px rgba(54,31,20,.08)}
.ppcf__faq details p{margin:12px 0 0;color:var(--cf-muted)}

.ppcf__cta{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);
  gap:20px;
  align-items:center;
  margin:26px 0;
  padding:clamp(22px,2.5vw,38px);
  border-radius:var(--cf-radius);
  background:linear-gradient(135deg,var(--cf-choc-2),var(--cf-choc) 55%,var(--cf-gold));
  color:#fff;
  box-shadow:var(--cf-shadow);
}

.ppcf__cta h2,
.ppcf__cta p,
.ppcf__cta strong{color:#fff}
.ppcf__cta .ppcf__subeyebrow{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.25);color:#fff}
.ppcf__cta-actions{justify-content:flex-end}
.ppcf__cta .ppcf__btn{background:#fff;color:var(--cf-ink);box-shadow:none}
.ppcf__cta .ppcf__btn--light{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.36)}

/* Ten visual themes — intentionally different from previous page systems */
.ppcf.v1{--cf-choc:#5a2f1d;--cf-choc-2:#2a140d;--cf-gold:#c78b35;--cf-bg:#fffaf3}
.ppcf.v1 .ppcf__hero{border-top:8px solid var(--cf-gold)}

.ppcf.v2{--cf-choc:#32170f;--cf-choc-2:#160906;--cf-gold:#d4a853;--cf-cream:#fff0d3}
.ppcf.v2 .ppcf__hero{
  background:
    linear-gradient(115deg,#160906 0%,#32170f 38%,#fff4df 38%,#fff 100%);
}
.ppcf.v2 .ppcf__kicker{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.22)}
.ppcf.v2 .ppcf__hero-copy{background:rgba(255,255,255,.96)}
.ppcf.v2 .ppcf__hero::before{background:repeating-linear-gradient(90deg,#d4a853 0 28px,#fff 28px 42px)}

.ppcf.v3{--cf-choc:#653221;--cf-choc-2:#2a140d;--cf-gold:#d69b56;--cf-rose:#9f4a56;--cf-cream:#fff1ef}
.ppcf.v3 .ppcf__hero{
  background:
    radial-gradient(480px 220px at 100% 0%,rgba(159,74,86,.18),transparent 70%),
    linear-gradient(135deg,#fff,#fff3ef);
}
.ppcf.v3 .ppcf__btn{background:linear-gradient(135deg,var(--cf-rose),var(--cf-choc))}
.ppcf.v3 .ppcf__pair-group{border-radius:14px}
.ppcf.v3 .ppcf__pair-card{border-radius:14px}

.ppcf.v4{--cf-choc:#4a2b1d;--cf-choc-2:#18251f;--cf-gold:#b88743;--cf-mint:#1f8a70;--cf-cream:#edf9f3}
.ppcf.v4 .ppcf__hero{
  background:linear-gradient(140deg,#edf9f3 0%,#fff 46%,#fff3df 100%);
}
.ppcf.v4 .ppcf__btn{background:linear-gradient(135deg,var(--cf-mint),var(--cf-choc-2))}
.ppcf.v4 .ppcf__hero-inner{grid-template-columns:minmax(360px,.95fr) minmax(0,1.05fr)}
.ppcf.v4 .ppcf__hero-copy{order:2}
.ppcf.v4 .ppcf__hero-visual{order:1}

.ppcf.v5{--cf-choc:#111111;--cf-choc-2:#000000;--cf-gold:#d9b25f;--cf-cream:#fff9e8}
.ppcf.v5 .ppcf__hero{
  background:linear-gradient(135deg,#0b0b0b 0%,#1f1a12 36%,#fff8e8 36%,#fff 100%);
}
.ppcf.v5 .ppcf__kicker{background:#111;color:#fff;border-color:#111}
.ppcf.v5 .ppcf__hero::before{background:linear-gradient(90deg,#d9b25f,#fff,#d9b25f)}
.ppcf.v5 .ppcf__pair-card{box-shadow:0 18px 34px rgba(0,0,0,.08)}

.ppcf.v6{--cf-choc:#6f3d22;--cf-choc-2:#2b160e;--cf-gold:#e19728;--cf-cream:#fff6ea;--cf-blue:#214f7a}
.ppcf.v6 .ppcf__hero{
  background:
    radial-gradient(circle at 14px 14px,rgba(225,151,40,.12) 0 3px,transparent 3px),
    linear-gradient(135deg,#fff,#fff7eb);
  background-size:28px 28px,auto;
}
.ppcf.v6 .ppcf__hero::before{background:repeating-linear-gradient(90deg,var(--cf-blue) 0 22px,#fff 22px 34px,var(--cf-gold) 34px 46px,#fff 46px 58px)}

.ppcf.v7{--cf-choc:#4b2418;--cf-choc-2:#22110b;--cf-gold:#bf7e2f;--cf-cream:#fff3e2}
.ppcf.v7 .ppcf__hero-inner{grid-template-columns:minmax(380px,.95fr) minmax(0,1.05fr)}
.ppcf.v7 .ppcf__hero-copy{order:2}
.ppcf.v7 .ppcf__hero-visual{order:1}
.ppcf.v7 .ppcf__hero-copy{border-radius:0 26px 26px 0}
.ppcf.v7 .ppcf__hero-media{border-radius:26px 0 0 26px}

.ppcf.v8{--cf-choc:#3a2116;--cf-choc-2:#17100c;--cf-gold:#b98243;--cf-cream:#fff5de}
.ppcf.v8 .ppcf__hero{
  background:
    linear-gradient(90deg,#fff5de 0%,#fff5de 14%,#fff 14%,#fff 100%);
}
.ppcf.v8 .ppcf__section,
.ppcf.v8 .ppcf__pairs{border-radius:16px;box-shadow:none}
.ppcf.v8 .ppcf__pair-card,
.ppcf.v8 .ppcf__feature,
.ppcf.v8 .ppcf__event-card,
.ppcf.v8 .ppcf__step{border-radius:16px;box-shadow:none}

.ppcf.v9{--cf-choc:#5d2d18;--cf-choc-2:#231008;--cf-gold:#d8a144;--cf-cream:#fff0de}
.ppcf.v9 .ppcf__hero{
  background:linear-gradient(154deg,#fff 0%,#fff 58%,#fff0de 58%,#fff0de 100%);
}
.ppcf.v9 .ppcf__hero-copy{box-shadow:0 30px 60px rgba(93,45,24,.14)}
.ppcf.v9 .ppcf__quickadd{background:linear-gradient(135deg,#231008,#5d2d18);color:#fff}
.ppcf.v9 .ppcf__quickadd strong,
.ppcf.v9 .ppcf__quickadd p{color:#fff}

.ppcf.v10{--cf-choc:#70401f;--cf-choc-2:#2d170b;--cf-gold:#af7830;--cf-cream:#fffaf1}
.ppcf.v10 .ppcf__hero,
.ppcf.v10 .ppcf__pairs,
.ppcf.v10 .ppcf__section{
  border:2px solid rgba(112,64,31,.16);
  box-shadow:0 8px 24px rgba(112,64,31,.07);
}
.ppcf.v10 .ppcf__hero::before{height:6px}

/* Desktop refinement */
@media (min-width: 1181px){
  .ppcf.v2 .ppcf__hero-copy,
  .ppcf.v5 .ppcf__hero-copy{
    max-width:100%;
  }
  .ppcf__hero-actions .ppcf__btn{flex:0 1 auto}
}

/* Tablet */
@media (max-width: 1180px){
  .ppcf__hero-inner,
  .ppcf.v4 .ppcf__hero-inner,
  .ppcf.v7 .ppcf__hero-inner,
  .ppcf__cta{
    grid-template-columns:1fr;
  }

  .ppcf.v4 .ppcf__hero-copy,
  .ppcf.v7 .ppcf__hero-copy{order:1}

  .ppcf.v4 .ppcf__hero-visual,
  .ppcf.v7 .ppcf__hero-visual{order:2}

  .ppcf__hero-visual{max-width:820px}
  .ppcf__feature-grid,
  .ppcf__step-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .ppcf__event-grid,
  .ppcf__pair-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .ppcf__split{grid-template-columns:1fr}
  .ppcf__cta-actions{justify-content:flex-start}
}

/* Small tablet */
@media (max-width: 860px){
  .ppcf__wrap{padding:16px}
  .ppcf__hero,
  .ppcf__pairs,
  .ppcf__section,
  .ppcf__cta{border-radius:22px;padding:18px}
  .ppcf__hero-copy{padding:18px;border-radius:20px}
  .ppcf__hero-media{padding:10px;border-radius:20px}
  .ppcf__hero-media img{border-radius:16px;max-height:none}
  .ppcf__quickadd{
    grid-template-columns:96px minmax(0,1fr);
    border-radius:20px;
  }
  .ppcf__quick-media{width:96px;height:96px}
  .ppcf__pair-group{padding:14px;border-radius:20px}
  .ppcf__pair-group-head{display:block}
  .ppcf__feature-grid,
  .ppcf__event-grid,
  .ppcf__step-grid,
  .ppcf__pair-grid{grid-template-columns:1fr}
  .ppcf__jumps{
    flex-wrap:nowrap;
    overflow-x:auto;
    justify-content:flex-start;
    padding-bottom:4px;
  }
  .ppcf__jump{flex:0 0 auto;white-space:nowrap}
}

/* Mobile */
@media (max-width: 640px){
  .ppcf{
    font-size:15.5px;
    padding-bottom:150px;
  }

  .ppcf__wrap{padding:12px}

  .ppcf h1{
    font-size:clamp(30px,9.2vw,42px);
    line-height:1.04;
  }

  .ppcf h2{
    font-size:clamp(24px,7.4vw,34px);
    line-height:1.08;
  }

  .ppcf h3{font-size:22px}

  .ppcf__lead{
    font-size:17px;
    line-height:1.62;
  }

  .ppcf__kicker,
  .ppcf__subeyebrow{
    width:auto;
    max-width:100%;
    min-height:32px;
    font-size:11px;
    letter-spacing:.08em;
    padding:7px 11px;
  }

  .ppcf__pill-row,
  .ppcf__hero-actions,
  .ppcf__tags,
  .ppcf__pair-actions,
  .ppcf__cta-actions{
    gap:8px;
  }

  .ppcf__pill,
  .ppcf__tag{
    min-height:30px;
    padding:7px 10px;
    font-size:11px;
  }

  .ppcf__hero-actions,
  .ppcf__pair-actions,
  .ppcf__cta-actions{
    flex-direction:column;
  }

  .ppcf__hero-actions .ppcf__btn,
  .ppcf__pair-actions .ppcf__mini-btn,
  .ppcf__pair-actions .ppcf__card-link,
  .ppcf__cta-actions .ppcf__btn{
    width:100%;
  }

  .ppcf .pp-add-to-quote{
    padding-left:46px;
  }

  .ppcf .pp-add-to-quote::before{
    left:14px;
  }

  .ppcf__note{
    padding:14px;
    border-radius:16px;
  }

  .ppcf__quickadd{
    grid-template-columns:1fr;
    text-align:center;
    justify-items:center;
  }

  .ppcf__quick-copy{width:100%}
  .ppcf__quick-copy .ppcf__mini-btn{width:100%}

  .ppcf__pair-body,
  .ppcf__feature,
  .ppcf__event-card,
  .ppcf__step,
  .ppcf__panel{
    padding:16px;
    border-radius:18px;
  }

  .ppcf__step{padding-top:56px}

  .ppcf__faq details{
    padding:15px 16px;
    border-radius:16px;
  }

  .ppcf__link-card{
    padding:14px;
  }
}

@media (max-width: 420px){
  .ppcf__hero,
  .ppcf__pairs,
  .ppcf__section,
  .ppcf__cta{
    padding:14px;
  }

  .ppcf h1{font-size:clamp(28px,10vw,38px)}
  .ppcf__lead{font-size:16px}
  .ppcf__btn,
  .ppcf__mini-btn,
  .ppcf__card-link{
    font-size:14px;
    padding-left:14px;
    padding-right:14px;
  }
}/* End custom CSS */