/* GO v47: final single reader, after-content polish, review sidebar and home bands. */
body:not(.wp-admin){
  --go-v47-bg-light:#f8f6f7;
  --go-v47-bg-dark:#1f1d2b;
  --go-v47-panel-light:#ffffff;
  --go-v47-panel-dark:#211f2c;
  --go-v47-card-dark:#15141f;
  --go-v47-text-light:#080a10;
  --go-v47-text-dark:#f7f7fb;
  --go-v47-muted-light:rgba(8,10,16,.62);
  --go-v47-muted-dark:rgba(247,247,251,.72);
  --go-v47-line-light:rgba(8,10,16,.12);
  --go-v47-line-dark:rgba(255,255,255,.12);
  --go-v47-blue:#2800f0;
  --go-v47-green:#c7f000;
}

/* --------------------------------------------------------------------------
   HOME: one structural band above, latest publications only as its own block.
   -------------------------------------------------------------------------- */
body.home:not(.wp-admin) .go-ds-home{
  position:relative!important;
  padding-top:0!important;
  background:var(--go-v47-bg-light)!important;
}
body.newsx-dark-mode.home:not(.wp-admin) .go-ds-home,
body.dark-mode.home:not(.wp-admin) .go-ds-home,
html.dark body.home:not(.wp-admin) .go-ds-home{background:var(--go-v47-bg-dark)!important;}

/* Remove the extra stripe right after the functional Ultimas bar. */
body.home:not(.wp-admin) :is(.go-ds-home,.go-ds-topbar,.go-ds-content-band,.go-ds-bottom-layout,.go-ds-latest-strip)::before,
body.home:not(.wp-admin) :is(.go-ds-home,.go-ds-topbar,.go-ds-content-band,.go-ds-bottom-layout,.go-ds-latest-strip)::after{
  content:none!important;display:none!important;
}

/* The large visual band belongs only to the hero area and stops before the black Ultimas strip. */
body.home:not(.wp-admin) .go-ds-hero{
  position:relative!important;
  isolation:isolate!important;
  margin-top:clamp(22px,2.4vw,38px)!important;
  margin-bottom:clamp(30px,3.6vw,58px)!important;
  z-index:0!important;
}
body.home:not(.wp-admin) .go-ds-hero::before{
  content:""!important;display:block!important;position:absolute!important;left:50%!important;transform:translateX(-50%)!important;width:100vw!important;
  top:calc(clamp(34px,4.4vw,70px) * -1)!important;
  bottom:calc(clamp(28px,3.4vw,52px) * -1)!important;
  z-index:-1!important;pointer-events:none!important;
  background:#eceaf0!important;
  border-top:1px solid var(--go-v47-line-light)!important;
  border-bottom:1px solid var(--go-v47-line-light)!important;
}
body.newsx-dark-mode.home:not(.wp-admin) .go-ds-hero::before,
body.dark-mode.home:not(.wp-admin) .go-ds-hero::before,
html.dark body.home:not(.wp-admin) .go-ds-hero::before{
  background:#272531!important;border-color:var(--go-v47-line-dark)!important;
}

