/* Custom styles ported 1:1 from the provided design ------------------- */
.material-symbols-outlined{
  font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24;
  display:inline-block;
  vertical-align:middle;
}
.material-symbols-outlined.fill-icon{font-variation-settings:'FILL' 1;}

.editorial-rule{
  height:1px;
  background:linear-gradient(to right,transparent,#D1D5DB,transparent);
}

.shadow-ambient{box-shadow:0 4px 20px -2px rgba(14,28,40,.04);}

/* Reveal-on-scroll (progressive: only hidden once JS adds the class) */
.blfip-reveal{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s ease;}
.blfip-reveal.is-visible{opacity:1;transform:none;}

/* Mobile navigation panel */
#blfip-mobile-nav{max-height:0;overflow:hidden;transition:max-height .3s ease;}
#blfip-mobile-nav.open{max-height:420px;}

/* Editorial / WYSIWYG content spacing inside the SEO block */
.blfip-prose h2{font-family:'DM Serif Display',serif;font-size:32px;line-height:40px;color:#00152e;margin:24px 0 12px;}
.blfip-prose h3{font-family:'Roboto Flex',sans-serif;font-weight:600;font-size:20px;line-height:28px;color:#00152e;margin:20px 0 8px;}
.blfip-prose p{margin:0 0 16px;}
.blfip-prose a{color:#795902;text-decoration:underline;}

/* Single post body */
.blfip-article-body h2{font-family:'DM Serif Display',serif;font-size:28px;line-height:36px;color:#00152e;margin:28px 0 12px;}
.blfip-article-body h3{font-weight:600;font-size:20px;color:#00152e;margin:22px 0 8px;}
.blfip-article-body p{margin:0 0 18px;}
.blfip-article-body ul,.blfip-article-body ol{margin:0 0 18px 22px;}
.blfip-article-body ul{list-style:disc;}
.blfip-article-body ol{list-style:decimal;}
.blfip-article-body blockquote{border-left:4px solid #795902;padding:8px 0 8px 16px;margin:20px 0;font-family:'DM Serif Display',serif;font-style:italic;color:#00152e;background:#FDFCFB;}
.blfip-article-body img{max-width:100%;height:auto;border-radius:.5rem;margin:12px 0;}
