/* A Friendly Dog shared article stylesheet.
   Part 1: the article shell, previously duplicated inside all 51 posts.
   Part 2: article-visuals.css, the tables, cards and callouts.
   Generated 2026-08-05. */

html:has(#afd-article-system),
body:has(#afd-article-system) {
  margin: 0;
  overflow-x: clip;
}

body.single-post {
  --afd-navy: #000048;
  --afd-ink: #171725;
  --afd-muted: #57576d;
  --afd-coral: #b54631;
  --afd-teal: #087b78;
  --afd-white: #ffffff;
  --afd-mist: #f1f6f6;
  --afd-blue-mist: #f2f3f9;
  --afd-rule: #dedee7;
  color: var(--afd-ink);
  background: var(--afd-white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body.single-post #masthead {
  display: none;
}

body.single-post .site-content {
  padding: 148px 0 0;
  background: var(--afd-white);
}

body.single-post .site-content > .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.single-post #primary,
body.single-post #main {
  float: none;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.single-post #secondary {
  display: none;
}

body.single-post article,
body.single-post .blog-post-item {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: var(--afd-white);
  box-shadow: none;
}

body.single-post .blog-post-item {
  display: flex;
  flex-direction: column;
}

body.single-post .blog-post-item > .entry-container {
  display: contents;
}

body.single-post .blog-post-item > .entry-meta {
  display: flex;
  order: 2;
  width: min(800px, calc(100% - 48px));
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin: -18px auto 38px;
  padding: 0;
  color: var(--afd-muted);
  font-size: 0.82rem;
  font-weight: 650;
}

body.single-post .entry-header {
  order: 1;
  width: min(800px, calc(100% - 48px));
  max-width: none;
  margin: clamp(60px, 8vw, 106px) auto 38px;
  padding: 0;
  text-align: left;
}

body.single-post .single-post-wrap .blog-post-item .entry-header .entry-title {
  margin: 0 !important;
  color: var(--afd-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.75rem, 5.5vw, 5.5rem) !important;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.04 !important;
  text-wrap: balance;
}

body.single-post .entry-meta {
  margin-top: 24px;
  color: var(--afd-muted);
  font-size: 0.8rem;
  font-weight: 650;
}

body.single-post .entry-meta a {
  color: var(--afd-navy);
}

body.single-post .entry-meta .byline {
  display: inline !important;
}

body.single-post .entry-meta .updated {
  display: none;
}

body.single-post .featured-image {
  order: 3;
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto clamp(54px, 7vw, 86px);
  padding: 0;
}

body.single-post .featured-image .post-thumbnail,
body.single-post .featured-image a {
  display: block;
}

body.single-post .featured-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 680px;
  object-fit: cover;
}