/* Keep the top mini Ultimas strip close to the hero, without another full-width band. */
body.home:not(.wp-admin) .go-ds-latest-strip{
  margin-top:clamp(-8px,-.7vw,-2px)!important;
  margin-bottom:clamp(28px,3vw,44px)!important;
  background:#090a10!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:10px!important;
  overflow:hidden!important;
}
body.home:not(.wp-admin) .go-ds-latest-strip-head{padding-left:18px!important;background:#090a10!important;}
body.home:not(.wp-admin) .go-ds-latest-strip-grid a{background:#090a10!important;}

/* Últimas Publicações: no outer full-width stripe, only the block itself. */
body.home:not(.wp-admin) .go-ds-bottom-layout{
  margin-top:clamp(48px,5vw,78px)!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(280px,360px)!important;
  gap:clamp(28px,3vw,42px)!important;
}
body.home:not(.wp-admin) .go-ds-bottom-layout::before,
body.home:not(.wp-admin) .go-ds-bottom-layout::after{content:none!important;display:none!important;}
body.home:not(.wp-admin) .go-ds-latest-feed{
  --go-latest-panel:var(--go-v47-panel-light);
  --go-latest-text:var(--go-v47-text-light);
  --go-latest-muted:var(--go-v47-muted-light);
  --go-latest-line:var(--go-v47-line-light);
  --go-latest-accent:var(--go-v47-blue);
  padding:clamp(22px,2.4vw,32px)!important;
  border:1px solid var(--go-latest-line)!important;
  border-radius:14px!important;
  background:var(--go-latest-panel)!important;
  color:var(--go-latest-text)!important;
  box-shadow:none!important;
}
body.newsx-dark-mode.home:not(.wp-admin) .go-ds-latest-feed,
body.dark-mode.home:not(.wp-admin) .go-ds-latest-feed,
html.dark body.home:not(.wp-admin) .go-ds-latest-feed{
  --go-latest-panel:#211f2c;--go-latest-text:var(--go-v47-text-dark);--go-latest-muted:var(--go-v47-muted-dark);--go-latest-line:var(--go-v47-line-dark);--go-latest-accent:var(--go-v47-green);
}
body.home:not(.wp-admin) .go-ds-latest-feed .go-ds-section-head{
  margin:0 0 18px!important;padding-bottom:14px!important;border-bottom:1px solid var(--go-latest-line)!important;
}
body.home:not(.wp-admin) .go-ds-latest-feed .go-ds-section-title{
  color:var(--go-latest-text)!important;text-transform:uppercase!important;font-size:clamp(26px,2.4vw,42px)!important;line-height:.94!important;
}
body.home:not(.wp-admin) .go-ds-latest-feed .go-ds-see-more{color:var(--go-latest-accent)!important;}
body.home:not(.wp-admin) .go-ds-latest-feed .go-ds-latest-list{display:grid!important;gap:0!important;}
body.home:not(.wp-admin) .go-ds-latest-feed .go-ds-latest-item{padding:22px 0!important;border-bottom:1px solid var(--go-latest-line)!important;}
body.home:not(.wp-admin) .go-ds-latest-feed .go-ds-latest-item:first-child{padding-top:0!important;}
body.home:not(.wp-admin) .go-ds-latest-feed .go-ds-latest-item:last-child{padding-bottom:0!important;border-bottom:0!important;}
body.home:not(.wp-admin) .go-ds-latest-feed .go-ds-card--latest .go-ds-card-link{
  display:grid!important;grid-template-columns:minmax(200px,280px) minmax(0,1fr)!important;gap:clamp(18px,2vw,26px)!important;align-items:center!important;
}
body.home:not(.wp-admin) .go-ds-latest-feed .go-ds-card--latest .go-ds-card-media{aspect-ratio:16/9!important;min-height:138px!important;border-radius:10px!important;overflow:hidden!important;}
body.home:not(.wp-admin) .go-ds-latest-feed .go-ds-card--latest .go-ds-card-title{color:var(--go-latest-text)!important;font-size:clamp(22px,1.7vw,32px)!important;line-height:1.02!important;letter-spacing:-.04em!important;}
body.home:not(.wp-admin) .go-ds-latest-feed .go-ds-card-excerpt,
body.home:not(.wp-admin) .go-ds-latest-feed .go-ds-card-meta{color:var(--go-latest-muted)!important;}
body.home:not(.wp-admin) .go-ds-latest-feed .go-ds-card-cat{color:var(--go-latest-accent)!important;}

/* Home Em Alta: readable in light mode. */
body.home:not(.wp-admin) .go-ds-rightbar .go-ds-section-title,
body.home:not(.wp-admin) .go-ds-rightbar .go-ds-ranking strong{color:var(--go-v47-text-light)!important;}
body.home:not(.wp-admin) .go-ds-rightbar .go-ds-ranking span{background:rgba(40,0,240,.12)!important;color:var(--go-v47-blue)!important;}
body.newsx-dark-mode.home:not(.wp-admin) .go-ds-rightbar .go-ds-section-title,
body.dark-mode.home:not(.wp-admin) .go-ds-rightbar .go-ds-section-title,
html.dark body.home:not(.wp-admin) .go-ds-rightbar .go-ds-section-title,
body.newsx-dark-mode.home:not(.wp-admin) .go-ds-rightbar .go-ds-ranking strong,
body.dark-mode.home:not(.wp-admin) .go-ds-rightbar .go-ds-ranking strong,
html.dark body.home:not(.wp-admin) .go-ds-rightbar .go-ds-ranking strong{color:var(--go-v47-text-dark)!important;}
body.newsx-dark-mode.home:not(.wp-admin) .go-ds-rightbar .go-ds-ranking span,
body.dark-mode.home:not(.wp-admin) .go-ds-rightbar .go-ds-ranking span,
html.dark body.home:not(.wp-admin) .go-ds-rightbar .go-ds-ranking span{background:rgba(199,240,0,.14)!important;color:var(--go-v47-green)!important;}

/* --------------------------------------------------------------------------
   Floating Leia Melhor: compact, starts with text and fades after text.
   -------------------------------------------------------------------------- */
body.single:not(.wp-admin) .go-reader-companion{display:none!important;}
body.single:not(.wp-admin) .go-reader-rail{
  --go-reader-bg:rgba(255,255,255,.92);--go-reader-text:var(--go-v47-text-light);--go-reader-muted:var(--go-v47-muted-light);--go-reader-line:var(--go-v47-line-light);--go-reader-accent:var(--go-v47-blue);
  position:fixed!important;left:var(--go-reader-rail-left,24px)!important;top:var(--go-reader-rail-top,132px)!important;z-index:90!important;
  display:grid!important;grid-template-columns:1fr!important;gap:7px!important;width:72px!important;padding:10px 8px 9px!important;border-radius:999px!important;
  background:rgba(54,54,65,.88)!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 18px 42px rgba(0,0,0,.22)!important;
  opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate3d(-8px,8px,0)!important;transition:opacity .26s ease,transform .26s ease,visibility .26s ease!important;
}
body.single:not(.wp-admin) .go-reader-rail.is-reading-active{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate3d(0,0,0)!important;}
body.single:not(.wp-admin) .go-reader-rail.is-before-content,
body.single:not(.wp-admin) .go-reader-rail.is-after-content{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate3d(-8px,12px,0)!important;}
body.single:not(.wp-admin) .go-reader-rail::before{content:"Leia\A melhor";white-space:pre;display:block!important;color:#fff!important;font-size:8px!important;line-height:1.05!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important;text-align:center!important;opacity:.74!important;margin:3px 0 2px!important;}
body.single:not(.wp-admin) .go-reader-rail__button{
  width:48px!important;height:48px!important;margin-inline:auto!important;display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:999px!important;background:#fff!important;color:#11131a!important;box-shadow:none!important;padding:0!important;cursor:pointer!important;
}
body.single:not(.wp-admin) .go-reader-rail__button span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;}
body.single:not(.wp-admin) .go-reader-rail__button i{font-style:normal!important;color:currentColor!important;font-size:18px!important;line-height:1!important;}
body.single:not(.wp-admin) .go-reader-rail__button:is(:hover,:focus-visible,.is-active,[aria-expanded="true"]){color:var(--go-v47-blue)!important;transform:translateY(-1px)!important;}
body.newsx-dark-mode.single:not(.wp-admin) .go-reader-rail__button:is(:hover,:focus-visible,.is-active,[aria-expanded="true"]),
body.dark-mode.single:not(.wp-admin) .go-reader-rail__button:is(:hover,:focus-visible,.is-active,[aria-expanded="true"]),
html.dark body.single:not(.wp-admin) .go-reader-rail__button:is(:hover,:focus-visible,.is-active,[aria-expanded="true"]){color:var(--go-v47-green)!important;}
body.single:not(.wp-admin) .go-reader-rail__panel{display:none!important;}
body.single:not(.wp-admin) .go-reader-v15-panel{
  --reader-panel-bg:#fff;--reader-panel-text:var(--go-v47-text-light);--reader-panel-muted:var(--go-v47-muted-light);--reader-panel-line:var(--go-v47-line-light);--reader-panel-accent:var(--go-v47-blue);
  position:fixed!important;z-index:100000!important;max-height:min(64vh,520px)!important;overflow:auto!important;padding:18px!important;border:1px solid var(--reader-panel-line)!important;border-radius:18px!important;background:var(--reader-panel-bg)!important;color:var(--reader-panel-text)!important;box-shadow:0 24px 70px rgba(0,0,0,.20)!important;
}
body.newsx-dark-mode.single:not(.wp-admin) .go-reader-v15-panel,
body.dark-mode.single:not(.wp-admin) .go-reader-v15-panel,
html.dark body.single:not(.wp-admin) .go-reader-v15-panel{--reader-panel-bg:#211f2c;--reader-panel-text:var(--go-v47-text-dark);--reader-panel-muted:var(--go-v47-muted-dark);--reader-panel-line:var(--go-v47-line-dark);--reader-panel-accent:var(--go-v47-green);box-shadow:0 24px 70px rgba(0,0,0,.44)!important;}
body.single:not(.wp-admin) .go-reader-v15-title{display:block!important;margin:0 0 14px!important;padding-bottom:12px!important;border-bottom:1px solid var(--reader-panel-line)!important;color:var(--reader-panel-accent)!important;font-size:12px!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.08em!important;}
body.single:not(.wp-admin) .go-reader-v15-list{display:grid!important;gap:12px!important;margin:0!important;padding:0!important;list-style:none!important;}
body.single:not(.wp-admin) .go-reader-v15-list a,
body.single:not(.wp-admin) .go-reader-v15-summary-item{display:block!important;color:var(--reader-panel-text)!important;font-size:14px!important;line-height:1.35!important;font-weight:850!important;text-decoration:none!important;}
body.single:not(.wp-admin) .go-reader-v15-list a:hover{color:var(--reader-panel-accent)!important;}
body.single:not(.wp-admin) .go-reader-v15-share{display:flex!important;gap:10px!important;flex-wrap:wrap!important;}
body.single:not(.wp-admin) .go-reader-v15-share-link{width:42px!important;height:42px!important;border-radius:999px!important;display:grid!important;place-items:center!important;background:rgba(8,10,16,.05)!important;border:1px solid var(--reader-panel-line)!important;color:var(--reader-panel-text)!important;text-decoration:none!important;}
body.single:not(.wp-admin) .go-reader-v15-share-link:hover{color:var(--reader-panel-accent)!important;border-color:var(--reader-panel-accent)!important;}

/* --------------------------------------------------------------------------
   Single after-text area: author, tags, related, comments, reviews/criticas.
   -------------------------------------------------------------------------- */
body.single:not(.wp-admin) :is(.go-article__footer,.go-review-single-main > .go-single-author-card,.go-review-single-more,.go-review-single-comments,.go-article__related,.go-article__comments){margin-top:clamp(34px,4vw,58px)!important;}
body.single:not(.wp-admin) .go-article__footer-top{display:block!important;}
body.single:not(.wp-admin) .go-article__footer-share{display:none!important;}
body.single:not(.wp-admin) .go-single-author-card{
  width:100%!important;max-width:100%!important;min-height:0!important;display:grid!important;grid-template-columns:72px minmax(0,1fr)!important;gap:16px!important;align-items:center!important;padding:20px!important;border:1px solid var(--go-v47-line-light)!important;border-radius:18px!important;background:var(--go-v47-panel-light)!important;color:var(--go-v47-text-light)!important;box-shadow:none!important;
}
body.newsx-dark-mode.single:not(.wp-admin) .go-single-author-card,
body.dark-mode.single:not(.wp-admin) .go-single-author-card,
html.dark body.single:not(.wp-admin) .go-single-author-card{border-color:var(--go-v47-line-dark)!important;background:rgba(255,255,255,.035)!important;color:var(--go-v47-text-dark)!important;}
body.single:not(.wp-admin) .go-single-author-card__avatar{width:64px!important;height:64px!important;border-radius:999px!important;display:block!important;overflow:hidden!important;border:3px solid var(--go-v47-blue)!important;box-shadow:0 0 0 3px rgba(40,0,240,.10)!important;}
body.newsx-dark-mode.single:not(.wp-admin) .go-single-author-card__avatar,
body.dark-mode.single:not(.wp-admin) .go-single-author-card__avatar,
html.dark body.single:not(.wp-admin) .go-single-author-card__avatar{border-color:var(--go-v47-green)!important;box-shadow:0 0 0 3px rgba(199,240,0,.12)!important;}
body.single:not(.wp-admin) .go-single-author-card__avatar img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}
body.single:not(.wp-admin) .go-single-author-card__body{display:grid!important;gap:5px!important;min-width:0!important;}
body.single:not(.wp-admin) .go-single-author-card__eyebrow{color:var(--go-v47-blue)!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important;}
body.newsx-dark-mode.single:not(.wp-admin) .go-single-author-card__eyebrow,
body.dark-mode.single:not(.wp-admin) .go-single-author-card__eyebrow,
html.dark body.single:not(.wp-admin) .go-single-author-card__eyebrow{color:var(--go-v47-green)!important;}
body.single:not(.wp-admin) .go-single-author-card__name{color:inherit!important;font-size:clamp(19px,1.25vw,24px)!important;line-height:1!important;font-weight:950!important;text-decoration:none!important;}
body.single:not(.wp-admin) .go-single-author-card p{max-width:620px!important;margin:4px 0 0!important;color:var(--go-v47-muted-light)!important;font-size:14px!important;line-height:1.45!important;}
body.newsx-dark-mode.single:not(.wp-admin) .go-single-author-card p,
body.dark-mode.single:not(.wp-admin) .go-single-author-card p,
html.dark body.single:not(.wp-admin) .go-single-author-card p{color:var(--go-v47-muted-dark)!important;}
body.single:not(.wp-admin) .go-single-author-card__link{width:max-content!important;margin-top:6px!important;padding:9px 13px!important;border-radius:999px!important;border:1px solid var(--go-v47-line-light)!important;color:var(--go-v47-blue)!important;font-size:12px!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.04em!important;text-decoration:none!important;}
body.newsx-dark-mode.single:not(.wp-admin) .go-single-author-card__link,
body.dark-mode.single:not(.wp-admin) .go-single-author-card__link,
html.dark body.single:not(.wp-admin) .go-single-author-card__link{border-color:var(--go-v47-line-dark)!important;color:var(--go-v47-green)!important;}

body.single:not(.wp-admin) :is(.go-article__footer-meta,.newsx-post-tags,.post-tags,.tagcloud,.go-review-single-main > .post-tags){padding:16px 18px!important;border:1px solid var(--go-v47-line-light)!important;border-radius:16px!important;background:rgba(255,255,255,.52)!important;}
body.newsx-dark-mode.single:not(.wp-admin) :is(.go-article__footer-meta,.newsx-post-tags,.post-tags,.tagcloud,.go-review-single-main > .post-tags),
body.dark-mode.single:not(.wp-admin) :is(.go-article__footer-meta,.newsx-post-tags,.post-tags,.tagcloud,.go-review-single-main > .post-tags),
html.dark body.single:not(.wp-admin) :is(.go-article__footer-meta,.newsx-post-tags,.post-tags,.tagcloud,.go-review-single-main > .post-tags){border-color:var(--go-v47-line-dark)!important;background:rgba(255,255,255,.035)!important;}

/* Verdict text readable in light mode. */
body:not(.wp-admin):not(.newsx-dark-mode):not(.dark-mode) .go-review-single-closing,
html:not(.dark) body:not(.wp-admin) .go-review-single-closing{color:var(--go-v47-text-light)!important;background-color:#fff!important;}
body:not(.wp-admin):not(.newsx-dark-mode):not(.dark-mode) .go-review-single-closing h2,
body:not(.wp-admin):not(.newsx-dark-mode):not(.dark-mode) .go-review-single-closing-body,
body:not(.wp-admin):not(.newsx-dark-mode):not(.dark-mode) .go-review-single-closing-body p,
html:not(.dark) body:not(.wp-admin) .go-review-single-closing h2,
html:not(.dark) body:not(.wp-admin) .go-review-single-closing-body,
html:not(.dark) body:not(.wp-admin) .go-review-single-closing-body p{color:var(--go-v47-text-light)!important;opacity:1!important;}

/* Review sidebar: latest/Em Alta. */
body.single:not(.wp-admin) .go-v47-sidebar-latest{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}
body.single:not(.wp-admin) .go-v47-sidebar-latest__head{display:grid!important;grid-template-columns:auto 1fr!important;align-items:end!important;gap:14px!important;margin:0 0 16px!important;padding-bottom:12px!important;border-bottom:1px solid var(--go-v47-line-light)!important;}
body.newsx-dark-mode.single:not(.wp-admin) .go-v47-sidebar-latest__head,
body.dark-mode.single:not(.wp-admin) .go-v47-sidebar-latest__head,
html.dark body.single:not(.wp-admin) .go-v47-sidebar-latest__head{border-bottom-color:var(--go-v47-line-dark)!important;}
body.single:not(.wp-admin) .go-v47-sidebar-latest .go-article__side-label{color:var(--go-v47-blue)!important;font-size:12px!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important;}
body.newsx-dark-mode.single:not(.wp-admin) .go-v47-sidebar-latest .go-article__side-label,
body.dark-mode.single:not(.wp-admin) .go-v47-sidebar-latest .go-article__side-label,
html.dark body.single:not(.wp-admin) .go-v47-sidebar-latest .go-article__side-label{color:var(--go-v47-green)!important;}
body.single:not(.wp-admin) .go-v47-sidebar-latest .go-article__side-title{margin:0!important;color:var(--go-v47-text-light)!important;font-size:clamp(22px,1.8vw,32px)!important;line-height:.96!important;text-transform:uppercase!important;letter-spacing:-.035em!important;}
body.newsx-dark-mode.single:not(.wp-admin) .go-v47-sidebar-latest .go-article__side-title,
body.dark-mode.single:not(.wp-admin) .go-v47-sidebar-latest .go-article__side-title,
html.dark body.single:not(.wp-admin) .go-v47-sidebar-latest .go-article__side-title{color:var(--go-v47-text-dark)!important;}
body.single:not(.wp-admin) .go-v47-sidebar-latest__list{display:grid!important;gap:0!important;list-style:none!important;margin:0!important;padding:0!important;counter-reset:go-sidebar-rank!important;}
body.single:not(.wp-admin) .go-v47-sidebar-latest__list li{border-bottom:1px solid var(--go-v47-line-light)!important;}
body.newsx-dark-mode.single:not(.wp-admin) .go-v47-sidebar-latest__list li,
body.dark-mode.single:not(.wp-admin) .go-v47-sidebar-latest__list li,
html.dark body.single:not(.wp-admin) .go-v47-sidebar-latest__list li{border-bottom-color:var(--go-v47-line-dark)!important;}
body.single:not(.wp-admin) .go-v47-sidebar-latest__list li:last-child{border-bottom:0!important;}
body.single:not(.wp-admin) .go-v47-sidebar-latest__list a{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;gap:15px!important;align-items:start!important;padding:16px 0!important;text-decoration:none!important;}
body.single:not(.wp-admin) .go-v47-sidebar-latest__rank{width:34px!important;height:34px!important;border-radius:999px!important;display:grid!important;place-items:center!important;background:rgba(40,0,240,.10)!important;color:var(--go-v47-blue)!important;font-size:13px!important;font-weight:950!important;}
body.newsx-dark-mode.single:not(.wp-admin) .go-v47-sidebar-latest__rank,
body.dark-mode.single:not(.wp-admin) .go-v47-sidebar-latest__rank,
html.dark body.single:not(.wp-admin) .go-v47-sidebar-latest__rank{background:rgba(199,240,0,.14)!important;color:var(--go-v47-green)!important;}
body.single:not(.wp-admin) .go-v47-sidebar-latest__copy{display:grid!important;gap:5px!important;min-width:0!important;}
body.single:not(.wp-admin) .go-v47-sidebar-latest__copy time{color:var(--go-v47-muted-light)!important;font-size:11px!important;font-weight:850!important;text-transform:uppercase!important;}
body.newsx-dark-mode.single:not(.wp-admin) .go-v47-sidebar-latest__copy time,
body.dark-mode.single:not(.wp-admin) .go-v47-sidebar-latest__copy time,
html.dark body.single:not(.wp-admin) .go-v47-sidebar-latest__copy time{color:var(--go-v47-muted-dark)!important;}
body.single:not(.wp-admin) .go-v47-sidebar-latest__copy strong{color:var(--go-v47-text-light)!important;font-size:16px!important;line-height:1.08!important;font-weight:950!important;}
body.newsx-dark-mode.single:not(.wp-admin) .go-v47-sidebar-latest__copy strong,
body.dark-mode.single:not(.wp-admin) .go-v47-sidebar-latest__copy strong,
html.dark body.single:not(.wp-admin) .go-v47-sidebar-latest__copy strong{color:var(--go-v47-text-dark)!important;}

@media (max-width:1180px){body.single:not(.wp-admin) .go-reader-rail{left:14px!important;}}
@media (max-width:1080px){body.single:not(.wp-admin) .go-reader-rail{display:none!important;}.go-reader-v15-panel{display:none!important;}}
@media (max-width:1020px){body.home:not(.wp-admin) .go-ds-bottom-layout{grid-template-columns:1fr!important;}body.home:not(.wp-admin) .go-ds-latest-feed .go-ds-card--latest .go-ds-card-link{grid-template-columns:170px minmax(0,1fr)!important;}}
@media (max-width:680px){body.home:not(.wp-admin) .go-ds-latest-feed{padding:16px!important;}body.home:not(.wp-admin) .go-ds-latest-feed .go-ds-card--latest .go-ds-card-link{grid-template-columns:112px minmax(0,1fr)!important;gap:12px!important;}body.single:not(.wp-admin) .go-single-author-card{grid-template-columns:56px minmax(0,1fr)!important;padding:16px!important;}body.single:not(.wp-admin) .go-single-author-card__avatar{width:54px!important;height:54px!important;}}

/* Generic single sidebar Em Alta color correction, especially in light mode. */
body.single:not(.wp-admin):not(.newsx-dark-mode):not(.dark-mode) .go-article__side-card--trending .go-article__side-title,
html:not(.dark) body.single:not(.wp-admin) .go-article__side-card--trending .go-article__side-title,
body.single:not(.wp-admin):not(.newsx-dark-mode):not(.dark-mode) .go-article__side-card--trending .go-article__side-story-title,
html:not(.dark) body.single:not(.wp-admin) .go-article__side-card--trending .go-article__side-story-title{
  color:var(--go-v47-text-light)!important;
}
body.single:not(.wp-admin):not(.newsx-dark-mode):not(.dark-mode) .go-article__side-card--trending .go-article__side-label,
html:not(.dark) body.single:not(.wp-admin) .go-article__side-card--trending .go-article__side-label{
  color:var(--go-v47-blue)!important;
}
