/* Generic Pricefox article layout.
   The visual shell is isolated under .pf-article; reusable body blocks continue
   to use the existing .pf-v2 shortcode styles from posts-v2.css. */

@font-face{
  font-family:"Google Sans";
  src:url("/fonts/google-sans/google-sans-regular.ttf") format("truetype");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}
@font-face{
  font-family:"Google Sans";
  src:url("/fonts/google-sans/google-sans-italic.ttf") format("truetype");
  font-style:italic;
  font-weight:400;
  font-display:swap;
}
@font-face{
  font-family:"Google Sans";
  src:url("/fonts/google-sans/google-sans-medium.ttf") format("truetype");
  font-style:normal;
  font-weight:500;
  font-display:swap;
}
@font-face{
  font-family:"Google Sans";
  src:url("/fonts/google-sans/google-sans-semibold.ttf") format("truetype");
  font-style:normal;
  font-weight:600;
  font-display:swap;
}
@font-face{
  font-family:"Google Sans";
  src:url("/fonts/google-sans/google-sans-bold.ttf") format("truetype");
  font-style:normal;
  font-weight:700;
  font-display:swap;
}

.article-page{
  --article-header-height:80px;
  --article-progress-height:86px;
  --article-fixed-stack-height:166px;
  --article-sidebar-sticky-top:182px;
  overflow-x:hidden;
}
.article-page promotional-banner{display:none}
.article-page .header-sub-nav-desktop{top:80px}
.article-page > header{
  transform:translateY(0);
  transition:transform .22s ease;
  will-change:transform;
}
.article-page > header.article-header-hidden{
  transform:translateY(-100%);
}
.article-page.article-header-hidden{
  --article-fixed-stack-height:86px;
  --article-sidebar-sticky-top:102px;
}
.article-header-spacer-desktop{height:166px}
.article-header-spacer-mobile{height:94px}

.pf-article{
  --article-blue:#004766;
  --article-dark:#00314c;
  --article-orange:#f26e22;
  --color-primary:#f26e22;
  --article-muted:#666;
  --article-border:#ccdae0;
  --article-info:#eef6ff;
  --article-toc:#eef6ff;
  --article-bg:#f5fcff;
  position:relative;
  width:100%;
  color:var(--article-blue);
  background:var(--article-bg);
  font-family:"Google Sans",Helvetica,Arial,sans-serif;
}
.pf-article .article-shell{width:calc(100% - 64px);max-width:1820px;margin:0 auto}
.pf-article .article-breadcrumb{
  padding:40px 0 0;
  overflow:hidden;
  color:var(--article-muted);
  font-size:14px;
  line-height:20px;
}
.pf-article .article-breadcrumb ol{
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  overflow:hidden;
  white-space:nowrap;
  list-style:none;
}
.pf-article .article-breadcrumb li{
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
}
.pf-article .article-breadcrumb li + li::before{
  content:"";
  width:7px;
  height:12px;
  display:inline-block;
  margin-inline:0.65rem;
  flex:0 0 auto;
  background:url("/images/article-chevron.svg") center/contain no-repeat;
  transform:rotate(-90deg);
}
.pf-article .article-breadcrumb li[aria-current="page"]{
  min-width:0;
  overflow:hidden;
  display:block;
  flex:1 1 auto;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.pf-article .article-breadcrumb a{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:var(--article-blue);
}
.pf-article .article-breadcrumb-home{
  width:14px;
  height:14px;
  display:block;
  flex:0 0 auto;
}

.pf-article .article-hero{
  position:static !important;
  inset:auto !important;
  z-index:auto !important;
  width:auto;
  padding:43px 0 0;
}
.pf-article .article-hero-copy{width:700px;max-width:100%;margin:0 auto}
.pf-article .article-hero .badges{margin:0 0 16px;gap:8px}
.pf-article .article-hero .pill{
  padding:6px 14px;
  color:var(--article-blue);
  background:var(--article-info);
  border:1px solid var(--article-border);
  font-size:12px;
  font-weight:400;
}
.pf-article .article-hero h1{
  margin:0 0 16px;
  color:var(--article-blue);
  font-size:48px;
  line-height:56px;
  letter-spacing:0;
}
.pf-article .article-subtitle{
  margin:0 0 24px;
  color:var(--article-muted);
  font-size:20px;
  line-height:30px;
}
.pf-article .article-byline-row{
  min-height:50px;
  margin:0 0 24px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:16px;
}
.pf-article .article-author{
  display:flex;
  align-items:center;
  gap:16px;
  color:var(--article-blue);
}
.pf-article .article-author > img{
  width:50px;
  height:50px;
  box-sizing:border-box;
  flex:0 0 auto;
  border:2px solid var(--article-orange);
  border-radius:50%;
  object-fit:cover;
}
.pf-article .article-author > span{display:flex;flex-direction:column}
.pf-article .article-author-primary{
  display:flex;
  align-items:baseline;
  gap:4px;
}
.pf-article .article-author-name,
.pf-article .article-author-role{
  font-size:14px;
  font-weight:400;
  line-height:21px;
}
.pf-article .article-reviewer{font-size:12px;line-height:18px}
.pf-article .article-author-separator{font-size:14px;line-height:21px}
.pf-article .article-reviewer{
  margin-top:2px;
  display:flex;
  align-items:flex-start;
  gap:4px;
}
.pf-article .article-reviewer img{width:16px;height:16px;flex:0 0 auto}
.pf-article .article-reviewer-copy{
  min-width:0;
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:0 4px;
}
.pf-article .article-share{display:flex;align-items:center;gap:6px;font-size:14px}
.pf-article .article-share > span{margin-right:2px}
.pf-article .article-share a,
.pf-article .article-share button{
  width:24px;
  height:24px;
  padding:0;
  display:grid;
  place-items:center;
  border:0;
  border-radius:0;
  color:var(--article-blue);
  background:transparent;
  cursor:pointer;
}
.pf-article .article-share a img,
.pf-article .article-share button img{width:24px;height:24px;display:block}
.pf-article .article-meta{
  min-height:24px;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  gap:40px;
  font-size:12px;
  line-height:18px;
}
.pf-article .article-meta > span{display:flex;align-items:center;gap:6px}
.pf-article .article-meta-icon{
  width:24px;
  height:24px;
  display:block;
  flex:0 0 auto;
  object-fit:contain;
}
.pf-article .article-disclosure{
  margin:0;
  padding:16px;
  display:flex;
  gap:12px;
  border:1px solid var(--article-border);
  border-radius:8px;
  background:var(--article-info);
  font-size:14px;
  line-height:1.5;
}
.pf-article .article-disclosure-icon{
  width:28px;
  height:28px;
  display:grid;
  flex:0 0 auto;
  place-items:center;
  border-radius:8px;
  background:rgba(0,71,102,.1);
  font-weight:700;
}
.pf-article .article-disclosure-icon img{width:20px;height:20px;display:block}
.pf-article .article-disclosure p{margin:0}
.pf-article .article-disclosure a{text-decoration:underline}
.pf-article .article-hero-image{
  width:1000px;
  max-width:none;
  height:auto;
  aspect-ratio:1000 / 459;
  margin:40px auto 0;
  display:block;
  border-radius:16px;
  overflow:hidden;
}
.pf-article .article-hero-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center 45%;
}