body.single-post .entry-content {
  order: 4;
  width: min(760px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
  padding: 0 0 clamp(76px, 10vw, 130px);
  color: var(--afd-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.02rem, 1.3vw, 1.13rem);
  line-height: 1.78;
}

body.single-post .entry-content p {
  margin: 0 0 1.45em;
  color: #353547;
  text-wrap: pretty;
}

body.single-post .entry-content > p:first-of-type {
  color: var(--afd-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.55;
}

body.single-post .entry-content h2,
body.single-post .entry-content h3 {
  color: var(--afd-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.15;
  text-wrap: balance;
  scroll-margin-top: 176px;
}

body.single-post .entry-content h2 {
  margin: 2.35em 0 0.7em;
  font-size: clamp(2rem, 3.6vw, 3.25rem);
}

body.single-post .entry-content h3 {
  margin: 2em 0 0.65em;
  font-size: clamp(1.5rem, 2.7vw, 2.2rem);
}

body.single-post .entry-content ul,
body.single-post .entry-content ol {
  margin: 0 0 1.7em;
  padding-left: 1.35em;
}

body.single-post .entry-content li {
  margin-bottom: 0.65em;
  padding-left: 0.25em;
}

body.single-post .entry-content img {
  display: block;
  width: 100%;
  height: auto;
  margin-block: 2.2em;
}

body.single-post .entry-content a {
  color: var(--afd-navy);
  text-decoration-color: var(--afd-teal);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

body.single-post .entry-content a:focus-visible,
#afd-article-system a:focus-visible {
  outline: 3px solid var(--afd-teal);
  outline-offset: 5px;
}

body.single-post .entry-footer,
body.single-post .post-navigation {
  order: 5;
  width: min(760px, calc(100% - 48px));
  max-width: none;
  margin-inline: auto;
}

body.single-post .afd-article-footer {
  margin: clamp(54px, 8vw, 84px) 0 0;
  padding: 32px 0 0;
  border-top: 1px solid var(--afd-rule);
}

body.single-post .afd-article-footer__eyebrow {
  margin: 0 0 10px;
  color: var(--afd-coral);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.single-post .afd-article-footer h2 {
  margin: 0 0 12px;
  color: var(--afd-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  font-weight: 400;
  line-height: 1.12;
}

body.single-post .afd-article-footer p {
  margin: 0;
  color: var(--afd-muted);
  font-size: 0.98rem;
}

body.single-post .afd-article-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 22px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--afd-rule);
}

body.single-post .afd-article-footer__links a {
  color: var(--afd-navy);
  font-size: 0.84rem;
  font-weight: 750;
  text-decoration-color: var(--afd-teal);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

#afd-article-system {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 72, 0.12);
  background: var(--afd-white);
}

#afd-article-system *,
#afd-article-system *::before,
#afd-article-system *::after {
  box-sizing: border-box;
}

#afd-article-system a {
  color: inherit;
  text-decoration: none;
}

#afd-article-system .afd-site-header__top {
  display: flex;
  min-height: 102px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

#afd-article-system .afd-site-header__wordmark {
  display: inline-flex;
  width: 86px;
  height: 96px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

#afd-article-system .afd-header-logo {
  display: block;
  width: 78px;
  height: auto;
  max-height: 92px;
  object-fit: contain;
}

#afd-article-system .afd-site-header__utility {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--afd-muted);
  font-size: 0.76rem;
  font-weight: 650;
}

#afd-article-system .afd-site-header__utility a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

#afd-article-system .afd-site-header__nav {
  border-top: 1px solid rgba(0, 0, 72, 0.08);
  overflow-x: auto;
  scrollbar-width: none;
}

#afd-article-system .afd-site-header__nav::-webkit-scrollbar {
  display: none;
}

#afd-article-system .afd-site-header__nav-list {
  display: flex;
  width: min(1180px, calc(100% - 48px));
  align-items: center;
  gap: clamp(22px, 3vw, 46px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

#afd-article-system .afd-site-header__nav-list a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  white-space: nowrap;
  color: var(--afd-ink);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

#afd-article-system a:hover {
  color: var(--afd-coral);
}

.afd-in-this-article {
  margin: 0 0 clamp(54px, 7vw, 82px);
  padding: clamp(28px, 4vw, 42px);
  border-top: 4px solid var(--afd-navy);
  background: var(--afd-blue-mist);
}

.afd-in-this-article h2 {
  margin: 0 0 24px !important;
  color: var(--afd-navy) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(1.65rem, 3vw, 2.35rem) !important;
  line-height: 1.15 !important;
}

.afd-in-this-article ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 30px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  counter-reset: afd-toc;
}

.afd-in-this-article li {
  position: relative;
  margin: 0 !important;
  padding: 0 0 0 30px !important;
  counter-increment: afd-toc;
}

.afd-in-this-article li::before {
  position: absolute;
  top: 13px;
  left: 0;
  color: var(--afd-coral);
  content: counter(afd-toc, decimal-leading-zero);
  font-size: 0.72rem;
  font-weight: 800;
}

.afd-in-this-article a {
  display: flex;
  min-height: 44px;
  align-items: center;
  color: var(--afd-navy) !important;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration: none !important;
}

.afd-in-this-article a:hover {
  color: var(--afd-teal) !important;
}

