/* jbc-ext jbc-seo-mobile-perf 3aebb20e6a97 */
/* Mobile quote CTA + LCP-friendly defaults for growth pages */
.jbc-seo-growth a[href^="tel:"]{white-space:nowrap}
@media (max-width:768px){
  .jbc-seo-growth{font-size:16px!important}
  .jbc-sticky-quote{
    position:fixed;left:0;right:0;bottom:0;z-index:9998;
    display:flex;gap:.5rem;padding:.65rem .75rem;
    background:rgba(15,23,42,.96);box-shadow:0 -4px 20px rgba(0,0,0,.2);
  }
  .jbc-sticky-quote a{
    flex:1;text-align:center;padding:.7rem .5rem;border-radius:8px;
    font-weight:700;text-decoration:none;font-size:.95rem;
  }
  .jbc-sticky-quote .jbc-sq-quote{background:#22c55e;color:#052e16}
  .jbc-sticky-quote .jbc-sq-call{background:#fff;color:#0f172a}
  body.admin-bar .jbc-sticky-quote{bottom:46px}
  .jbc-seo-growth{padding-bottom:4.5rem}
}
@media (min-width:769px){.jbc-sticky-quote{display:none!important}}
img{max-width:100%;height:auto}