@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Lora:ital,wght@1,500&family=Montserrat+Alternates:wght@600&display=swap");

html,
body.page-template-webbies-editorial { overflow-x:clip; }

:root {
  --wb-ink:#101817;
  --wb-muted:#687775;
  --wb-canvas:#e2efed;
  --wb-paper:#f8fcfb;
  --wb-paper-soft:#edf5f3;
  --wb-line:#c1d8d4;
  --wb-teal:#365f5c;
  --wb-green:#629491;
  --wb-orange:#e85c33;
  --wb-blue:#428eff;
  --wb-yellow:#ffc640;
  --wb-heading:"Montserrat Alternates","Inter",Arial,sans-serif;
  --wb-sans:"Inter",Arial,sans-serif;
  --wb-serif:"Lora",Georgia,serif;
  --wb-frame:min(1820px,calc(100vw - 28px));
  --wb-radius:18px;
  --wb-ease:cubic-bezier(.22,1,.36,1);
}

.wb-page,
.wb-page *,
.wb-page *::before,
.wb-page *::after { box-sizing:border-box; }

body.webbies-landing-page {
  margin:0;
  overflow-x:clip;
  background:var(--wb-canvas);
  color:var(--wb-ink);
  font:400 16px/1.65 var(--wb-sans);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

.wb-page {
  width:100%;
  max-width:none;
  margin:0;
  color:var(--wb-ink);
}
.wb-page :where(h1,h2,h3,p,figure,ol,ul) { margin:0; }
.wb-page :where(h1,h2,h3) {
  font-family:var(--wb-heading);
  font-weight:600;
  letter-spacing:-.05em;
  text-wrap:balance;
}
.wb-page a { color:inherit; }
.wb-page :focus-visible { outline:3px solid var(--wb-orange); outline-offset:4px; }
.wb-page ::selection { background:var(--wb-yellow); color:var(--wb-ink); }

.wb-serif {
  display:block;
  font-family:var(--wb-serif);
  font-style:italic;
  font-weight:500;
  color:var(--wb-teal);
}
.wb-kicker {
  color:var(--wb-green);
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.wb-frame {
  width:var(--wb-frame);
  margin:14px auto 0;
  overflow:clip;
  border:1px solid var(--wb-line);
  border-radius:var(--wb-radius);
  background:var(--wb-paper);
  box-shadow:0 20px 70px rgba(33,92,82,.06);
}
.wb-skip {
  position:fixed;
  z-index:1005;
  top:10px;
  left:10px;
  transform:translateY(-150%);
  padding:10px 16px;
  border-radius:999px;
  background:var(--wb-yellow);
  font-weight:700;
  text-decoration:none;
}
.wb-skip:focus { transform:none; }

.wb-blog-grid {
  display:grid;
  grid-template-columns:250px minmax(0,980px);
  justify-content:start;
  align-items:start;
  gap:clamp(46px,3.5vw,68px);
  padding:
    clamp(46px,4vw,68px)
    clamp(28px,2.5vw,46px)
    clamp(54px,4vw,72px);
}

.wb-blog-sidebar__inner,

.wb-blog-sidebar__inner {
  padding:22px 20px;
  border:1px solid var(--wb-line);
  border-radius:14px;
  background:var(--wb-paper-soft);
}
.wb-blog-nav {
  display:grid;
  gap:3px;
  margin-top:14px;
}
.wb-blog-nav a {
  display:block;
  padding:9px 10px;
  border-radius:8px;
  color:var(--wb-muted);
  font-size:.76rem;
  line-height:1.46;
  text-decoration:none;
}
.wb-blog-nav a:hover,
.wb-blog-nav a:focus-visible,
.wb-blog-nav a.is-active {
  color:var(--wb-ink);
  background:rgba(193,216,212,.5);
}

.wb-blog-content {
  width:100%;
  max-width:980px;
  min-width:0;
  justify-self:start;
}
.wb-blog-hero {
  padding-bottom:clamp(42px,5vw,64px);
  border-bottom:1px solid var(--wb-line);
}
.wb-blog-breadcrumb {
  margin-bottom:34px !important;
  color:var(--wb-muted);
  font-size:.68rem;
}
.wb-blog-breadcrumb span { margin:0 7px; color:var(--wb-green); }
.wb-blog-hero h1 {
  max-width:800px;
  margin-top:18px;
  font-size:clamp(3rem,4.7vw,5.55rem);
  line-height:.99;
  letter-spacing:-.07em;
}
.wb-blog-intro {
  max-width:730px;
  margin-top:28px !important;
  color:var(--wb-muted);
  font-size:clamp(1rem,1.1vw,1.16rem);
  line-height:1.72;
}
.wb-blog-mobile-nav { display:none; }

.wb-blog-article { padding-top:clamp(42px,5vw,62px); }

/* Contextual links within the article body */
.wb-blog-article p a,
.wb-blog-article li a {
  color:#0066CC !important;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}

.wb-blog-article p a:hover,
.wb-blog-article p a:focus-visible,
.wb-blog-article li a:hover,
.wb-blog-article li a:focus-visible {
  color:#004C99 !important;
}

.wb-blog-article > p,
.wb-blog-article section > p,
.wb-blog-numbered p,
.wb-blog-panel p {
  color:var(--wb-muted);
  font-size:1rem;
  line-height:1.8;
}
.wb-blog-article p + p,
.wb-blog-numbered p + p,
.wb-blog-panel p + p { margin-top:18px; }
.wb-blog-article section { scroll-margin-top:28px; }
.wb-blog-article > section:not(.wb-blog-numbered):not(.wb-blog-panel):not(.wb-similar) {
  margin-top:clamp(58px,7vw,84px);
}
.wb-blog-article h2 {
  margin-bottom:22px;
  font-size:clamp(2rem,3vw,3.15rem);
  line-height:1.08;
}

.wb-blog-callout {
  margin:30px 0;
  padding:24px 26px;
  border:1px solid var(--wb-line);
  border-radius:13px;
  background:var(--wb-paper-soft);
}
.wb-blog-callout > p { color:var(--wb-ink) !important; font-weight:650; }
.wb-blog-callout ul {
  display:grid;
  gap:9px;
  margin-top:16px;
  padding:0;
  list-style:none;
}
.wb-blog-callout li {
  position:relative;
  padding-left:28px;
  color:var(--wb-ink);
  font-size:.86rem;
  font-weight:600;
}
.wb-blog-callout li::before {
  position:absolute;
  top:.18em;
  left:0;
  display:grid;
  width:17px;
  height:17px;
  place-items:center;
  border-radius:50%;
  color:#fff;
  content:"✓";
  font-size:.62rem;
  background:var(--wb-green);
}

.wb-blog-numbered {
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:18px;
  margin-top:clamp(54px,6vw,78px);
  padding-top:clamp(36px,4vw,52px);
  border-top:1px solid var(--wb-line);
}
.wb-blog-number {
  display:grid;
  width:32px;
  height:32px;
  place-items:center;
  border-radius:50%;
  color:#fff;
  font-size:.72rem;
  font-weight:700;
  background:var(--wb-teal);
}
.wb-blog-numbered h2 {
  margin-bottom:20px;
  font-size:clamp(1.8rem,2.55vw,2.7rem);
}

.wb-blog-panel {
  margin-top:clamp(66px,7vw,90px);
  padding:clamp(28px,4vw,40px);
  border:1px solid var(--wb-line);
  border-radius:14px;
  background:var(--wb-paper-soft);
}
.wb-blog-panel h2 { margin-bottom:16px; }
.wb-blog-checklist {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 26px;
  margin-top:24px !important;
  padding:0;
  list-style:none;
}
.wb-blog-checklist li {
  position:relative;
  padding:10px 0 10px 28px;
  border-bottom:1px solid rgba(193,216,212,.75);
  color:var(--wb-ink);
  font-size:.8rem;
}
.wb-blog-checklist li::before {
  position:absolute;
  top:14px;
  left:0;
  width:14px;
  height:14px;
  border:1px solid var(--wb-blue);
  border-radius:4px;
  content:"";
}













.wb-cta {
  display:inline-flex;
  min-height:50px;
  align-items:center;
  justify-content:center;
  margin-top:24px;
  padding:12px 18px;
  border:1px solid var(--wb-ink);
  border-radius:999px;
  background:var(--wb-yellow);
  color:var(--wb-ink) !important;
  font-size:.77rem;
  font-weight:800;
  text-align:center;
  text-decoration:none;
}
.wb-cta::after { margin-left:10px; content:"↗"; }
.wb-cta:hover { transform:translateY(-2px); background:#fff; }


.wb-blog-meta {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:18px 28px;
  margin-top:28px;
}
.wb-blog-meta__author {
  display:flex;
  align-items:center;
  gap:12px;
}
.wb-blog-meta__avatar {
  display:block;
  width:42px;
  height:42px;
  flex:0 0 auto;
  border:1px solid var(--wb-line);
  border-radius:50%;
  object-fit:cover;
  object-position:center;
  background:var(--wb-paper-soft);
}
.wb-blog-meta__author strong,
.wb-blog-meta__author span {
  display:block;
}
.wb-blog-meta__author strong {
  color:var(--wb-ink);
  font-size:.76rem;
}
.wb-blog-meta__author span {
  margin-top:2px;
  color:var(--wb-muted);
  font-size:.7rem;
}
.wb-blog-meta__share {
  display:flex;
  align-items:center;
  gap:8px;
}
.wb-blog-meta__share a {
  display:inline-flex;
  min-height:38px;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 13px;
  border:1px solid var(--wb-line);
  border-radius:9px;
  color:var(--wb-ink);
  font:700 .7rem/1 var(--wb-sans);
  text-decoration:none;
  background:var(--wb-paper);
}
.wb-blog-meta__share a:hover {
  border-color:var(--wb-green);
  background:var(--wb-paper-soft);
}


.wb-blog-meta__share svg {
  width:15px;
  height:15px;
  flex:0 0 auto;
  fill:currentColor;
}
.wb-share-facebook { color:#1877f2 !important; }
.wb-share-x { color:#101817 !important; }
.wb-share-linkedin { color:#0a66c2 !important; }

.wb-blog-sidebar-cta {
  margin-top:14px;
  padding:24px 22px;
  border:1px solid var(--wb-line);
  border-radius:14px;
  color:#fff;
  background:var(--wb-teal);
}
.wb-blog-sidebar-cta .wb-kicker {
  color:#c4ded9;
}
.wb-blog-sidebar-cta h2 {
  margin-top:14px;
  color:#fff;
  font-size:1.7rem;
  line-height:1.08;
}
.wb-blog-sidebar-cta p:not(.wb-kicker) {
  margin-top:14px;
  color:rgba(255,255,255,.76);
  font-size:.78rem;
  line-height:1.55;
}
.wb-blog-sidebar-cta .wb-cta {
  width:100%;
  min-height:44px;
  margin-top:18px;
  padding:10px 12px;
  font-size:.69rem;
}

.wb-similar {
  grid-column:1 / -1;
  width:100%;
  margin-top:clamp(66px,7vw,92px);
  padding-top:clamp(38px,4vw,54px);
  border-top:1px solid var(--wb-line);
}

.wb-similar {
  margin-top:clamp(68px,8vw,96px);
  padding-top:clamp(38px,5vw,54px);
  border-top:1px solid var(--wb-line);
}
.wb-similar h2 { margin-bottom:26px; }
.wb-similar__grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.wb-related-card {
  overflow:hidden;
  border:1px solid var(--wb-line);
  border-radius:13px;
  background:var(--wb-paper);
}
.wb-related-card__image {
  display:block;
  aspect-ratio:1.67/1;
  overflow:hidden;
  border-bottom:1px solid var(--wb-line);
  background:var(--wb-paper-soft);
}
.wb-related-card__image img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.wb-related-card__body { padding:16px; }
.wb-related-card__category {
  color:var(--wb-orange) !important;
  font-size:.62rem !important;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.wb-related-card h3 {
  margin-top:9px;
  font-size:clamp(.95rem,1.15vw,1.1rem);
  line-height:1.22;
  letter-spacing:-.04em;
}
.wb-related-card h3 a { text-decoration:none; }
.wb-related-card__link {
  display:inline-flex;
  margin-top:16px;
  color:var(--wb-teal) !important;
  font-size:.7rem;
  font-weight:700;
  text-underline-offset:3px;
}

@media(max-width:1380px) {
  .wb-blog-grid {
    grid-template-columns:225px minmax(0,880px);
    justify-content:start;
    gap:40px;
    padding:48px clamp(24px,2.4vw,38px) 58px;
  }
  .wb-blog-content { max-width:880px; }
}

@media(max-width:1080px) {
  .wb-blog-grid {
    grid-template-columns:190px minmax(0,1fr);
    gap:32px;
    padding:38px 24px 54px;
  }
  .wb-blog-content {
    grid-column:2;
    max-width:none;
  }
}

/* =========================================================
   WEBBIES EDITORIAL TEMPLATE — REMOVE ASTRA WIDTH CONSTRAINTS
   ========================================================= */

body.page-template-webbies-editorial,
body.page-template-webbies-editorial #page,
body.page-template-webbies-editorial #content,
body.page-template-webbies-editorial .site-content {
	width:100%;
	max-width:none;
	margin:0;
	padding-left:0;
	padding-right:0;
}

body.page-template-webbies-editorial .site-content > .ast-container {
	display:block !important;
	width:100% !important;
	max-width:none !important;
	margin:0 !important;
	padding:0 !important;
}

body.page-template-webbies-editorial .wb-page {
	display:block;
	width:100%;
	max-width:none;
	margin:0;
	padding:0;
	overflow:visible;
}

/* Keep sticky sections working while preventing sideways overflow */
html,
body.page-template-webbies-editorial {
	overflow-x:clip;
}

body.page-template-webbies-editorial #page,
body.page-template-webbies-editorial #content,
body.page-template-webbies-editorial .site-content,
body.page-template-webbies-editorial .site-content > .ast-container,
body.page-template-webbies-editorial .wb-page,
body.page-template-webbies-editorial .wb-page main {
	overflow-y:visible !important;
}

body.page-template-webbies-editorial .wb-page main {
	display:block;
	width:100%;
	max-width:none;
	margin:0;
	padding:0;
}

/* Prevent full-width frames from inheriting Astra offsets */
body.page-template-webbies-editorial .wb-frame {
	width:100%;
	max-width:none;
	margin-left:0;
	margin-right:0;
}

/* =========================================================
   HAMILTON SEO — EDITORIAL CANVAS AND SPACING POLISH
   Paste at the very end of the stylesheet
   ========================================================= */

/*
 * Desktop page frame
 * Restores intentional space around the content after the
 * Astra full-width reset.
 */
@media (min-width: 1101px) {

  body.page-template-webbies-editorial {
    --wb-editorial-gutter: clamp(22px, 2.25vw, 42px);
    --wb-editorial-top-space: clamp(24px, 3vw, 46px);
    --wb-editorial-section-gap: clamp(18px, 1.7vw, 28px);
    --wb-frame: min(
      1820px,
      calc(100vw - (var(--wb-editorial-gutter) * 2))
    );
    --wb-radius: 22px;
  }

  /*
   * Keep the page canvas clean.
   * The outer whitespace remains, but the disconnected
   * gutter guide lines are removed.
   */
  body.page-template-webbies-editorial .wb-page {
    position: relative;
    padding-top: var(--wb-editorial-top-space);
    padding-bottom: var(--wb-editorial-section-gap);
    background: transparent;
  }

  /*
   * Override the earlier Astra rule that forces every frame
   * all the way to the viewport edges.
   */
  body.page-template-webbies-editorial .wb-frame {
    width: var(--wb-frame);
    max-width: var(--wb-frame);
    margin-right: auto;
    margin-left: auto;
    margin-top: var(--wb-editorial-section-gap);
    box-shadow:
      0 18px 55px rgba(33, 92, 82, 0.045),
      0 1px 0 rgba(255, 255, 255, 0.65) inset;
  }

  body.page-template-webbies-editorial main > .wb-frame:first-child {
    margin-top: 0;
  }

  body.page-template-webbies-editorial .wb-frame + .wb-frame {
    margin-top: var(--wb-editorial-section-gap);
  }

  body.page-template-webbies-editorial .wb-frame.wb-sticky-frame {
    box-shadow: none;
  }

  /*
   * More consistent breathing room in major introductory
   * content areas without altering the structural layout.
   */
  body.page-template-webbies-editorial .wb-system__header,
  body.page-template-webbies-editorial .wb-proof__header,
  body.page-template-webbies-editorial .wb-section__header {
    padding-top: clamp(58px, 5vw, 88px);
    padding-bottom: clamp(58px, 5vw, 88px);
  }

  body.page-template-webbies-editorial .wb-answers__intro,
  body.page-template-webbies-editorial .wb-faq__intro {
    padding-top: clamp(58px, 5vw, 84px);
    padding-bottom: clamp(58px, 5vw, 84px);
  }

  /*
   * Preserve the sticky offset while matching the larger
   * space between framed sections.
   */
  body.page-template-webbies-editorial .wb-stage,
  body.page-template-webbies-editorial .wb-answers__intro,
  body.page-template-webbies-editorial .wb-faq__intro {
    top: var(--wb-editorial-section-gap);
  }

  body.page-template-webbies-editorial .wb-stage {
    height: calc(
      100vh - (var(--wb-editorial-section-gap) * 2)
    );
  }
}

/* Tablet keeps visible gutters but avoids oversized whitespace. */
@media (min-width: 761px) and (max-width: 1100px) {

  body.page-template-webbies-editorial {
    --wb-frame: calc(100vw - 32px);
    --wb-radius: 18px;
  }

  body.page-template-webbies-editorial .wb-page {
    padding-top: 20px;
    padding-bottom: 18px;
    background: transparent;
  }

  body.page-template-webbies-editorial .wb-frame {
    width: var(--wb-frame);
    max-width: var(--wb-frame);
    margin-right: auto;
    margin-left: auto;
  }

  body.page-template-webbies-editorial .wb-frame,
  body.page-template-webbies-editorial .wb-frame + .wb-frame {
    margin-top: 16px;
  }

  body.page-template-webbies-editorial main > .wb-frame:first-child {
    margin-top: 0;
  }
}

/*
 * Mobile remains compact.
 * No decorative guide lines because they would reduce the
 * already limited reading width.
 */
@media (max-width: 760px) {

  body.page-template-webbies-editorial .wb-page {
    padding-top: 8px;
    padding-bottom: 8px;
    background: transparent;
  }

  body.page-template-webbies-editorial .wb-frame {
    width: calc(100vw - 16px);
    max-width: calc(100vw - 16px);
    margin-right: auto;
    margin-left: auto;
  }
}


/* =========================================================
   WEBBIES BLOG — MOBILE ARTICLE LAYOUT
   ========================================================= */
@media (max-width: 760px) {
  body.page-template-webbies-editorial .wb-blog-shell {
    overflow:hidden;
  }

  .wb-blog-grid {
    display:block;
    width:100%;
    padding:34px 20px 46px;
  }

  .wb-blog-sidebar {
    display:none !important;
  }

  .wb-blog-content {
    display:block;
    width:100%;
    max-width:none;
    min-width:0;
    margin:0;
  }

  .wb-blog-hero {
    padding:0 0 30px;
  }

  .wb-blog-breadcrumb {
    margin-bottom:24px !important;
    font-size:.64rem;
    line-height:1.5;
  }

  .wb-blog-breadcrumb span {
    margin:0 5px;
  }

  .wb-blog-hero .wb-kicker {
    font-size:.67rem;
  }

  .wb-blog-hero h1 {
    max-width:none;
    margin-top:14px;
    font-size:clamp(2.35rem,11.5vw,3.15rem);
    line-height:1.01;
    letter-spacing:-.062em;
  }

  .wb-blog-hero h1 .wb-serif {
    display:inline;
  }

  .wb-blog-intro {
    max-width:none;
    margin-top:20px !important;
    font-size:.92rem;
    line-height:1.7;
  }

  .wb-blog-meta {
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
    margin-top:24px;
  }

  .wb-blog-meta__author {
    gap:11px;
  }

  .wb-blog-meta__avatar {
    width:42px;
    height:42px;
  }

  .wb-blog-meta__author strong {
    font-size:.76rem;
  }

  .wb-blog-meta__author span {
    margin-top:3px;
    font-size:.66rem;
    line-height:1.4;
  }

  .wb-blog-meta__share {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }

  .wb-blog-meta__share a {
    min-height:40px;
    padding:0 8px;
    font-size:.65rem;
  }

  .wb-blog-meta__share svg {
    width:14px;
    height:14px;
  }

  .wb-blog-mobile-nav {
    display:block;
    margin:20px 0 0;
  }

  .wb-blog-mobile-nav details {
    overflow:hidden;
    border:1px solid var(--wb-line);
    border-radius:11px;
    background:var(--wb-paper);
  }

  .wb-blog-mobile-nav summary {
    position:relative;
    padding:15px 42px 15px 16px;
    cursor:pointer;
    list-style:none;
    color:var(--wb-ink);
    font-size:.69rem;
    font-weight:750;
    letter-spacing:.08em;
    text-transform:uppercase;
  }

  .wb-blog-mobile-nav summary::-webkit-details-marker {
    display:none;
  }

  .wb-blog-mobile-nav summary::after {
    position:absolute;
    top:50%;
    right:16px;
    content:"+";
    transform:translateY(-50%);
    font-size:1rem;
  }

  .wb-blog-mobile-nav details[open] summary::after {
    content:"−";
  }

  .wb-blog-mobile-nav nav {
    display:grid;
    gap:2px;
    padding:0 10px 12px;
  }

  .wb-blog-mobile-nav a {
    padding:9px 8px;
    border-radius:7px;
    color:var(--wb-muted);
    font-size:.72rem;
    line-height:1.4;
    text-decoration:none;
  }

  .wb-blog-mobile-nav a:hover,
  .wb-blog-mobile-nav a:focus-visible {
    color:var(--wb-ink);
    background:var(--wb-paper-soft);
  }

  .wb-blog-article {
    padding-top:34px;
  }

  .wb-blog-article > p,
  .wb-blog-article section > p,
  .wb-blog-numbered p,
  .wb-blog-panel p {
    font-size:.92rem;
    line-height:1.75;
  }

  .wb-blog-article > section:not(.wb-blog-numbered):not(.wb-blog-panel):not(.wb-similar) {
    margin-top:50px;
  }

  .wb-blog-article h2 {
    margin-bottom:17px;
    font-size:clamp(1.72rem,8.3vw,2.25rem);
    line-height:1.08;
  }

  .wb-blog-callout {
    margin:24px 0;
    padding:20px 18px;
  }

  .wb-blog-callout li {
    font-size:.8rem;
  }

  .wb-blog-numbered {
    grid-template-columns:28px minmax(0,1fr);
    gap:12px;
    margin-top:48px;
    padding-top:32px;
  }

  .wb-blog-number {
    width:26px;
    height:26px;
    font-size:.65rem;
  }

  .wb-blog-numbered h2 {
    margin-bottom:15px;
    font-size:clamp(1.55rem,7.5vw,2rem);
  }

  .wb-blog-panel {
    margin-top:52px;
    padding:22px 18px;
  }

  .wb-blog-checklist {
    grid-template-columns:1fr;
    gap:4px;
  }

  .wb-similar {
    width:100%;
    margin-top:58px;
    padding-top:34px;
  }

  .wb-similar h2 {
    margin-bottom:22px;
    font-size:2rem;
  }

  .wb-similar__grid {
    grid-template-columns:1fr;
    gap:14px;
  }

  .wb-related-card__image {
    aspect-ratio:1.67/1;
  }
}


/* =========================================================
   BLOG META — COMPACT REFERENCE TREATMENT
   ========================================================= */
.wb-blog-meta {
  display:block !important;
  width:max-content !important;
  max-width:100% !important;
  margin-top:24px !important;
}

.wb-blog-meta__author {
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
}

.wb-blog-meta__avatar {
  display:block !important;
  width:42px !important;
  height:42px !important;
  flex:0 0 42px !important;
  border:1px solid var(--wb-line) !important;
  border-radius:50% !important;
  object-fit:cover !important;
  object-position:center !important;
}

.wb-blog-meta__line {
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  margin:0 !important;
  color:var(--wb-muted) !important;
  font-size:.72rem !important;
  line-height:1.4 !important;
}

.wb-blog-meta__line strong {
  color:var(--wb-ink) !important;
  font-weight:600 !important;
}

.wb-blog-meta__line span::before {
  margin:0 8px !important;
  color:var(--wb-line) !important;
  content:"|" !important;
}

.wb-blog-meta__share {
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin-top:15px !important;
}

.wb-blog-meta__share a {
  display:inline-flex !important;
  min-width:92px !important;
  min-height:38px !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  padding:0 14px !important;
  border:1px solid var(--wb-line) !important;
  border-radius:9px !important;
  color:var(--wb-ink) !important;
  font:700 .7rem/1 var(--wb-sans) !important;
  text-decoration:none !important;
  background:var(--wb-paper) !important;
}

.wb-blog-meta__share a:hover {
  border-color:var(--wb-green) !important;
  background:var(--wb-paper-soft) !important;
}

.wb-share-icon {
  display:block !important;
  width:15px !important;
  height:15px !important;
  flex:0 0 15px !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:contain !important;
}

.wb-blog-meta__share a[data-network="facebook"] .wb-share-icon {
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%23101817'/%3E%3Cpath fill='white' d='M13.4 19v-6h2l.3-2.3h-2.3V9.2c0-.7.2-1.1 1.2-1.1h1.2V6c-.2 0-.9-.1-1.8-.1-1.8 0-3.1 1.1-3.1 3.2v1.6H9v2.3h1.9v6h2.5Z'/%3E%3C/svg%3E") !important;
}

.wb-blog-meta__share a[data-network="x"] .wb-share-icon {
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23101817' d='M18.3 3H21l-5.9 6.8L22 21h-5.4l-4.2-5.5L7.6 21H5l6.2-7.1L4.6 3H10l3.8 5 4.5-5Zm-.9 16h1.5L9.2 4.9H7.6L17.4 19Z'/%3E%3C/svg%3E") !important;
}

.wb-blog-meta__share a[data-network="linkedin"] .wb-share-icon {
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='2' y='2' width='20' height='20' rx='3' fill='%23101817'/%3E%3Cpath fill='white' d='M7.2 9.3H4.8V19h2.4V9.3ZM6 5.2a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8ZM19.2 13.5c0-3-1.6-4.4-3.8-4.4-1.8 0-2.6 1-3 1.7V9.3H10V19h2.4v-4.8c0-1.3.3-2.5 1.9-2.5 1.6 0 1.6 1.5 1.6 2.6V19h2.4l.9-5.5Z'/%3E%3C/svg%3E") !important;
}

@media (max-width:760px) {
  .wb-blog-meta {
    width:100% !important;
    margin-top:22px !important;
  }

  .wb-blog-meta__line {
    font-size:.68rem !important;
  }

  .wb-blog-meta__line span::before {
    margin:0 6px !important;
  }

  .wb-blog-meta__share {
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:8px !important;
    margin-top:14px !important;
  }

  .wb-blog-meta__share a {
    min-width:0 !important;
    min-height:40px !important;
    padding:0 8px !important;
    font-size:.65rem !important;
  }

  .wb-share-icon {
    width:14px !important;
    height:14px !important;
    flex-basis:14px !important;
  }
}

/* =========================================================
   WHY GOOGLE RANKINGS DIFFER — ARTICLE-SPECIFIC COMPONENTS
   ========================================================= */

.wb-blog-article strong { color:var(--wb-ink); }
.wb-blog-article code {
  padding:.15em .42em;
  border:1px solid var(--wb-line);
  border-radius:6px;
  color:var(--wb-ink);
  font:650 .82em/1.2 var(--wb-sans);
  background:var(--wb-paper-soft);
}

.wb-blog-callout--answer > p,
.wb-blog-callout--statement > p {
  font-weight:500 !important;
  line-height:1.75 !important;
}

.wb-evidence {
  margin-top:clamp(66px,7vw,92px);
  padding-top:clamp(38px,4vw,54px);
  border-top:1px solid var(--wb-line);
}
.wb-evidence > .wb-kicker { margin-bottom:14px; }
.wb-evidence__grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:30px;
}
.wb-evidence-card {
  overflow:hidden;
  border:1px solid var(--wb-line);
  border-radius:14px;
  background:var(--wb-paper-soft);
}
.wb-evidence-card img {
  display:block;
  width:100%;
  height:auto;
  border-bottom:1px solid var(--wb-line);
}
.wb-evidence-card figcaption {
  padding:16px 18px 18px;
  color:var(--wb-muted);
  font-size:.78rem;
  line-height:1.55;
}
.wb-evidence-verdict {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  margin-top:28px;
  overflow:hidden;
  border:1px solid var(--wb-line);
  border-radius:14px;
  background:var(--wb-paper-soft);
}
.wb-evidence-verdict > div { padding:24px 26px; }
.wb-evidence-verdict > div + div { border-left:1px solid var(--wb-line); }
.wb-evidence-verdict h3 {
  margin-bottom:12px;
  font-size:clamp(1.2rem,1.55vw,1.55rem);
  line-height:1.15;
}
.wb-evidence-verdict p {
  color:var(--wb-muted);
  font-size:.88rem;
  line-height:1.7;
}
.wb-evidence-conclusion {
  margin-top:22px !important;
  padding:19px 22px;
  border-left:4px solid var(--wb-orange);
  border-radius:0 10px 10px 0;
  background:rgba(232,92,51,.06);
}

.wb-table-wrap {
  width:100%;
  margin:28px 0;
  overflow-x:auto;
  border:1px solid var(--wb-line);
  border-radius:13px;
  background:var(--wb-paper);
  -webkit-overflow-scrolling:touch;
}
.wb-blog-table {
  width:100%;
  min-width:690px;
  border-collapse:collapse;
  color:var(--wb-ink);
  font-size:.78rem;
  line-height:1.5;
}
.wb-blog-table th,
.wb-blog-table td {
  padding:15px 16px;
  border-bottom:1px solid var(--wb-line);
  text-align:left;
  vertical-align:top;
}
.wb-blog-table th {
  color:var(--wb-teal);
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.075em;
  text-transform:uppercase;
  background:var(--wb-paper-soft);
}
.wb-blog-table tr:last-child td { border-bottom:0; }
.wb-blog-table tbody tr:hover { background:rgba(237,245,243,.6); }

.wb-panel-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  margin-top:26px;
  overflow:hidden;
  border:1px solid var(--wb-line);
  border-radius:12px;
  background:var(--wb-paper);
}
.wb-panel-column { padding:24px 24px 20px; }
.wb-panel-column + .wb-panel-column { border-left:1px solid var(--wb-line); }
.wb-panel-column h3 {
  margin-bottom:14px;
  font-size:clamp(1.15rem,1.45vw,1.45rem);
  line-height:1.14;
}
.wb-blog-checklist--single { grid-template-columns:1fr; gap:3px 0; margin-top:0 !important; }
.wb-blog-checklist--single li { font-size:.78rem; }
.wb-blog-checklist--alert li::before { border-color:var(--wb-orange); }
.wb-panel-note {
  margin-top:22px !important;
  padding-top:20px;
  border-top:1px solid var(--wb-line);
}
.wb-decision-label {
  margin-bottom:10px !important;
  font-size:.69rem !important;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.wb-decision-label--normal { color:var(--wb-green) !important; }
.wb-decision-label--investigate { color:var(--wb-orange) !important; }

.wb-position-example { padding:26px; }
.wb-position-equation {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin:18px 0;
}
.wb-position-equation span,
.wb-position-equation strong {
  display:inline-flex;
  min-height:42px;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  border:1px solid var(--wb-line);
  border-radius:999px;
  color:var(--wb-ink);
  font-size:.8rem;
  background:var(--wb-paper);
}
.wb-position-equation strong {
  border-color:var(--wb-teal);
  color:#fff;
  background:var(--wb-teal);
}

.wb-blog-article h3 {
  margin-top:28px;
  margin-bottom:12px;
  font-size:clamp(1.25rem,1.75vw,1.7rem);
  line-height:1.18;
}
.wb-business-questions {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 24px;
  margin-top:22px !important;
  padding:0;
  list-style:none;
}
.wb-business-questions li {
  position:relative;
  padding:13px 15px 13px 38px;
  border:1px solid var(--wb-line);
  border-radius:10px;
  color:var(--wb-ink);
  font-size:.8rem;
  line-height:1.5;
  background:var(--wb-paper-soft);
}
.wb-business-questions li::before {
  position:absolute;
  top:15px;
  left:14px;
  color:var(--wb-green);
  content:"→";
  font-weight:800;
}

.wb-final-cta {
  margin-top:clamp(66px,7vw,90px) !important;
  padding:clamp(30px,4vw,44px);
  border:1px solid var(--wb-line);
  border-radius:14px;
  background:var(--wb-teal);
}
.wb-final-cta .wb-kicker { color:#c4ded9; }
.wb-final-cta h2 { color:#fff; }
.wb-final-cta p { color:rgba(255,255,255,.8) !important; }
.wb-final-cta .wb-cta { margin-top:26px; }

@media (min-width:1081px) {
  .wb-blog-sidebar__inner {
    position:sticky;
    top:24px;
  }
}

@media (max-width:760px) {
  .wb-evidence__grid,
  .wb-evidence-verdict,
  .wb-panel-grid,
  .wb-business-questions {
    grid-template-columns:1fr;
  }
  .wb-evidence-verdict > div + div,
  .wb-panel-column + .wb-panel-column {
    border-top:1px solid var(--wb-line);
    border-left:0;
  }
  .wb-evidence-card figcaption { font-size:.74rem; }
  .wb-blog-table { min-width:620px; font-size:.72rem; }
  .wb-blog-table th,
  .wb-blog-table td { padding:13px 12px; }
  .wb-position-equation { gap:7px; }
  .wb-position-equation span,
  .wb-position-equation strong { min-height:38px; padding:7px 11px; }
  .wb-final-cta { padding:26px 20px; }
}


/* =========================================================
   WEBBIES RANKING ARTICLE — VISUAL QA FIXES v1.0.1
   ========================================================= */

/* The first article section should not inherit the normal inter-section gap. */
.wb-blog-article > section:first-child {
  margin-top:0 !important;
}

/* Keep related-card titles at the approved editorial-card scale. */
.wb-blog-article .wb-related-card h3 {
  margin:9px 0 0 !important;
  font-size:clamp(.95rem,1.15vw,1.1rem) !important;
  line-height:1.22 !important;
  letter-spacing:-.04em !important;
}

/* The navigation and CTA must remain in normal flow as one sidebar column. */
@media (min-width:1081px) {
  .wb-blog-sidebar__inner {
    position:static !important;
    top:auto !important;
  }
}