@media (min-width: 1120px) {
  body.single-post .entry-content:has(> .afd-in-this-article) {
    width: min(1044px, calc(100% - 48px));
    display: flow-root;
  }

  body.single-post .entry-content:has(> .afd-in-this-article) > :not(.afd-in-this-article):not(#afd-article-system):not(style) {
    width: 760px;
    max-width: calc(100% - 284px);
    margin-left: 284px;
  }

  body.single-post .entry-content:has(> .afd-in-this-article) > #afd-article-system {
    margin-left: 0;
  }

  body.single-post .entry-content:has(> .afd-in-this-article) > .afd-in-this-article {
    position: sticky;
    top: 182px;
    float: left;
    width: 220px;
    max-height: calc(100vh - 206px);
    margin: 0;
    padding: 24px 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: rgba(0, 0, 72, 0.3) transparent;
    scrollbar-width: thin;
  }

  body.single-post .entry-content:has(> .afd-in-this-article) > .afd-in-this-article h2 {
    margin-bottom: 14px !important;
    font-size: 1.45rem !important;
  }

  body.single-post .entry-content:has(> .afd-in-this-article) > .afd-in-this-article ol {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.single-post .entry-content:has(> .afd-in-this-article) > .afd-in-this-article li {
    min-width: 0;
    padding-left: 30px !important;
  }

  body.single-post .entry-content:has(> .afd-in-this-article) > .afd-in-this-article li::before {
    top: 14px;
  }

  body.single-post .entry-content:has(> .afd-in-this-article) > .afd-in-this-article a {
    display: flex;
    min-height: 44px;
    align-items: center;
    overflow-wrap: anywhere;
    line-height: 1.35;
  }

  body.single-post .entry-content:has(> .afd-in-this-article) h2,
  body.single-post .entry-content:has(> .afd-in-this-article) h3 {
    scroll-margin-top: 196px;
  }
}

@media (max-width: 680px) {
  body.single-post .site-content {
    padding-top: 127px;
  }

  body.single-post .entry-header,
  body.single-post .featured-image,
  body.single-post .entry-content,
  body.single-post .entry-footer,
  body.single-post .post-navigation {
    width: calc(100% - 32px);
  }

  body.single-post .entry-header {
    margin-top: 48px;
  }

  body.single-post .single-post-wrap .blog-post-item .entry-header .entry-title {
    font-size: clamp(2.65rem, 13vw, 4.5rem) !important;
  }

  #afd-article-system .afd-site-header__top,
  #afd-article-system .afd-site-header__nav-list {
    width: calc(100% - 32px);
  }

  #afd-article-system .afd-site-header__top {
    min-height: 82px;
  }

  #afd-article-system .afd-site-header__utility {
    display: none;
  }

  #afd-article-system .afd-site-header__wordmark {
    width: 64px;
    height: 70px;
  }

  #afd-article-system .afd-header-logo {
    width: 58px;
    max-height: 66px;
  }

  .afd-in-this-article ol {
    grid-template-columns: 1fr;
  }
}

/* ---- article-visuals.css ---- */

/* ==========================================================================
   A Friendly Dog: article visual components
   --------------------------------------------------------------------------
   Append this to wp-content/uploads/afd/article-system.css, the shared
   stylesheet enqueued by article-ads-and-css.php.

   Every component is built on a real semantic element (table, ul, aside) so
   that if this stylesheet fails to load, the article still reads correctly as
   a plain table or list. No JavaScript. No web fonts. No external requests.

   Tokens follow DESIGN.md:
     navy #000048  active blue #2838A8  ink #171725  muted #57576D
     mist #F1F6F6  pale blue #F2F3F9  coral #B54631  teal #087B78
   ========================================================================== */

/* Tokens live on :root so components used on their own, such as .afd-vet or
   .afd-checklist outside a .afd-viz wrapper, still resolve their colours. */
:root {
  --afd-navy: #000048;
  --afd-blue: #2838A8;
  --afd-ink: #171725;
  --afd-muted: #57576D;
  --afd-mist: #F1F6F6;
  --afd-pale: #F2F3F9;
  --afd-coral: #B54631;
  --afd-teal: #087B78;
  --afd-rule: #D8DCE6;
}

.afd-viz {
  margin: 2.25rem 0;
  max-width: 100%;
  min-width: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--afd-ink);
}