.pf-article .article-layout{
  width:1000px;
  max-width:calc(100% - 48px);
  margin-right:auto;
  margin-left:auto;
  display:grid;
  grid-template-columns:minmax(0,700px) 260px;
  gap:40px;
  align-items:start;
}
.pf-article .article-layout{
  margin-top:40px;
  padding:0 0 60px;
}
.pf-article .article-layout > .article-hero-image{
  grid-column:1 / -1;
  width:100%;
  margin:0;
}
.pf-article .article-layout-single{
  max-width:700px;
  grid-template-columns:minmax(0,700px);
}
.pf-article .article-main{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:0;
}
.pf-article .article-main > *{
  margin-top:0;
  margin-bottom:0;
}
.pf-article .article-main > * + *{margin-top:40px}
.pf-article .article-main > :is(p,ul,ol) + :is(p,ul,ol),
.pf-article .article-main > :is(h2,h3,h4) + :is(p,ul,ol){margin-top:16px}
.pf-article .article-main > p{
  color:var(--article-blue);
  font-size:calc(16px * var(--fscale));
  line-height:1.6;
}
.pf-article .article-main > ul,
.pf-article .article-main > ol{
  margin:0;
  padding-left:22px;
  color:var(--article-blue);
  font-size:calc(16px * var(--fscale));
  line-height:1.6;
}
.pf-article .article-main > ul{list-style:disc}
.pf-article .article-main h2{
  margin:0;
  color:var(--article-blue);
  font-size:40px;
  line-height:1.2;
  scroll-margin-top:90px;
}
.pf-article .article-main h3{color:var(--article-blue)}
.pf-article .article-main :where(p,li,blockquote) a:not([class]){
  color:var(--color-primary);
  text-decoration:underline;
  text-decoration-color:currentColor;
  text-underline-offset:2px;
}
.pf-article .article-main :where(p,li,blockquote) a:not([class]):hover,
.pf-article .article-main :where(p,li,blockquote) a:not([class]):focus-visible{
  color:var(--color-primary);
  text-decoration-thickness:2px;
}
.pf-article .article-main > * + :is(h2,h3,h4){margin-top:40px}
.pf-article .article-toc-column{
  position:relative;
  align-self:stretch;
  max-height:none;
  margin-top:0;
  overflow:visible;
}
.pf-article .article-toc-stack{
  position:sticky;
  top:var(--article-sidebar-sticky-top);
  z-index:2;
  width:260px;
  max-height:calc(100vh - var(--article-sidebar-sticky-top) - 16px);
  display:flex;
  flex-direction:column;
  gap:24px;
  padding-top:0;
  box-sizing:border-box;
  transition:top .22s ease,max-height .22s ease;
}
.pf-article .article-toc{
  width:260px;
  min-height:0;
  max-height:580px;
  padding:16px;
  box-sizing:border-box;
  flex:0 1 auto;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid var(--article-border);
  border-radius:12px;
  background:var(--article-toc);
}
.pf-article .article-toc h2{
  margin:0 0 16px;
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--article-blue);
  font-size:16px;
  font-weight:700;
  line-height:24px;
}
.pf-article .article-toc h2 img{
  width:24px;
  height:24px;
  object-fit:contain;
  mix-blend-mode:multiply;
}
.pf-article .article-toc h2 span{padding:0;color:inherit;font-size:inherit;line-height:inherit}
.pf-article .article-toc-scroll{
  min-height:0;
  max-height:500px;
  flex:0 1 auto;
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
}
.pf-article .article-toc #TableOfContents > ul{margin:0;padding:0;list-style:none}
.pf-article .article-toc li{list-style:none}
.pf-article .article-toc li ul{display:none}
.pf-article .article-toc #TableOfContents a{
  min-height:38px;
  margin:0 0 4px;
  padding:8px 10px;
  box-sizing:border-box;
  display:block;
  border:2px solid transparent;
  border-radius:8px;
  color:var(--article-muted);
  font-size:14px;
  font-weight:400;
  line-height:1.35;
  text-decoration:none;
  transition:border-color .15s,background-color .15s,color .15s;
}
.pf-article .article-toc #TableOfContents a:hover,
.pf-article .article-toc #TableOfContents a:focus-visible{
  color:var(--article-blue);
  background:#fafbfb;
}
.pf-article .article-toc #TableOfContents a.active{
  border-color:transparent;
  border-left-color:var(--article-orange);
  color:var(--article-muted);
  background:#fafbfb;
}
.pf-article .article-toc-scroll::-webkit-scrollbar{width:8px}
.pf-article .article-toc-scroll::-webkit-scrollbar-track{background:transparent}
.pf-article .article-toc-scroll::-webkit-scrollbar-thumb{
  border:2px solid var(--article-toc);
  border-radius:999px;
  background:#a9bdc6;
}
.pf-article #TableOfContents{counter-reset:none}
.pf-article #TableOfContents > ul > li{counter-increment:none}
.pf-article #TableOfContents > ul > li > :is(a,span)::before{content:none!important}
.pf-article .article-share-footer{
  padding-top:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border-top:1px solid var(--article-border);
  font-size:14px;
}
.pf-article .article-separator{
  width:100%;
  height:0;
  border:0;
  border-top:1px solid var(--article-border);
}

