/* =========================================================
   Game Overdrive v34: header/offcanvas/mobile home/single final pass
   ========================================================= */
:root{
  --go-v34-green:#c7f000;
  --go-v34-blue:#2800f0;
  --go-v34-dark:#080a0f;
  --go-v34-page-dark:#1f1d2b;
  --go-v34-light:#f8f6f7;
  --go-v34-band-dark:#252525;
  --go-v34-band-light:#eceaf0;
  --go-v34-header-h:56px;
}

/* Header, sem faixa branca extra e com proporção estilo Voxel/portal. */
html body:not(.wp-admin) header#site-header.go-v24-header{
  height:var(--go-v34-header-h)!important;
  min-height:var(--go-v34-header-h)!important;
  margin:0!important;
  padding:0!important;
  top:var(--wp-admin--admin-bar--height,0px)!important;
  background:var(--go-v34-dark)!important;
  border-top:0!important;
  border-bottom:1px solid rgba(199,240,0,.18)!important;
  overflow:visible!important;
  box-shadow:none!important;
}
html body:not(.wp-admin):not(.dark-mode):not(.newsx-dark-mode) header#site-header.go-v24-header{
  background:#fff!important;
  border-bottom-color:rgba(8,10,16,.10)!important;
}
html body:not(.wp-admin) header#site-header.go-v24-header::before,
html body:not(.wp-admin) header#site-header.go-v24-header::after,
html body:not(.wp-admin) .go-v24-offcanvas-layer::before,
html body:not(.wp-admin) .go-v24-offcanvas-layer::after,
html body.go-v24-menu-open:not(.wp-admin)::before,
html body.go-v24-menu-open:not(.wp-admin)::after{
  content:none!important;
  display:none!important;
}
html body:not(.wp-admin) .go-v24-header-inner{
  width:min(1180px,calc(100vw - 28px))!important;
  height:var(--go-v34-header-h)!important;
  min-height:var(--go-v34-header-h)!important;
  margin:0 auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;
  justify-content:center!important;
  gap:18px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
html body:not(.wp-admin) .go-v24-header-left{
  display:flex!important;
  align-items:center!important;
  gap:13px!important;
  height:var(--go-v34-header-h)!important;
  min-width:0!important;
  background:transparent!important;
}
html body:not(.wp-admin) .go-v24-menu-toggle{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  display:inline-flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  padding:0!important;
  margin:0!important;
  color:inherit!important;
  background:transparent!important;
  border:0!important;
  border-radius:8px!important;
  box-shadow:none!important;
}
html body:not(.wp-admin) .go-v24-menu-toggle span{
  width:20px!important;
  height:2px!important;
  margin:0!important;
  border-radius:999px!important;
  background:currentColor!important;
}
html body:not(.wp-admin) .go-v24-menu-toggle span:nth-child(2){width:14px!important;}
html body:not(.wp-admin) .go-v24-menu-toggle:hover{background:rgba(199,240,0,.08)!important;color:var(--go-v34-green)!important;}
html body:not(.wp-admin):not(.dark-mode):not(.newsx-dark-mode) .go-v24-menu-toggle:hover{background:rgba(40,0,240,.07)!important;color:var(--go-v34-blue)!important;}
html body:not(.wp-admin) .go-v27-header-compact-brand{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  margin:0!important;
  padding:0!important;
}
html body:not(.wp-admin) .go-v27-header-logo{
  width:24px!important;
  height:24px!important;
  max-width:24px!important;
  max-height:24px!important;
  object-fit:contain!important;
  background:transparent!important;
  display:none!important;
}
html body:not(.wp-admin):not(.dark-mode):not(.newsx-dark-mode) .go-v27-header-logo--light{display:block!important;}
html body.dark-mode:not(.wp-admin) .go-v27-header-logo--dark,
html body.newsx-dark-mode:not(.wp-admin) .go-v27-header-logo--dark,
html.dark body:not(.wp-admin) .go-v27-header-logo--dark{display:block!important;}
html body:not(.wp-admin) .go-v24-main-nav{
  justify-self:center!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:20px!important;
  min-width:0!important;
}
html body:not(.wp-admin) .go-v24-main-nav a{
  color:inherit!important;
  text-decoration:none!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:850!important;
  letter-spacing:-.015em!important;
  white-space:nowrap!important;
}
html body:not(.wp-admin) .go-v24-main-nav a:hover,
html body:not(.wp-admin) .go-v24-main-nav a:focus-visible{
  color:var(--go-v34-green)!important;
  text-decoration:none!important;
}
html body:not(.wp-admin):not(.dark-mode):not(.newsx-dark-mode) .go-v24-main-nav a:hover,
html body:not(.wp-admin):not(.dark-mode):not(.newsx-dark-mode) .go-v24-main-nav a:focus-visible{color:var(--go-v34-blue)!important;}
html body:not(.wp-admin) .go-v24-header-actions{
  height:var(--go-v34-header-h)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  min-width:0!important;
}
html body:not(.wp-admin) .go-v24-header-search{
  width:min(430px,30vw)!important;
  min-width:260px!important;
  height:34px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 36px!important;
  align-items:center!important;
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:7px!important;
  overflow:hidden!important;
  box-shadow:none!important;
}
html body:not(.wp-admin):not(.dark-mode):not(.newsx-dark-mode) .go-v24-header-search{background:#f3f2f5!important;border-color:rgba(8,10,16,.12)!important;}
html body:not(.wp-admin) .go-v24-header-search input{
  height:100%!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  outline:0!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:750!important;
  padding:0 12px!important;
}
html body:not(.wp-admin):not(.dark-mode):not(.newsx-dark-mode) .go-v24-header-search input{color:#12141c!important;}
html body:not(.wp-admin) .go-v24-header-search input::-webkit-search-cancel-button,
html body:not(.wp-admin) .go-v24-header-search input::-webkit-search-decoration{display:none!important;-webkit-appearance:none!important;}
html body:not(.wp-admin) .go-v24-header-search button{
  height:34px!important;
  width:36px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:0!important;
  border-left:1px solid rgba(255,255,255,.12)!important;
  background:transparent!important;
  color:inherit!important;
}
html body:not(.wp-admin) .go-v31-social-link{width:28px!important;height:28px!important;display:grid!important;place-items:center!important;text-decoration:none!important;color:inherit!important;background:transparent!important;border-radius:7px!important;}
html body:not(.wp-admin) .go-v31-social-link:hover{color:var(--go-v34-green)!important;background:rgba(199,240,0,.08)!important;}
html body:not(.wp-admin):not(.dark-mode):not(.newsx-dark-mode) .go-v31-social-link:hover{color:var(--go-v34-blue)!important;background:rgba(40,0,240,.07)!important;}
html body:not(.wp-admin) .go-v31-theme-toggle.newsx-dark-mode-switcher,
html body:not(.wp-admin) .go-v27-theme-toggle.newsx-dark-mode-switcher{
  width:56px!important;
  min-width:56px!important;
  height:30px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding:3px!important;
  border-radius:999px!important;
  background:rgba(199,240,0,.12)!important;
  border:1px solid rgba(199,240,0,.32)!important;
  box-shadow:none!important;
}
html body:not(.wp-admin):not(.dark-mode):not(.newsx-dark-mode) .go-v31-theme-toggle.newsx-dark-mode-switcher,
html body:not(.wp-admin):not(.dark-mode):not(.newsx-dark-mode) .go-v27-theme-toggle.newsx-dark-mode-switcher{background:#f3f2f5!important;border-color:rgba(8,10,16,.14)!important;}

/* Offcanvas: 320px, sólido, sem faixa extra, alinhado como menu de portal. */
html body:not(.wp-admin) .go-v24-offcanvas-layer{
  position:fixed!important;
  inset:var(--wp-admin--admin-bar--height,0px) 0 0 0!important;
  height:calc(100dvh - var(--wp-admin--admin-bar--height,0px))!important;
  z-index:100000!important;
  visibility:hidden!important;
  pointer-events:none!important;
  background:transparent!important;
  margin:0!important;
  padding:0!important;
}
html body.go-v24-menu-open:not(.wp-admin) .go-v24-offcanvas-layer{visibility:visible!important;pointer-events:auto!important;}
html body:not(.wp-admin) .go-v24-offcanvas-backdrop{position:absolute!important;inset:0!important;background:rgba(5,7,12,.58)!important;opacity:0!important;transition:opacity .22s ease!important;}
html body.go-v24-menu-open:not(.wp-admin) .go-v24-offcanvas-backdrop{opacity:1!important;}
html body:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel{
  position:absolute!important;
  top:0!important;
  left:0!important;
  bottom:0!important;
  width:320px!important;
  max-width:min(320px,calc(100vw - 34px))!important;
  height:100%!important;
  min-height:100%!important;
  margin:0!important;
  padding:0!important;
  transform:translateX(-101%)!important;
  transition:transform .22s ease!important;
  background:#fff!important;
  color:#11131a!important;
  border-right:1px solid rgba(8,10,16,.12)!important;
  box-shadow:18px 0 54px rgba(0,0,0,.25)!important;
  overflow:hidden auto!important;
  display:flex!important;
  flex-direction:column!important;
}
html body.dark-mode:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel,
html body.newsx-dark-mode:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel,
html.dark body:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel{background:#07090f!important;color:#f7f7fb!important;border-right-color:rgba(199,240,0,.22)!important;}
html body.go-v24-menu-open:not(.wp-admin) aside#go-v24-offcanvas.go-v24-offcanvas-panel{transform:translateX(0)!important;}
html body:not(.wp-admin) .go-v24-offcanvas-head{
  height:66px!important;
  min-height:66px!important;
  padding:0 18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  background:transparent!important;
  border:0!important;
  border-bottom:1px solid rgba(8,10,16,.10)!important;
  box-shadow:none!important;
}
html body.dark-mode:not(.wp-admin) .go-v24-offcanvas-head,
html body.newsx-dark-mode:not(.wp-admin) .go-v24-offcanvas-head,
html.dark body:not(.wp-admin) .go-v24-offcanvas-head{border-bottom-color:rgba(199,240,0,.17)!important;background:transparent!important;}
html body:not(.wp-admin) .go-v24-offcanvas-brand{
  width:210px!important;
  max-width:210px!important;
  height:44px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
html body:not(.wp-admin) .go-v24-offcanvas-brand img{
  display:none!important;
  width:auto!important;
  max-width:184px!important;
  max-height:34px!important;
  object-fit:contain!important;
  object-position:left center!important;
  background:transparent!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
html body:not(.wp-admin):not(.dark-mode):not(.newsx-dark-mode) .go-v27-offcanvas-logo--light{display:block!important;}
html body.dark-mode:not(.wp-admin) .go-v27-offcanvas-logo--dark,
html body.newsx-dark-mode:not(.wp-admin) .go-v27-offcanvas-logo--dark,
html.dark body:not(.wp-admin) .go-v27-offcanvas-logo--dark{display:block!important;}
html body:not(.wp-admin) .go-v24-offcanvas-close{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  border:1px solid rgba(8,10,16,.12)!important;
  background:#f3f2f5!important;
  color:#11131a!important;
  font-size:24px!important;
  line-height:1!important;
}
html body.dark-mode:not(.wp-admin) .go-v24-offcanvas-close,
html body.newsx-dark-mode:not(.wp-admin) .go-v24-offcanvas-close,
html.dark body:not(.wp-admin) .go-v24-offcanvas-close{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.14)!important;color:#fff!important;}
html body:not(.wp-admin) .go-v24-offcanvas-search-row{padding:16px 18px 12px!important;margin:0!important;border:0!important;}
html body:not(.wp-admin) .go-v24-offcanvas-search-row button{
  width:100%!important;
  min-height:44px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:11px!important;
  padding:0 14px!important;
  border:1px solid rgba(8,10,16,.14)!important;
  border-radius:10px!important;
  background:#f6f5f7!important;
  color:#11131a!important;
  font-weight:850!important;
  text-align:left!important;
}
html body.dark-mode:not(.wp-admin) .go-v24-offcanvas-search-row button,
html body.newsx-dark-mode:not(.wp-admin) .go-v24-offcanvas-search-row button,
html.dark body:not(.wp-admin) .go-v24-offcanvas-search-row button{background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.16)!important;color:#fff!important;}
html body:not(.wp-admin) .go-v24-offcanvas-search-icon{display:none!important;}
html body:not(.wp-admin) .go-v24-offcanvas-search-row button::before{content:"🔍";font-size:16px;line-height:1;filter:grayscale(1);}
html body:not(.wp-admin) .go-v24-offcanvas-nav,
html body:not(.wp-admin) .go-v24-offcanvas-extra{padding:12px 0!important;margin:0!important;display:grid!important;gap:2px!important;border-top:0!important;}
html body:not(.wp-admin) .go-v24-offcanvas-nav a,
html body:not(.wp-admin) .go-v24-offcanvas-extra a{
  width:100%!important;
  min-height:48px!important;
  padding:0 22px!important;
  display:grid!important;
  grid-template-columns:24px minmax(0,1fr)!important;
  align-items:center!important;
  gap:14px!important;
  color:#11131a!important;
  background:transparent!important;
  text-decoration:none!important;
  font-size:16px!important;
  font-weight:850!important;
  letter-spacing:-.02em!important;
  border-radius:0!important;
}
html body.dark-mode:not(.wp-admin) .go-v24-offcanvas-nav a,
html body.newsx-dark-mode:not(.wp-admin) .go-v24-offcanvas-nav a,
html.dark body:not(.wp-admin) .go-v24-offcanvas-nav a,
html body.dark-mode:not(.wp-admin) .go-v24-offcanvas-extra a,
html body.newsx-dark-mode:not(.wp-admin) .go-v24-offcanvas-extra a,
html.dark body:not(.wp-admin) .go-v24-offcanvas-extra a{color:#f7f7fb!important;}
html body:not(.wp-admin) .go-v24-offcanvas-nav a:hover,
html body:not(.wp-admin) .go-v24-offcanvas-extra a:hover{background:rgba(40,0,240,.08)!important;color:#11131a!important;}
html body.dark-mode:not(.wp-admin) .go-v24-offcanvas-nav a:hover,
html body.newsx-dark-mode:not(.wp-admin) .go-v24-offcanvas-nav a:hover,
html.dark body:not(.wp-admin) .go-v24-offcanvas-nav a:hover,
html body.dark-mode:not(.wp-admin) .go-v24-offcanvas-extra a:hover,
html body.newsx-dark-mode:not(.wp-admin) .go-v24-offcanvas-extra a:hover,
html.dark body:not(.wp-admin) .go-v24-offcanvas-extra a:hover{background:rgba(199,240,0,.10)!important;color:#fff!important;}
html body:not(.wp-admin) .go-v24-offcanvas-icon{width:24px!important;height:24px!important;color:var(--go-v34-blue)!important;display:grid!important;place-items:center!important;}
html body.dark-mode:not(.wp-admin) .go-v24-offcanvas-icon,
html body.newsx-dark-mode:not(.wp-admin) .go-v24-offcanvas-icon,
html.dark body:not(.wp-admin) .go-v24-offcanvas-icon{color:var(--go-v34-green)!important;}
html body:not(.wp-admin) .go-v24-offcanvas-icon svg{width:20px!important;height:20px!important;}
html body:not(.wp-admin) .go-v24-offcanvas-extra{border-top:1px solid rgba(8,10,16,.10)!important;margin-top:8px!important;padding-top:16px!important;}
html body.dark-mode:not(.wp-admin) .go-v24-offcanvas-extra,
html body.newsx-dark-mode:not(.wp-admin) .go-v24-offcanvas-extra,
html.dark body:not(.wp-admin) .go-v24-offcanvas-extra{border-top-color:rgba(199,240,0,.16)!important;}
html body:not(.wp-admin) .go-v24-offcanvas-extra strong{padding:0 22px 10px!important;margin:0!important;color:var(--go-v34-blue)!important;text-transform:uppercase!important;font-size:11px!important;font-weight:950!important;letter-spacing:.06em!important;}
html body.dark-mode:not(.wp-admin) .go-v24-offcanvas-extra strong,
html body.newsx-dark-mode:not(.wp-admin) .go-v24-offcanvas-extra strong,
html.dark body:not(.wp-admin) .go-v24-offcanvas-extra strong{color:var(--go-v34-green)!important;}

/* Hero band tipo GameRant: home, editorias e páginas, não em singles. */
html body:not(.wp-admin):not(.single) :is(.go-ds-hero,.go-portal-hero,.go-ca-hero,.go-pf-hero,.go-gh-hero,.go-cc-hero,.go-news-archive-hero,.go-reviews-archive-hero,.go-eh-hero,.go-vh-hero,.go-th-hero,.go-tag-hero){
  position:relative!important;
  isolation:isolate!important;
  margin-bottom:clamp(24px,3vw,44px)!important;
  padding-bottom:clamp(24px,3vw,44px)!important;
}
html body:not(.wp-admin):not(.single) :is(.go-ds-hero,.go-portal-hero,.go-ca-hero,.go-pf-hero,.go-gh-hero,.go-cc-hero,.go-news-archive-hero,.go-reviews-archive-hero,.go-eh-hero,.go-vh-hero,.go-th-hero,.go-tag-hero)::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  bottom:0!important;
  transform:translateX(-50%)!important;
  width:100vw!important;
  height:clamp(62px,8vw,112px)!important;
  background:var(--go-v34-band-light)!important;
  z-index:0!important;
  pointer-events:none!important;
}
html body.dark-mode:not(.wp-admin):not(.single) :is(.go-ds-hero,.go-portal-hero,.go-ca-hero,.go-pf-hero,.go-gh-hero,.go-cc-hero,.go-news-archive-hero,.go-reviews-archive-hero,.go-eh-hero,.go-vh-hero,.go-th-hero,.go-tag-hero)::after,
html body.newsx-dark-mode:not(.wp-admin):not(.single) :is(.go-ds-hero,.go-portal-hero,.go-ca-hero,.go-pf-hero,.go-gh-hero,.go-cc-hero,.go-news-archive-hero,.go-reviews-archive-hero,.go-eh-hero,.go-vh-hero,.go-th-hero,.go-tag-hero)::after,
html.dark body:not(.wp-admin):not(.single) :is(.go-ds-hero,.go-portal-hero,.go-ca-hero,.go-pf-hero,.go-gh-hero,.go-cc-hero,.go-news-archive-hero,.go-reviews-archive-hero,.go-eh-hero,.go-vh-hero,.go-th-hero,.go-tag-hero)::after{background:var(--go-v34-band-dark)!important;}
html body:not(.wp-admin):not(.single) :is(.go-ds-hero,.go-portal-hero,.go-ca-hero,.go-pf-hero,.go-gh-hero,.go-cc-hero,.go-news-archive-hero,.go-reviews-archive-hero,.go-eh-hero,.go-vh-hero,.go-th-hero,.go-tag-hero)>*{position:relative!important;z-index:1!important;}

/* Single comum: eyebrow, título, subtítulo e imagem na mesma régua. */
html body.single:not(.single-review):not(.wp-admin) #content.site-content,
html body.single:not(.single-review):not(.wp-admin) .site-content{padding-top:clamp(54px,5.2vw,82px)!important;}
html body.single:not(.single-review):not(.wp-admin) .go-article__shell{
  width:min(1180px,calc(100vw - 32px))!important;
  max-width:1180px!important;
  margin-inline:auto!important;
  padding:0!important;
}
html body.single:not(.single-review):not(.wp-admin) .go-article__hero-inner,
html body.single:not(.single-review):not(.wp-admin) .go-article__cover,
html body.single:not(.single-review):not(.wp-admin) .go-article__post-cover-meta,
html body.single:not(.single-review):not(.wp-admin) .go-article__grid{
  width:100%!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
html body.single:not(.single-review):not(.wp-admin) .go-article__hero-inner{
  display:block!important;
  padding:0!important;
  text-align:left!important;
}
html body.single:not(.single-review):not(.wp-admin) .go-article__eyebrow,
html body.single:not(.single-review):not(.wp-admin) .go-article__title,
html body.single:not(.single-review):not(.wp-admin) .go-article__deck,
html body.single:not(.single-review):not(.wp-admin) .go-article__meta-row{
  margin-left:0!important;
  margin-right:auto!important;
  text-align:left!important;
}
html body.single:not(.single-review):not(.wp-admin) .go-article__title{max-width:880px!important;font-size:clamp(42px,4.6vw,78px)!important;line-height:.94!important;letter-spacing:-.07em!important;}
html body.single:not(.single-review):not(.wp-admin) .go-article__deck{max-width:820px!important;}
html body.single:not(.single-review):not(.wp-admin) .go-article__deck p{font-size:clamp(18px,1.45vw,25px)!important;line-height:1.24!important;}
html body.single:not(.single-review):not(.wp-admin) .go-article__cover{margin-top:clamp(22px,2.4vw,34px)!important;}
html body.single:not(.single-review):not(.wp-admin) .go-article__cover-image,
html body.single:not(.single-review):not(.wp-admin) .go-editorial-cover__image{width:100%!important;height:auto!important;aspect-ratio:16/9!important;object-fit:cover!important;display:block!important;border-radius:12px!important;}
html body.single:not(.single-review):not(.wp-admin) .go-article__grid{display:grid!important;grid-template-columns:minmax(0,780px) 330px!important;gap:48px!important;align-items:start!important;}
html body.single:not(.single-review):not(.wp-admin) .go-article__main{min-width:0!important;}
html body.single:not(.single-review):not(.wp-admin) .go-article__sidebar{min-width:0!important;width:100%!important;}
html body.single:not(.single-review):not(.wp-admin) .go-article__post-cover-meta{padding-top:16px!important;}
html body.single:not(.single-review):not(.wp-admin) .go-article__post-cover-description--author{max-width:820px!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;}
html body.single:not(.single-review):not(.wp-admin) .go-article__side-author,
html body.single:not(.single-review):not(.wp-admin) .go-single-author-card{display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;}
html body.single:not(.single-review):not(.wp-admin) .go-article__side-author-copy p,
html body.single:not(.single-review):not(.wp-admin) .go-single-author-card p{white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;}

/* Home mobile: hero e cards compactos, sem cards gigantes ou cortados. */
@media (max-width:700px){
  html,body{overflow-x:hidden!important;}
  html body:not(.wp-admin) header#site-header.go-v24-header{height:54px!important;min-height:54px!important;}
  html body:not(.wp-admin) .go-v24-header-inner{
    width:calc(100vw - 22px)!important;
    height:54px!important;
    min-height:54px!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
    gap:9px!important;
  }
  html body:not(.wp-admin) .go-v24-main-nav{display:none!important;}
  html body:not(.wp-admin) .go-v24-header-left{gap:9px!important;height:54px!important;}
  html body:not(.wp-admin) .go-v24-menu-toggle{width:30px!important;height:30px!important;min-width:30px!important;}
  html body:not(.wp-admin) .go-v24-menu-toggle span{width:18px!important;}
  html body:not(.wp-admin) .go-v24-menu-toggle span:nth-child(2){width:13px!important;}
  html body:not(.wp-admin) .go-v27-header-compact-brand{width:28px!important;height:28px!important;min-width:28px!important;}
  html body:not(.wp-admin) .go-v27-header-logo{width:22px!important;height:22px!important;max-width:22px!important;max-height:22px!important;}
  html body:not(.wp-admin) .go-v24-header-actions{gap:7px!important;height:54px!important;min-width:0!important;}
  html body:not(.wp-admin) .go-v24-header-search{
    display:grid!important;
    width:100%!important;
    min-width:0!important;
    height:32px!important;
    grid-template-columns:minmax(0,1fr) 32px!important;
    border-radius:7px!important;
  }
  html body:not(.wp-admin) .go-v24-header-search input{font-size:12px!important;padding:0 9px!important;}
  html body:not(.wp-admin) .go-v24-header-search button{height:32px!important;width:32px!important;}
  html body:not(.wp-admin) .go-v31-social-link{width:24px!important;height:24px!important;font-size:12px!important;}
  html body:not(.wp-admin) .go-v31-theme-toggle.newsx-dark-mode-switcher,
  html body:not(.wp-admin) .go-v27-theme-toggle.newsx-dark-mode-switcher{width:48px!important;min-width:48px!important;height:28px!important;}
  html body.home:not(.wp-admin) .go-ds-home{padding-top:18px!important;overflow-x:hidden!important;}
  html body.home:not(.wp-admin) .go-ds-wrap{width:calc(100vw - 24px)!important;max-width:520px!important;margin-inline:auto!important;}
  html body.home:not(.wp-admin) .go-ds-hero-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;width:100%!important;}
  html body.home:not(.wp-admin) .go-ds-hero-card,
  html body.home:not(.wp-admin) .go-ds-hero-card--main,
  html body.home:not(.wp-admin) .go-ds-hero-card--small,
  html body.home:not(.wp-admin) .go-ds-hero-card--1,
  html body.home:not(.wp-admin) .go-ds-hero-card--2,
  html body.home:not(.wp-admin) .go-ds-hero-card--3,
  html body.home:not(.wp-admin) .go-ds-hero-card--4,
  html body.home:not(.wp-admin) .go-ds-hero-card--5{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:16/9!important;
    grid-column:auto!important;
    grid-row:auto!important;
    border-radius:14px!important;
  }
  html body.home:not(.wp-admin) .go-ds-hero-card--main{aspect-ratio:16/10!important;}
  html body.home:not(.wp-admin) .go-ds-hero-copy{left:14px!important;right:14px!important;bottom:14px!important;gap:5px!important;}
  html body.home:not(.wp-admin) .go-ds-hero-card--main .go-ds-hero-copy strong{font-size:clamp(22px,7.2vw,31px)!important;line-height:1.02!important;letter-spacing:-.055em!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important;max-width:100%!important;}
  html body.home:not(.wp-admin) .go-ds-hero-card:not(.go-ds-hero-card--main) .go-ds-hero-copy strong{font-size:clamp(18px,5.8vw,24px)!important;line-height:1.03!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important;max-width:100%!important;}
  html body.home:not(.wp-admin) .go-ds-hero-copy em{font-size:13px!important;line-height:1.25!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;}
  html body.home:not(.wp-admin) .go-ds-section,
  html body.home:not(.wp-admin) .go-ds-duo,
  html body.home:not(.wp-admin) .go-ds-content-band,
  html body.home:not(.wp-admin) .go-ds-bottom-layout{margin-top:32px!important;}
  html body.home:not(.wp-admin) .go-ds-duo,
  html body.home:not(.wp-admin) .go-ds-duo--editorias,
  html body.home:not(.wp-admin) .go-ds-content-band,
  html body.home:not(.wp-admin) .go-ds-bottom-layout,
  html body.home:not(.wp-admin) .go-ds-side-rail,
  html body.home:not(.wp-admin) .go-ds-rightbar{display:grid!important;grid-template-columns:1fr!important;gap:30px!important;width:100%!important;}
  html body.home:not(.wp-admin) .go-ds-card--feature .go-ds-card-link,
  html body.home:not(.wp-admin) .go-ds-card--feature-list .go-ds-card-link,
  html body.home:not(.wp-admin) .go-ds-card--wide .go-ds-card-link,
  html body.home:not(.wp-admin) .go-ds-card--standard .go-ds-card-link{display:grid!important;grid-template-columns:1fr!important;overflow:visible!important;width:100%!important;}
  html body.home:not(.wp-admin) .go-ds-card--feature .go-ds-card-media,
  html body.home:not(.wp-admin) .go-ds-card--feature-list .go-ds-card-media,
  html body.home:not(.wp-admin) .go-ds-card--wide .go-ds-card-media,
  html body.home:not(.wp-admin) .go-ds-card--standard .go-ds-card-media{width:100%!important;min-width:0!important;aspect-ratio:16/9!important;}
  html body.home:not(.wp-admin) .go-ds-card--mini .go-ds-card-link,
  html body.home:not(.wp-admin) .go-ds-card--list .go-ds-card-link,
  html body.home:not(.wp-admin) .go-ds-card--latest .go-ds-card-link{grid-template-columns:112px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;overflow:visible!important;}
  html body.home:not(.wp-admin) .go-ds-card--mini .go-ds-card-media,
  html body.home:not(.wp-admin) .go-ds-card--list .go-ds-card-media,
  html body.home:not(.wp-admin) .go-ds-card--latest .go-ds-card-media{width:112px!important;min-width:112px!important;max-width:112px!important;aspect-ratio:16/9!important;min-height:0!important;height:auto!important;}
  html body.home:not(.wp-admin) .go-ds-card-title{font-size:15px!important;line-height:1.08!important;letter-spacing:-.035em!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important;}
  html body.home:not(.wp-admin) .go-ds-card--feature .go-ds-card-title,
  html body.home:not(.wp-admin) .go-ds-card--feature-list .go-ds-card-title,
  html body.home:not(.wp-admin) .go-ds-card--wide .go-ds-card-title,
  html body.home:not(.wp-admin) .go-ds-card--standard .go-ds-card-title{font-size:clamp(19px,6vw,24px)!important;}
  html body.home:not(.wp-admin) .go-ds-card-excerpt{display:none!important;}
}
@media (max-width:420px){
  html body:not(.wp-admin) .go-v24-header-inner{width:calc(100vw - 18px)!important;gap:6px!important;}
  html body:not(.wp-admin) .go-v31-social-link{display:none!important;}
  html body:not(.wp-admin) .go-v24-header-search input{font-size:11px!important;}
  html body.home:not(.wp-admin) .go-ds-hero-card--main .go-ds-hero-copy strong{font-size:clamp(21px,7vw,28px)!important;}
  html body.home:not(.wp-admin) .go-ds-hero-card:not(.go-ds-hero-card--main) .go-ds-hero-copy strong{font-size:clamp(17px,5.6vw,22px)!important;}
}
@media (max-width:980px){
  html body.single:not(.single-review):not(.wp-admin) .go-article__grid{grid-template-columns:1fr!important;gap:28px!important;}
  html body.single:not(.single-review):not(.wp-admin) .go-article__shell,
  html body.single:not(.single-review):not(.wp-admin) .go-article__hero-inner,
  html body.single:not(.single-review):not(.wp-admin) .go-article__cover,
  html body.single:not(.single-review):not(.wp-admin) .go-article__post-cover-meta,
  html body.single:not(.single-review):not(.wp-admin) .go-article__grid{width:min(720px,calc(100vw - 28px))!important;}
  html body.single:not(.single-review):not(.wp-admin) .go-article__title{font-size:clamp(36px,8vw,58px)!important;}
}