.afd-viz__title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.125rem;
  line-height: 1.35;
  color: var(--afd-navy);
  margin: 0 0 .25rem;
}

.afd-viz__note {
  font-size: .9rem;
  line-height: 1.5;
  color: var(--afd-muted);
  margin: 0 0 .85rem;
}

.afd-viz__source {
  font-size: .82rem;
  line-height: 1.5;
  color: var(--afd-muted);
  margin: .6rem 0 0;
}

.afd-viz__source a { color: var(--afd-teal); }

/* --------------------------------------------------------------------------
   Scroll wrapper. Wide tables scroll inside their own box instead of pushing
   the page sideways on mobile.
   -------------------------------------------------------------------------- */

.afd-viz__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  min-width: 0;
}

/* --------------------------------------------------------------------------
   1. Schedule table. Time, what happens, why.
   -------------------------------------------------------------------------- */

.afd-schedule {
  width: 100%;
  border-collapse: collapse;
  font-size: .96rem;
  min-width: 30rem;
  background: #fff;
  color: var(--afd-ink);
}

.afd-schedule caption {
  text-align: left;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  color: var(--afd-navy);
  padding: 0 0 .5rem;
}

.afd-schedule th,
.afd-schedule td {
  text-align: left;
  padding: .7rem .85rem;
  border-bottom: 1px solid var(--afd-rule);
  vertical-align: top;
}

.afd-schedule thead th {
  background: var(--afd-navy);
  color: #fff;
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 0;
}

.afd-schedule tbody th {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: var(--afd-navy);
  width: 1%;
}

.afd-schedule tbody tr:nth-child(even) { background: var(--afd-pale); }

.afd-schedule .afd-why {
  color: var(--afd-muted);
  font-size: .9rem;
}

/* --------------------------------------------------------------------------
   2. Horizontal bar chart. Pure CSS, driven by an inline --v percentage.
      The number is always printed as text, so the chart is never the only
      way to read the value.
   -------------------------------------------------------------------------- */

.afd-bars {
  list-style: none;
  margin: 0;
  padding: 0;
}

.afd-bars li {
  display: grid;
  grid-template-columns: minmax(min(7rem, 40%), 11rem) minmax(0, 1fr) auto;
  align-items: center;
  gap: .75rem;
  padding: .4rem 0;
}

.afd-bars .afd-bars__label {
  font-size: .92rem;
  font-weight: 600;
  color: var(--afd-navy);
}

.afd-bars .afd-bars__track {
  background: var(--afd-mist);
  border-radius: 2px;
  height: 1.15rem;
  overflow: hidden;
}

.afd-bars .afd-bars__fill {
  display: block;
  height: 100%;
  width: var(--v, 0%);
  background: var(--afd-blue);
  border-radius: 2px;
}

.afd-bars li:nth-child(odd) .afd-bars__fill { background: var(--afd-navy); }

.afd-bars .afd-bars__value {
  font-size: .9rem;
  font-variant-numeric: tabular-nums;
  color: var(--afd-ink);
  white-space: nowrap;
}

@media (max-width: 34em) {
  .afd-bars li {
    grid-template-columns: 1fr auto;
    grid-template-areas: "label value" "track track";
    gap: .3rem .75rem;
  }
  .afd-bars .afd-bars__label { grid-area: label; }
  .afd-bars .afd-bars__value { grid-area: value; }
  .afd-bars .afd-bars__track { grid-area: track; }
}

/* --------------------------------------------------------------------------
   3. Two-option comparison.
   -------------------------------------------------------------------------- */

.afd-compare {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
  gap: 1rem;
  max-width: 100%;
}

.afd-compare__col {
  color: var(--afd-ink);
  border: 1px solid var(--afd-rule);
  border-top: 4px solid var(--afd-navy);
  padding: 1rem 1.1rem 1.15rem;
  background: #fff;
}

.afd-compare__col--alt { border-top-color: var(--afd-teal); }

.afd-compare__head {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  color: var(--afd-navy);
  margin: 0 0 .2rem;
}

.afd-compare__sub {
  font-size: .86rem;
  color: var(--afd-muted);
  margin: 0 0 .8rem;
}

.afd-compare ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .93rem;
  line-height: 1.55;
}