.pf-article .article-quote{
  width:100%;
  min-height:204px;
  margin:0;
  box-sizing:border-box;
  padding:24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:42px;
  border:1px solid #e5edf0;
  border-radius:12px;
  background:#eef6ff;
}
.pf-article .article-quote-eyebrow{
  width:max-content;
  min-height:28px;
  padding:4px 12px;
  display:flex;
  align-items:center;
  gap:4px;
  box-sizing:border-box;
  border:1px solid #d0f0d2;
  border-radius:360px;
  color:#005574;
  background:#effff1;
  font-size:12px;
  font-weight:400;
  line-height:18px;
}
.pf-article .article-quote-eyebrow img{
  width:20px;
  height:20px;
  display:block;
}
.pf-article .article-quote h3{
  max-width:364px;
  margin:12px 0;
  color:var(--article-blue);
  font-size:32px;
  font-weight:700;
  line-height:1.2;
  letter-spacing:-.25px;
}
.pf-article .article-quote-trust{
  margin:0;
  display:flex;
  align-items:center;
  gap:4px;
  color:#005574;
  font-size:12px;
  line-height:18px;
}
.pf-article .article-quote-trust img{
  width:24px;
  height:24px;
  display:block;
}
.pf-article .article-quote-fields{
  width:246px;
  flex:0 0 auto;
}
.pf-article .article-quote-fields label > span{
  margin-bottom:4px;
  display:block;
  color:var(--article-blue);
  font-size:14px;
  font-weight:400;
  line-height:21px;
}
.pf-article .article-quote-input{
  position:relative;
  width:100%;
  margin:0!important;
  display:block;
}
.pf-article .article-quote-input > img{
  position:absolute;
  z-index:1;
  top:50%;
  left:16px;
  width:24px;
  height:24px;
  display:block;
  transform:translateY(-50%);
  pointer-events:none;
}
.pf-article .article-quote-fields input{
  width:100%;
  height:58px;
  box-sizing:border-box;
  padding:0 16px 0 44px;
  border:1px solid var(--article-blue);
  border-radius:12px;
  box-shadow:0 2px 0 var(--article-blue);
  color:var(--article-blue);
  background:#fff;
  font:inherit;
  font-size:14px;
  text-transform:uppercase;
}
.pf-article .article-quote-fields input:focus{
  outline:3px solid rgba(242,110,34,.22);
  border-color:var(--article-orange);
}
.pf-article .article-quote-fields button{
  width:100%;
  height:36px;
  margin-top:16px;
  padding:0 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  border:0;
  border-radius:8px;
  color:#fff;
  background:var(--article-blue);
  font-family:inherit;
  font-size:14px;
  font-weight:700;
  line-height:1;
  cursor:pointer;
}
.pf-article .article-quote-fields button img{
  width:16px;
  height:16px;
  display:block;
}
.pf-article .article-quote-fields button:hover{background:var(--article-dark)}
.pf-article .article-quote-sidebar{
  width:260px;
  height:339px;
  min-height:339px;
  padding:24px;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
  gap:0;
  flex:0 0 auto;
  border:1px solid #e5edf0;
  border-radius:12px;
  background:#eef6ff;
}
.pf-article .article-quote-sidebar h3{margin:12px 0;font-size:20px;line-height:25px}
.pf-article .article-quote-sidebar .article-quote-copy{width:100%;height:163px}
.pf-article .article-quote-sidebar .article-quote-trust{height:36px;align-items:center;line-height:18px}
.pf-article .article-quote-sidebar .article-quote-trust span{max-width:195px}
.pf-article .article-quote-sidebar .article-quote-fields{width:100%;margin-top:12px}
.pf-article .article-quote-sidebar .article-quote-fields label > span{margin-bottom:4px}
.pf-article .article-quote-sidebar .article-quote-fields input{height:47px}
.pf-article .article-quote-sidebar .article-quote-fields button{height:36px;margin-top:8px;border-radius:8px;font-size:12px;font-weight:400}
.pf-article .article-quote-sidebar.article-quote-no-input{
  height:auto;
  min-height:0;
}
.pf-article .article-quote-sidebar.article-quote-no-input .article-quote-copy{height:auto}
.pf-article .article-quote-sidebar.article-quote-no-input .article-quote-fields{margin-top:20px}
.pf-article .article-quote-sidebar.article-quote-no-input .article-quote-fields button{margin-top:0}

.pf-article .article-end-disclosure{
  padding:14px 16px;
  display:flex;
  gap:12px;
  border:1px solid var(--article-border);
  border-radius:8px;
  background:var(--article-info);
  color:var(--article-blue);
  font-size:13px;
  line-height:1.5;
}
.pf-article .article-end-disclosure-icon{
  width:24px;
  height:24px;
  display:grid;
  flex:0 0 auto;
  place-items:center;
  border-radius:50%;
  background:rgba(0,71,102,.1);
  font-weight:700;
}
.pf-article .article-end-disclosure p{margin:0}
.pf-article .article-end-disclosure a{text-decoration:underline}