.afd-compare li {
  padding: .3rem 0 .3rem 1.4rem;
  position: relative;
}

.afd-compare li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: .3rem;
  font-weight: 700;
  color: var(--afd-teal);
}

.afd-compare li.afd-con::before {
  content: "\2212";
  color: var(--afd-coral);
}

/* --------------------------------------------------------------------------
   4. Signal table. Observation, what it means, what to do.
   -------------------------------------------------------------------------- */

.afd-signals {
  width: 100%;
  border-collapse: collapse;
  font-size: .95rem;
  min-width: 34rem;
  background: #fff;
  color: var(--afd-ink);
}

.afd-signals th,
.afd-signals td {
  text-align: left;
  padding: .7rem .85rem;
  border-bottom: 1px solid var(--afd-rule);
  vertical-align: top;
}

.afd-signals thead th {
  background: var(--afd-mist);
  color: var(--afd-navy);
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 600;
}

.afd-signals tbody th {
  font-weight: 600;
  color: var(--afd-navy);
  width: 30%;
}

.afd-flag {
  display: inline-block;
  font-size: .72rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 700;
  padding: .16rem .5rem;
  border-radius: 2px;
  white-space: nowrap;
}

.afd-flag--calm { background: #E4F0EF; color: #05504E; }
.afd-flag--watch { background: #FBF0DC; color: #6B4708; }
.afd-flag--stop { background: #F7E6E2; color: #8A3222; }

/* --------------------------------------------------------------------------
   5. Checklist card.
   -------------------------------------------------------------------------- */

.afd-checklist {
  background: var(--afd-mist);
  color: var(--afd-ink);
  padding: 1.15rem 1.25rem 1.25rem;
  border-left: 4px solid var(--afd-navy);
}

.afd-checklist h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  color: var(--afd-navy);
  margin: 0 0 .6rem;
}

.afd-checklist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .96rem;
  line-height: 1.6;
}

.afd-checklist li {
  position: relative;
  padding: .32rem 0 .32rem 1.7rem;
}

.afd-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62rem;
  width: .75rem;
  height: .75rem;
  border: 2px solid var(--afd-navy);
  border-radius: 2px;
}

/* --------------------------------------------------------------------------
   6. Vet safety callout. Never styled like an ad or a button.
   -------------------------------------------------------------------------- */

.afd-vet {
  color: var(--afd-ink);
  border: 1px solid #E3C9C2;
  border-left: 4px solid var(--afd-coral);
  background: #FDF7F5;
  padding: 1rem 1.15rem;
  margin: 2rem 0;
}

.afd-vet__label {
  display: block;
  font-size: .74rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--afd-coral);
  margin: 0 0 .35rem;
}

.afd-vet p {
  margin: 0;
  font-size: .97rem;
  line-height: 1.6;
}

.afd-vet ul + p { margin-top: .6rem; }

.afd-vet ul {
  margin: .5rem 0 0;
  padding-left: 1.15rem;
  font-size: .95rem;
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   7. Stage cards, for age brackets or ordered phases.
   -------------------------------------------------------------------------- */

.afd-stages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(13rem, 100%), 1fr));
  max-width: 100%;
  gap: .85rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.afd-stages li {
  background: #fff;
  border: 1px solid var(--afd-rule);
  padding: .9rem 1rem 1rem;
}

.afd-stages .afd-stages__age {
  display: block;
  font-size: .74rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--afd-teal);
  margin-bottom: .3rem;
}

.afd-stages .afd-stages__headline {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  color: var(--afd-navy);
  line-height: 1.2;
  margin-bottom: .35rem;
}

.afd-stages p {
  margin: 0;
  font-size: .92rem;
  line-height: 1.55;
  color: var(--afd-muted);
}

/* --------------------------------------------------------------------------
   Print and accessibility
   -------------------------------------------------------------------------- */

@media print {
  .afd-viz { break-inside: avoid; }
  .afd-viz__scroll { overflow: visible; }
  .afd-bars .afd-bars__fill { background: #555 !important; }
}

@media (prefers-contrast: more) {
  .afd-viz { --afd-rule: #6B7080; }
}