.pf-article .rel-meta{
  margin-top:auto;
  padding:0 14px 14px;
  display:flex;
  align-items:center;
  gap:7px;
  color:var(--article-muted);
  font-size:11px;
}
.pf-article .rel-meta img{
  width:22px;
  height:22px;
  border-radius:50%;
  object-fit:cover;
}
.pf-article .rel-meta span + span::before{content:"·";margin-right:7px}
.article-scroll-top{
  position:fixed;
  right:20px;
  bottom:calc(24px + env(safe-area-inset-bottom));
  z-index:80;
  width:40px;
  height:40px;
  padding:0;
  display:grid;
  place-items:center;
  border:0;
  border-radius:50%;
  background:var(--article-blue,#004766);
  box-shadow:0 8px 24px rgba(0,49,76,.2);
  cursor:pointer;
  opacity:0;
  pointer-events:none;
  transform:translateY(12px);
  transition:opacity .2s,transform .2s;
}
.article-scroll-top.is-visible{opacity:1;pointer-events:auto;transform:none}
.article-scroll-top img{
  width:11px;
  height:7px;
  filter:brightness(0) invert(1);
  transform:rotate(180deg);
}

.article-progress{
  position:fixed;
  top:80px;
  right:0;
  left:0;
  z-index:9000;
  width:100%;
  height:86px;
  box-sizing:border-box;
  background:#e5edf0;
  box-shadow:none;
  transition:top .22s ease;
}
.article-page.article-header-hidden .article-progress{top:0}
.article-progress-inner{
  width:min(calc(100% - 128px),1792px);
  height:86px;
  box-sizing:border-box;
  padding:12px 0;
  margin:0 auto;
  display:grid;
  grid-template-columns:28px minmax(0,1fr) auto;
  grid-template-rows:auto auto;
  column-gap:12px;
  row-gap:8px;
  align-content:center;
}
.article-progress-action{
  grid-column:1;
  grid-row:1;
  width:28px;
  height:28px;
  padding:0;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border:0;
  background:transparent;
  cursor:pointer;
  align-self:center;
}
.article-progress-action img{width:28px;height:28px;display:block;object-fit:contain}
.article-progress-copy{
  display:contents;
  color:var(--article-blue,#004766);
  font-family:"Google Sans",Helvetica,Arial,sans-serif;
}
.article-progress-copy strong{
  grid-column:2;
  grid-row:1;
  min-width:0;
  color:var(--article-blue,#004766);
  font-family:"Google Sans",Helvetica,Arial,sans-serif;
  font-size:24px;
  font-weight:700;
  line-height:30px;
}
.article-progress-copy > span{
  grid-column:1 / 3;
  grid-row:2;
  min-width:0;
  margin-top:0;
  color:var(--article-blue,#004766);
  font-family:"Google Sans",Helvetica,Arial,sans-serif;
  font-size:16px;
  line-height:24px;
}
.article-progress-book{
  grid-column:3;
  grid-row:1 / 3;
  margin-left:0;
}
.article-progress-book span{display:none}
.article-progress-value{
  position:absolute;
  left:0;
  bottom:0;
  height:4px;
  display:block;
  background:var(--article-orange,#f36f21);
  transition:width .12s linear;
  will-change:width;
}
.article-mobile-toc{display:none}

@media(min-width:1101px){
  .article-visibility-mobile{display:none!important}
  .article-progress-book{display:none}
}

@media(min-width:768px) and (max-width:1100px){
  .article-page{
    --article-progress-height:62px;
    --article-fixed-stack-height:142px;
    --article-sidebar-sticky-top:158px;
  }
  .article-page.article-header-hidden{
    --article-fixed-stack-height:62px;
    --article-sidebar-sticky-top:78px;
  }
  .article-header-spacer-desktop{height:142px}
  .article-progress{height:62px;min-height:62px}
  .article-progress-inner{
    width:calc(100% - 32px);
    height:62px;
    min-height:62px;
    padding:8px 0;
    display:grid;
    grid-template-columns:28px minmax(0,1fr) 105px;
    grid-template-rows:auto auto;
    column-gap:8px;
    row-gap:0;
    align-content:center;
  }
  .article-progress-action{
    grid-column:1;
    grid-row:1;
  }
  .article-progress-copy{
    display:contents;
    min-width:0;
  }
  .article-progress-copy strong{
    grid-column:2;
    grid-row:1;
    min-width:0;
    font-size:16px;
    line-height:20px;
    align-self:center;
  }
  .article-progress-copy > span{
    grid-column:1 / 3;
    grid-row:2;
    min-width:0;
    margin-top:0;
    overflow:hidden;
    font-size:12px;
    line-height:18px;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .article-progress-book{
    grid-column:3;
    grid-row:1 / 3;
    width:105px;
    height:28px;
    margin-left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:4px;
    border-radius:999px;
    background:var(--article-blue,#004766);
    color:#fff;
    font-family:"Google Sans",Helvetica,Arial,sans-serif;
    font-size:11px;
    font-weight:700;
    line-height:1;
  }
  .article-progress-book span{display:inline}
  .article-progress-book img{width:16px;height:16px}
}

.pf-article .takeaways{
  min-height:156px;
  box-sizing:border-box;
  margin:0;
  padding:16px;
  border:2px solid #e5edf0;
  border-radius:8px;
  background:#fff;
}
.pf-article .takeaways .tk-t{
  margin:0 0 8px;
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--article-blue);
  font-family:"Google Sans",Arial,sans-serif;
  font-size:16px;
  font-weight:700;
  line-height:24px;
  letter-spacing:0;
}
.pf-article .takeaways .tk-icon{
  width:32px;
  height:32px;
  display:grid;
  flex:0 0 auto;
  place-items:center;
  border-radius:7px;
  background:var(--article-blue);
}
.pf-article .takeaways .tk-icon img{
  width:24px;
  height:24px;
  filter:brightness(0) invert(1);
}
.pf-article .takeaways ul{margin:0;padding:0;list-style:none}
.pf-article .takeaways li{
  padding:3px 0;
  color:#666;
  font-size:14px;
  line-height:21px;
}
.pf-article .takeaways li::before{display:none}
.pf-article .takeaways p{
  margin:0;
  color:#666;
  font-size:14px;
  line-height:21px;
}
.pf-article .expert{margin:0}

/* Reuse the existing shortcodes inside the Figma-aligned article column. */
.pf-article .cta-banner{margin:0;border-radius:12px}
.pf-article .convo-card{margin:0}
.pf-article .pf-note{
  margin:0;
  padding:16px;
  display:flex;
  gap:8px;
  border-width:1px;
  border-radius:8px;
  color:var(--article-blue);
  font-size:14px;
  line-height:21px;
}
.pf-article .pf-note-ic{
  width:28px;
  height:28px;
  display:grid;
  flex:0 0 auto;
  place-items:center;
  border-radius:8px;
  background:rgba(0,71,102,.08);
}
.pf-article .pf-note-ic img{width:20px;height:20px;display:block}
.pf-article .pf-note-h{
  margin:0 0 4px;
  display:block;
  color:var(--article-blue)!important;
  font-size:14px;
  font-weight:400;
  line-height:21px;
  text-transform:none;
  letter-spacing:0;
}
.pf-article .pf-note-body p{margin:0}
.pf-article .pf-note-tip{background:#effff1;border-color:#d0f0d2}
.pf-article .pf-note-warning{background:#fffbe6;border-color:#ffe58f}
.pf-article .pf-note-info{background:#eef6ff;border-color:#c5dce8}
.pf-article .readalso{
  min-height:56px;
  margin:0;
  padding:16px;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  gap:8px;
  border:0;
  border-left:2px solid var(--article-blue,#004766);
  border-radius:8px;
  color:var(--article-blue,#004766);
  background:#e5edf0;
  font-size:16px;
  line-height:24px;
}
.pf-article .readalso .ra-tag{
  padding:0;
  flex:0 0 auto;
  color:inherit;
  background:transparent;
  border-radius:0;
  font-size:inherit;
  font-weight:400;
  line-height:inherit;
  letter-spacing:0;
  text-transform:none;
  white-space:nowrap;
}
.pf-article .readalso a{
  min-width:0;
  overflow:hidden;
  color:inherit;
  font-weight:400;
  text-decoration:underline;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.pf-article .providers{margin:0}
.pf-article .article-main > img,
.pf-article .article-main > p > img,
.pf-article .article-main figure > img,
.pf-article .article-main picture > img{
  width:auto;
  max-width:100%;
  height:auto!important;
  margin:8px auto 24px;
  display:block;
  object-fit:contain;
}
.pf-article .article-main figure{
  max-width:100%;
  margin:8px auto 24px;
}
.pf-article .article-main figure > img{margin:0 auto}
.pf-article .pf-testi{margin:0}
.pf-article .stepflow{margin:0}
.pf-article .faq{margin:0}
.pf-article .sources{margin:0}
.pf-article .endblock{margin:0;padding-top:30px}
.pf-article .endblock .rel-t{
  margin:0 0 16px;
  color:var(--article-blue);
  font-size:40px;
  line-height:50px;
  text-transform:none;
  letter-spacing:0;
}
.pf-article .rel-card h3{
  margin:0;
  padding:0;
  color:var(--article-blue);
  font-size:16px;
  line-height:20px;
}
.pf-article .rel-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.pf-article .rel-card{
  width:auto;
  height:292px;
  box-sizing:border-box;
  border:0;
  border-radius:8px;
  overflow:hidden;
  background:#fff;
  box-shadow:none;
}
.pf-article .rel-card:hover{transform:none;box-shadow:0 8px 20px rgba(0,49,76,.08)}
.pf-article .rel-card .rel-thumb{
  position:relative;
  width:100%;
  height:150px;
  flex:0 0 auto;
  overflow:hidden;
}
.pf-article .rel-card .rel-thumb img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.pf-article .rel-card .rel-tag{
  position:absolute;
  top:8px;
  right:auto;
  bottom:auto;
  left:8px;
  min-height:26px;
  padding:4px 10px;
  box-sizing:border-box;
  border-radius:999px;
  color:var(--article-blue);
  background:#fff;
  font-size:12px;
  line-height:18px;
  text-transform:none;
  letter-spacing:0;
}
.pf-article .rel-card .rel-body{
  width:100%;
  height:142px;
  box-sizing:border-box;
  padding:10px 20px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.pf-article .rel-card .rel-pill{
  margin:0 0 14px;
  padding:4px 9px;
  border:0;
  border-radius:2px;
  color:var(--article-blue);
  background:#eef6ff;
  font-size:11px;
  font-weight:400;
}
.pf-article .rel-card .rel-meta{
  width:100%;
  min-height:32px;
  margin-top:auto;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  color:var(--article-blue);
  font-size:12px;
}
.pf-article .rel-card .rel-author{display:flex;align-items:center;gap:4px;min-width:0}
.pf-article .rel-card .rel-author img{width:32px;height:32px;border-radius:50%;object-fit:cover}
.pf-article .rel-card .rel-author span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pf-article .rel-card .rel-time{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:2px;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}
.pf-article .rel-card .rel-time img{
  width:16px;
  height:16px;
  flex:0 0 16px;
  border-radius:0;
}
.pf-article .rel-card .rel-meta > span + span::before{content:none}
.pf-article .rel-card .rel-read{
  width:100%;
  margin-top:14px;
  display:flex;
  justify-content:space-between;
  color:var(--article-blue);
  font-size:12px;
  font-weight:400;
}

/* Blog 2.0 reusable content components */
.pf-article .convo-flat{
  min-height:145px;
  box-sizing:border-box;
  padding:32px;
  display:grid;
  grid-template-columns:104px minmax(0,1fr) 39px;
  gap:24px;
  align-items:center;
  border:0;
  border-radius:8px;
  background:var(--article-blue);
  color:#fff;
  text-decoration:none;
}
.pf-article .convo-flat-title{
  color:#fff;
  font-size:24px;
  font-weight:700;
  line-height:1.25;
}
.pf-article .convo-visual{
  width:104px;
  height:104px;
  display:block;
  overflow:hidden;
  border-radius:12px;
}
.pf-article .convo-visual img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  object-position:center;
  transform:none;
}
.pf-article .convo-visual picture{
  width:100%;
  height:100%;
  display:block;
}
.pf-article .convo-flat-arrow{
  width:39px;
  height:39px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
}
.pf-article .convo-flat-arrow img{
  width:14px;
  height:14px;
  display:block;
  filter:invert(52%) sepia(96%) saturate(2574%) hue-rotate(347deg) brightness(101%) contrast(91%);
}
.pf-article .article-campaign-banner{
  width:700px;
  max-width:100%;
  height:145px;
  box-sizing:border-box;
  padding:20px 32px 0;
  display:grid;
  grid-template-columns:112px minmax(0,1fr) 52px;
  gap:20px;
  align-items:center;
  overflow:hidden;
  border-radius:8px;
  background:#004767;
  color:#fff;
  text-decoration:none;
}
.pf-article .article-campaign-shortcode{width:100%}
.pf-article .article-campaign-banner:hover,
.pf-article .article-campaign-banner:focus{
  color:#fff;
  text-decoration:none;
}
.pf-article .article-campaign-art{
  width:100%;
  height:125px;
  display:block;
  align-self:end;
  object-fit:contain;
  object-position:center bottom;
}
.pf-article .article-campaign-copy{
  color:#fff;
  font-size:28px;
  font-weight:700;
  line-height:1.24;
  letter-spacing:-.2px;
}
.pf-article .article-campaign-copy strong{
  color:#ff6f1f;
  font:inherit;
}
.pf-article .article-campaign-arrow{
  position:relative;
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
}
.pf-article .article-campaign-arrow::before{
  content:"";
  width:11px;
  height:11px;
  border-top:3px solid #004767;
  border-right:3px solid #004767;
  transform:translateX(-3px) rotate(45deg);
}
.pf-article .cta-banner{
  min-height:56px;
  box-sizing:border-box;
  padding:14px 16px;
  align-items:baseline;
  justify-content:flex-start;
  border-left:2px solid var(--article-blue);
  border-radius:8px;
  background:#e5edf0;
  color:var(--article-blue);
  box-shadow:none;
}
.pf-article .cta-banner:hover{
  color:var(--article-blue);
  background:#e5edf0;
  box-shadow:none;
  transform:none;
}
.pf-article .cta-banner .ctab-txt{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.pf-article .cta-banner .ctab-label{
  margin:0;
  color:var(--article-blue);
  font-size:14px;
  font-weight:700;
  text-transform:none;
  opacity:1;
}
.pf-article .cta-banner .ctab-title{
  color:var(--article-blue);
  font-size:14px;
  font-weight:400;
  line-height:1.35;
  text-decoration:underline;
}
.pf-article .providers-cards .pv-list{gap:16px}
.pf-article .article-energy-plans .pv-h{align-items:flex-end;margin-bottom:16px}
.pf-article .article-energy-plans .pv-h h3{font-size:32px;line-height:40px}
.pf-article .article-energy-plans .pv-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.pf-article .energy-plan-card{
  min-width:0;
  height:100%;
  padding:20px 16px 16px;
  display:flex;
  flex-direction:column;
  border:1px solid #ccdce4;
  border-radius:12px;
  background:#fff;
  color:var(--article-blue);
}
.pf-article .energy-plan-provider{height:42px;display:flex;align-items:center;color:var(--article-blue);font-size:16px;font-weight:700}
.pf-article .energy-plan-provider img{width:auto;max-width:132px;height:auto;max-height:36px;object-fit:contain}
.pf-article .energy-plan-badge{width:max-content;max-width:100%;min-height:26px;margin:10px 0 8px;padding:4px 10px;box-sizing:border-box;border-radius:999px;background:#eaffed;color:#146942;font-size:12px;line-height:18px}
.pf-article .energy-plan-badge.is-empty{visibility:hidden}
.pf-article .energy-plan-card h4{min-height:52px;margin:0 0 14px;color:var(--article-blue);font-size:20px;line-height:26px}
.pf-article .energy-plan-details{margin:0 0 18px;display:grid;gap:8px}
.pf-article .energy-plan-details div{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #e4edf1;padding-bottom:7px;font-size:13px;line-height:18px}
.pf-article .energy-plan-details dt{color:#66767e}
.pf-article .energy-plan-details dd{margin:0;color:var(--article-blue);font-weight:700;text-align:right;white-space:nowrap}
.pf-article .energy-plan-cta{margin-top:auto;padding:11px 14px;display:flex;justify-content:center;align-items:center;gap:8px;border-radius:7px;background:#005574;color:#fff!important;font-size:14px;font-weight:700;text-align:center;text-decoration:none!important}
.pf-article .energy-plan-cta:hover{background:#004766;color:#fff!important}
.pf-article .pv-card-grid{
  min-width:0;
  min-height:300px;
  padding:24px 16px 16px;
  border-radius:12px;
  border-color:#d4e0e6;
  background:#fff;
  color:var(--article-blue);
  box-shadow:none;
}
.pf-article .pv-card-grid .pv-logo{background:transparent!important;color:var(--article-blue)}
.pf-article .pv-card-grid .pv-amount{color:var(--article-blue)}
.pf-article .pv-card-grid .pv-plan{color:var(--article-muted)}
.pf-article .pv-card-grid .pv-cta-block{margin-top:auto;border-radius:7px;background:#005574}
.pf-article .article-package-prices{
  width:700px;
  max-width:100%;
  padding:0;
  background:transparent;
  text-align:center;
}
.pf-article .article-main h2:has(+ .article-package-prices){text-align:center}
.pf-article .article-package-prices .pv-h{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  margin-bottom:24px;
}
.pf-article .article-package-prices .pv-h h2{
  margin:0;
  color:var(--article-blue);
  font-size:40px;
  line-height:48px;
  text-align:center;
}
.pf-article .article-package-prices .pv-sub{
  color:var(--article-blue);
  font-size:12px;
}
.pf-article .article-package-prices .prices-container{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
.pf-article .article-package-prices .price-boxes{
  width:auto;
  min-width:0;
  min-height:320px;
  height:auto;
  margin:0;
  box-sizing:border-box;
  padding:20px 12px 16px;
  display:flex;
  flex-direction:column;
  align-items:center;
  border:0;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 28px rgba(0,49,76,.10);
  text-align:center;
}
.pf-article .article-package-prices .price-boxes p{
  margin:0;
  color:var(--article-blue);
}
.pf-article .article-package-prices .price-boxes .cc-text{
  min-height:40px;
  margin:0 0 8px;
  display:flex;
  align-items:center;
  color:var(--article-blue);
  font-size:16px;
  font-weight:400;
  line-height:22px;
}
.pf-article .article-package-prices .price-boxes .price{
  color:var(--article-blue);
  font-size:36px;
  font-weight:700;
  line-height:44px;
}
.pf-article .article-package-prices .price-boxes .duration-text{
  color:var(--article-blue);
  font-size:15px;
  line-height:22px;
}
.pf-article .article-package-prices .price-boxes .package-info{
  min-height:28px;
  margin:10px 0 12px;
  color:#91a2ad;
  font-size:9px;
  line-height:14px;
}
.pf-article .article-package-prices .price-boxes .extra-covers{
  width:100%;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:4px;
  align-items:flex-start;
  text-align:left;
}
.pf-article .article-package-prices .price-boxes .extra-covers .flex-container{
  width:100%;
  padding:0;
  display:flex;
  justify-content:flex-start;
  align-items:center;
  gap:6px;
}
.pf-article .article-package-prices .price-boxes .extra-covers img{
  width:16px;
  height:16px;
  flex:0 0 auto;
}
.pf-article .article-package-prices .price-boxes .extra-covers .covers-text{
  color:#91a2ad;
  font-size:9px;
  line-height:14px;
  text-align:left;
}
.pf-article .article-package-prices .price-boxes .description{
  width:100%;
  margin:auto 0 0;
  padding:0;
  color:var(--article-blue);
  font-size:9px;
  line-height:13px;
  text-align:left;
}
.pf-article .article-package-prices .offer-button{
  margin:24px auto 0;
}
.pf-article .article-package-prices .offer-button .pv-packages-cta{
  min-width:156px;
  height:auto;
  margin:0;
  padding:10px 24px;
  display:inline-flex;
  justify-content:center;
  border-radius:5px;
  color:#fff;
  background:var(--article-orange);
  font-size:12px;
  font-weight:700;
}
.pf-article .article-package-prices .offer-button .pv-packages-cta:hover{color:#fff;background:#d95512}
.pf-article .article-package-prices .about-prices{
  margin:20px auto 0;
  color:#111;
  font-size:9px;
  line-height:14px;
  text-align:center;
}
.pf-article .article-package-prices .about-prices p{margin:0}
.pf-article .article-package-prices .about-prices .pv-packages-guarantee{margin-top:10px}
.pf-article .expert{
  min-height:328px;
  box-sizing:border-box;
  padding:24px 40px;
  display:grid;
  grid-template-columns:135px minmax(0,445px);
  column-gap:40px;
  align-items:center;
  border:0;
  border-radius:12px;
  background:#eef6ff;
}
.pf-article .expert .eq-head{
  grid-row:1 / span 3;
  margin:0;
  display:block;
}
.pf-article .expert .eq-head img{width:135px;height:135px;box-shadow:none}
.pf-article .expert .eq-head .eq-h{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
}
.pf-article .expert .eq-quote{
  margin:0 0 24px;
  color:var(--article-blue);
  font-size:16px;
  font-style:normal;
  line-height:24px;
}
.pf-article .expert .eq-quote::before{
  content:"Η γνώμη του ειδικού μας";
  display:block;
  margin-bottom:12px;
  color:var(--article-blue);
  font-size:20px;
  font-weight:700;
  line-height:25px;
}
.pf-article .expert .eq-by{
  margin:0;
  color:var(--article-blue);
  font-size:14px;
  line-height:1.45;
}
.pf-article .stepflow .sf-h{display:none}
.pf-article .sf-grid{gap:12px}
.pf-article .sf-step{
  min-height:57px;
  box-sizing:border-box;
  padding:16px;
  display:grid;
  grid-template-columns:25px 1fr;
  gap:8px;
  align-items:center;
  border:0;
  border-radius:12px;
  background:#eef6ff;
  box-shadow:none;
}
.pf-article .sf-num{
  width:25px;
  height:25px;
  border-radius:50%;
  background:var(--article-blue);
  color:#fff;
  font-size:16px;
  font-weight:400;
  line-height:24px;
}
.pf-article .sf-step b{
  color:var(--article-blue);
  font-size:16px;
  font-weight:400;
  line-height:24px;
}
.pf-article .sf-step > div:last-child{line-height:24px}
.pf-article .sf-step p{display:none}
.pf-article .faq h2{margin:0 0 24px}
.pf-article .faq-item{
  margin:0;
  border:0;
  border-bottom:1px solid var(--article-border);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.pf-article .faq-item:first-of-type{border-top:1px solid var(--article-border)}
.pf-article .faq-q{
  min-height:65px;
  padding:20px 0;
  color:var(--article-blue);
  font-size:20px;
  line-height:25px;
}
.pf-article .faq-q .ic{
  width:20px;
  height:20px;
  flex:0 0 20px;
  background:transparent;
  background-image:url('/images/article-chevron.svg');
  background-position:center;
  background-repeat:no-repeat;
  background-size:11px 7px;
  border-radius:0;
  font-size:0;
  transform:rotate(0deg);
  transition:transform .2s ease;
}
.pf-article .faq-item.open .faq-q .ic{
  background:transparent;
  background-image:url('/images/article-chevron.svg');
  background-position:center;
  background-repeat:no-repeat;
  background-size:11px 7px;
  transform:rotate(180deg);
}
.pf-article .faq-a p{
  padding:0 0 20px;
  color:var(--article-blue);
  font-size:16px;
  line-height:24px;
}
.pf-article .article-main .sources{
  width:100%;
  min-height:114px;
  box-sizing:border-box;
  padding:16px;
  border:0;
  border-radius:8px;
  background:#fff;
}
.pf-article .article-main .sources .src-t{
  margin:0 0 4px;
  color:var(--article-blue);
  font-size:16px;
  font-weight:700;
  line-height:24px;
  text-transform:none;
  letter-spacing:0;
}
.pf-article .article-main .sources ul{
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:0;
  list-style:none;
}
.pf-article .article-main .sources li{
  padding:0;
  display:flex;
  align-items:baseline;
  border:0;
  color:var(--article-blue);
  font-size:14px;
  font-weight:400;
  line-height:21px;
}
.pf-article .article-main .sources li:not(:last-child)::after{
  content:"·";
  margin:0 10px;
}
.pf-article .article-main .sources a{color:inherit;text-decoration:underline}
.pf-article .article-main .sources a:hover{text-decoration:underline}
.pf-article .article-main .sources .editorial{
  margin:8px 0 0;
  color:var(--article-blue);
  font-size:12px;
  font-weight:400;
  line-height:18px;
}
.pf-article .article-main .sources .editorial a{text-decoration:underline}
.pf-article .endblock{border-top:0}

@media(max-width:1100px){
  .article-scroll-top{display:none!important}
  .pf-article .article-shell{max-width:792px}
  .pf-article .article-breadcrumb{
    padding-top:24px;
    font-size:14px;
  }
  .pf-article .article-hero{padding:57px 46px 0}
  .pf-article .article-layout{
    width:700px;
    max-width:calc(100% - 92px);
    margin:32px auto 0;
    padding-left:0;
    padding-right:0;
    display:block;
  }
  .pf-article .article-hero-image{width:100%;max-width:700px}
  .pf-article .article-toc-column{display:none}
}

@media(max-width:767px){
  .article-page{
    --article-header-height:54px;
    --article-progress-height:62px;
    --article-fixed-stack-height:116px;
  }
  .article-page.article-header-menu-open{overflow:hidden}
  .article-page.article-header-menu-open::before{
    content:"";
    position:fixed;
    top:54px;
    right:0;
    bottom:0;
    left:0;
    z-index:8998;
    background:rgba(0,49,76,.16);
  }
  .article-page.article-header-menu-open > header{transform:translateY(0)!important}
  .article-page.article-header-menu-open .article-progress{
    visibility:hidden;
    opacity:0;
    pointer-events:none;
  }
  .article-page .header-main-nav{
    position:fixed;
    top:54px;
    max-height:calc(100dvh - 54px);
    overflow-y:auto;
    overscroll-behavior:contain;
  }
  .article-page.article-header-hidden{--article-fixed-stack-height:62px}
  .article-visibility-desktop{display:none!important}
  .pf-article .article-campaign-banner{
    position:relative;
    width:100%;
    max-width:none;
    height:133.48px;
    padding:16px;
    display:block;
    margin-right:auto;
    margin-left:auto;
  }
  .pf-article .article-campaign-art{
    position:absolute;
    top:16px;
    left:16px;
    width:48px;
    height:48px;
    object-position:left top;
  }
  .pf-article .article-campaign-copy{
    position:absolute;
    top:72px;
    right:60px;
    bottom:auto;
    left:16px;
    font-size:16px;
    line-height:1.18;
    letter-spacing:0;
  }
  .pf-article .article-campaign-arrow{
    position:absolute;
    top:77px;
    right:16px;
    bottom:auto;
    width:40px;
    height:40px;
  }
  .pf-article .article-campaign-arrow::before{
    width:9px;
    height:9px;
    border-width:2.5px;
  }
  .article-header-spacer-desktop{display:none}
  .article-header-spacer-mobile{height:54px}
  .article-progress{
    position:fixed;
    top:54px;
    right:0;
    left:0;
    z-index:9000;
    height:62px;
    min-height:62px;
    box-shadow:0 2px 5px rgba(0,49,76,.12);
  }
  .article-page.article-header-hidden .article-progress{top:0}
  body.article-page .pf-article{padding-top:62px}
  .article-progress-inner{
    width:calc(100% - 24px);
    height:62px;
    min-height:62px;
    padding:8px 0;
    display:grid;
    grid-template-columns:28px minmax(0,1fr) 40px;
    grid-template-rows:auto auto;
    column-gap:8px;
    row-gap:0;
    align-content:center;
  }
  .article-progress-action{
    grid-column:1;
    grid-row:1;
  }
  .article-progress-copy{
    display:contents;
    min-width:0;
  }
  .article-progress-copy strong{
    grid-column:2;
    grid-row:1;
    min-width:0;
    font-size:16px;
    line-height:20px;
    align-self:center;
  }
  .article-progress-copy > span{
    grid-column:1 / 3;
    grid-row:2;
    min-width:0;
    margin-top:0;
    overflow:hidden;
    font-size:12px;
    line-height:18px;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .article-progress-book{
    grid-column:3;
    grid-row:1 / 3;
    width:40px;
    height:40px;
    margin-left:0;
  }
  .article-progress-book img{width:40px;height:40px}
  .article-mobile-toc[hidden]{display:none}
  .article-mobile-toc{
    position:fixed;
    inset:0;
    z-index:10001;
    display:block;
    box-sizing:border-box;
    padding-top:60px;
    overflow-y:auto;
    overscroll-behavior:contain;
    background:rgba(0,0,0,.45);
    opacity:0;
    transition:opacity .3s ease;
  }
  .article-mobile-toc.is-open{
    opacity:1;
  }
  .article-mobile-toc-panel{
    min-height:calc(100vh - 60px);
    box-sizing:border-box;
    padding:14px 16px 40px;
    border:1px solid #d7e2e7;
    border-bottom:0;
    border-radius:12px 12px 0 0;
    background:#fff;
    outline:none;
    transform:translateY(24px);
    transition:transform .3s ease;
  }
  .article-mobile-toc.is-open .article-mobile-toc-panel{
    transform:translateY(0);
  }
  .article-mobile-toc-header{
    margin-bottom:12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
  }
  .article-mobile-toc-heading{
    display:flex;
    align-items:center;
    gap:6px;
    color:var(--article-blue,#004766);
  }
  .article-mobile-toc-heading img{
    width:24px;
    height:24px;
    object-fit:contain;
  }
  .article-mobile-toc-heading h2{
    margin:0;
    color:var(--article-blue,#004766);
    font-size:20px;
    font-weight:700;
    line-height:1.15;
  }
  .article-mobile-toc-close{
    width:32px;
    height:32px;
    padding:0;
    flex:0 0 auto;
    overflow:hidden;
    border:0;
    border-radius:9px;
    background:#e5edf0;
    cursor:pointer;
  }
  .article-mobile-toc-close img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
  }
  .article-mobile-toc-navigation nav > ul{
    margin:0;
    padding:0;
    list-style:none;
  }
  .article-mobile-toc-navigation li{
    margin:0;
    padding:0;
    list-style:none;
  }
  .article-mobile-toc-navigation li ul{display:none}
  .article-mobile-toc-navigation a{
    min-height:36px;
    box-sizing:border-box;
    padding:7px 8px;
    display:block;
    color:#707070;
    border-left:2px solid transparent;
    border-radius:8px;
    font-size:14px;
    line-height:1.3;
  }
  .article-mobile-toc-navigation a::before{content:none}
  .article-mobile-toc-navigation a.active{
    border-left-color:var(--article-orange,#f36f21);
    background:#eef6ff;
  }
  body.article-mobile-toc-open{overflow:hidden}
  .pf-article .article-shell{width:100%;max-width:480px}
  .pf-article .article-breadcrumb{
    padding:16px 12px;
    overflow:hidden;
    font-size:12px;
    line-height:18px;
  }
  .pf-article .article-breadcrumb ol{
    flex-wrap:nowrap;
    overflow:hidden;
    white-space:nowrap;
  }
  .pf-article .article-breadcrumb li{
    min-width:0;
    flex:0 0 auto;
  }
  .pf-article .article-breadcrumb li + li::before{
    margin-inline:4px;
  }
  .pf-article .article-breadcrumb li:not(:first-child):not([aria-current="page"]) a span{
    max-width:54px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .pf-article .article-breadcrumb li[aria-current="page"]{
    min-width:0;
    flex:1 1 auto;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .pf-article .article-breadcrumb-home{
    width:12px;
    height:12px;
  }
  .pf-article .article-hero{padding:12px 12px 0}
  .pf-article .article-hero-copy{width:100%;max-width:100%}
  .pf-article .article-hero .badges{margin-bottom:8px}
  .pf-article .article-hero h1{margin-bottom:8px;font-size:24px;line-height:1.252}
  .pf-article .article-subtitle{margin-bottom:12px;font-size:14px;line-height:1.45}
  .pf-article .article-byline-row{
    margin-bottom:12px;
    align-items:center;
    justify-content:space-between;
    gap:8px;
  }
  .pf-article .article-author{min-height:52px;align-items:flex-start;gap:8px}
  .pf-article .article-author > img{width:50px;height:50px}
  .pf-article .article-author .article-reviewer img{width:16px;height:16px}
  .pf-article .article-byline-row > .article-share{
    display:none;
  }
  .pf-article .article-byline-row > .article-share > span{display:none}
  .pf-article .article-byline-row > .article-share a,
  .pf-article .article-byline-row > .article-share button{
    width:20px;
    height:20px;
    font-size:9px;
  }
  .pf-article .article-meta{
    width:100%;
    min-height:30px;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:6px;
    font-size:10px;
    line-height:15px;
  }
  .pf-article .article-meta > span{align-items:flex-start;gap:4px}
  .pf-article .article-meta-icon{width:20px;height:20px;flex:0 0 auto}
  .pf-article .article-layout{
    width:100%;
    max-width:calc(100% - 24px);
    margin-top:16px;
    padding-left:0;
    padding-right:0;
    padding-bottom:40px;
  }
  .pf-article .article-hero-image{
    display:none!important;
  }
  .pf-article .article-main > .article-hero-image + .takeaways{order:-1}
  .pf-article .article-main{gap:0}
  .pf-article .article-main > * + *{margin-top:24px}
  .pf-article .article-main > :is(p,ul,ol) + :is(p,ul,ol),
  .pf-article .article-main > :is(h2,h3,h4) + :is(p,ul,ol){margin-top:16px}
  .pf-article .article-main > * + :is(h2,h3,h4){margin-top:24px}
  .pf-article .article-main h2,
  .pf-article .rel-t{font-size:24px;line-height:1.252}
  .pf-article .article-main > p,
  .pf-article .article-main > ul,
  .pf-article .article-main > ol{font-size:14px;line-height:1.5}
  .pf-article .article-share-footer{
    align-items:center;
    flex-direction:row;
    gap:8px;
    font-size:11px;
  }
  .pf-article .article-quote{
    width:100%;
    height:auto;
    min-height:0;
    padding:16px;
    display:block;
  }
  .pf-article .article-quote-eyebrow{
    min-height:18px;
    padding:1px 6px;
    font-size:8px;
    line-height:14px;
  }
  .pf-article .article-quote-eyebrow img{width:12px;height:12px}
  .pf-article .article-quote h3{margin:8px 0;font-size:20px;line-height:1.2}
  .pf-article .article-quote-trust{margin:0;gap:3px;font-size:8px;line-height:14px}
  .pf-article .article-quote-trust img{width:14px;height:14px}
  .pf-article .article-quote-fields{width:100%;margin-top:12px}
  .pf-article .article-quote-fields label > span{margin-bottom:4px;font-size:11px;line-height:14px}
  .pf-article .article-quote-input > img{left:10px;width:18px;height:18px}
  .pf-article .article-quote-fields input{height:44px;padding:0 10px 0 34px;border-radius:8px;font-size:11px}
  .pf-article .article-quote-fields button{
    height:36px;
    margin-top:8px;
    padding:0 12px;
    border-radius:5px;
    font-size:12px;
  }
  .pf-article .article-quote-fields button img{width:12px;height:12px}
  .pf-article .takeaways{min-height:169px;padding:14px;box-sizing:border-box}
  .pf-article .takeaways .tk-t{margin-bottom:8px;font-size:16px;line-height:24px}
  .pf-article .takeaways li,
  .pf-article .takeaways p{color:#666;font-size:14px;line-height:21px}
  .pf-article .convo-flat{
    min-height:98px;
    padding:14px 16px;
    grid-template-columns:56px minmax(0,1fr) 28px;
    gap:14px;
  }
  .pf-article .convo-visual{
    width:56px;
    height:56px;
  }
  .pf-article .cta-banner{
    min-height:38px;
    padding:9px 10px;
    align-items:baseline;
    flex-direction:row;
  }
  .pf-article .providers-cards{overflow:hidden}
  .pf-article .article-energy-plans{overflow:hidden}
  .pf-article .article-energy-plans .pv-h h3{font-size:24px;line-height:30px}
  .pf-article .article-energy-plans .pv-list{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:minmax(250px,82%);
    grid-template-columns:none;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .pf-article .article-energy-plans .pv-list::-webkit-scrollbar{display:none}
  .pf-article .energy-plan-card{scroll-snap-align:start}
  .pf-article .providers-cards .pv-list{
    width:auto;
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:152px;
    grid-template-columns:none;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .pf-article .providers-cards .pv-list::-webkit-scrollbar{display:none}
  .pf-article .article-package-prices{
    width:100%;
    padding:0;
    overflow:hidden;
  }
  .pf-article .article-package-prices .pv-h{margin-bottom:16px}
  .pf-article .article-package-prices .pv-h h2{
    font-size:28px;
    line-height:34px;
  }
  .pf-article .article-package-prices .prices-container{
    width:auto;
    display:grid;
    justify-content:start;
    grid-auto-flow:column;
    grid-auto-columns:220px;
    grid-template-columns:none;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .pf-article .article-package-prices .prices-container::-webkit-scrollbar{display:none}
  .pf-article .article-package-prices .price-boxes{
    width:220px;
    margin:0;
    min-height:320px;
    scroll-snap-align:start;
  }
  .pf-article .article-package-prices .offer-button{margin-top:18px}
  .pf-article .article-package-prices .about-prices{width:auto;padding:0 8px}
  .pf-article .pv-card-grid{
    width:152px;
    min-width:152px;
    min-height:240px;
    padding:16px 12px 12px;
    border-radius:8px;
    scroll-snap-align:start;
  }
  .pf-article .pv-card-grid .pv-logo{width:44px;height:30px;margin-bottom:8px;font-size:10px}
  .pf-article .pv-card-grid .pv-plantitle{
    padding:2px 5px;
    margin-bottom:6px;
    font-size:8px;
  }
  .pf-article .pv-card-grid .pv-amount{margin-bottom:6px;font-size:22px}
  .pf-article .pv-card-grid .pv-plan{margin-bottom:10px;font-size:9px}
  .pf-article .pv-card-grid .pv-cta-block{
    padding:7px 4px;
    border-radius:5px;
    font-size:10px;
  }
  .pf-article .expert{
    min-height:0;
    padding:20px;
    display:block;
  }
  .pf-article .expert .eq-head{display:block;margin-bottom:14px}
  .pf-article .expert .eq-head img{width:88px;height:88px}
  .pf-article .expert .eq-quote{margin:0 0 12px;font-size:12px;line-height:1.45}
  .pf-article .expert .eq-quote::before{margin-bottom:6px;font-size:14px}
  .pf-article .expert .eq-by{font-size:9px}
  .pf-article .sf-step{min-height:58px}
  .pf-article .faq-q{min-height:57px;padding:16px 0;font-size:16px;line-height:24px}
  .pf-article .faq-a p{padding:0 0 16px;font-size:14px}
  .pf-article .article-main .sources ul{display:block}
  .pf-article .article-main .sources li{padding:4px 0;display:block}
  .pf-article .article-main .sources li::after{display:none}
  .pf-article .rel-grid{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:234px;
    grid-template-columns:none;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .pf-article .rel-grid::-webkit-scrollbar{display:none}
  .pf-article .rel-card{width:234px;min-width:234px;scroll-snap-align:start}
  .pf-article .rel-card h3{font-size:14px;line-height:1.3}
  .pf-article .rel-meta{gap:3px;font-size:7px}
  .pf-article .rel-meta img{width:18px;height:18px}
  .banner-background .banner-container,
  .banner-background .banner-cta-email-checkbox,
  .banner-background .banner-input-button-container,
  .banner-background .banner-checkbox-container{
    width:min(100%,280px);
    max-width:280px;
    box-sizing:border-box;
  }
  .banner-background .banner-input-button-container{margin-inline:auto}
  .banner-background .banner-checkbox-container{justify-content:flex-start}
}
