:root {
--go-sidebar-collapsed: 72px;
--go-sidebar-expanded: 248px;
--go-main-gutter: 16px;
--go-main-padding: 24px;
--go-shell-wide: 1360px;
--go-shell-medium: 1280px;
--go-shell-single: 1040px;
--go-article-head: 960px;
--go-article-media: 1040px;
--go-article-content: 740px;
--go-article-aside: 300px;
--go-grid-gap: 48px;
--go-shell-current-wide: var(--go-shell-wide);
--go-shell-current-medium: var(--go-shell-medium);
--go-shell-current-single: var(--go-shell-single);
--go-article-head-current: var(--go-article-head);
--go-article-media-current: var(--go-article-media);
--go-article-content-current: var(--go-article-content);
--go-article-aside-current: var(--go-article-aside);
--go-shell-inline-space: calc(var(--go-main-padding) + var(--go-main-padding));
--go-single-shell-bias: 18px;
--go-single-shell-offset: 24px;
--go-shell-current-single-grid: calc(var(--go-article-content-current) + var(--go-article-aside-current) + var(--go-grid-gap));
}
.go-layout-shell,
.go-layout-shell.newsx-container {
width: min(calc(100% - var(--go-shell-inline-space)), var(--go-shell-current-wide)) !important;
max-width: var(--go-shell-current-wide) !important;
margin-right: auto !important;
margin-left: auto !important;
}
.go-layout-shell--medium,
.go-layout-shell--medium.newsx-container {
width: min(calc(100% - var(--go-shell-inline-space)), var(--go-shell-current-medium)) !important;
max-width: var(--go-shell-current-medium) !important;
}
.go-layout-shell--single,
.go-layout-shell--single.newsx-container {
width: min(calc(100% - var(--go-shell-inline-space) + var(--go-single-shell-bias)), calc(var(--go-shell-current-single-grid) + var(--go-single-shell-bias))) !important;
max-width: calc(var(--go-shell-current-single-grid) + var(--go-single-shell-bias)) !important;
margin-right: auto !important;
margin-left: max(0px, calc(((100% - (var(--go-shell-current-single-grid) + var(--go-single-shell-bias))) / 2) - var(--go-single-shell-offset))) !important;
}
.go-layout-shell > :first-child {
margin-top: 0;
}
.go-shell-header .newsx-offcanvas-widgets-area,
.go-shell-topbar .newsx-offcanvas-widgets-area {
height: 100dvh;
max-height: 100dvh;
}
.go-shell-header .go-offcanvas-panel {
height: 100%;
min-height: 0;
overflow: hidden;
}
.go-shell-header .go-offcanvas-body {
min-height: 0;
overflow-y: auto !important;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
.go-shell-header .go-offcanvas-follow {
margin-top: 0 !important;
}
body.go-template-standard,
body.go-template-review,
body.go-template-critica,
body.go-template-standard #page,
body.go-template-review #page,
body.go-template-critica #page,
body.go-template-standard .site-content,
body.go-template-review .site-content,
body.go-template-critica .site-content,
body.go-template-standard #content,
body.go-template-review #content,
body.go-template-critica #content,
body .go-article,
body .go-review-single-page,
body .go-sc-page {
background: transparent !important;
}
body:is(.go-template-standard, .go-template-review, .go-template-critica) :is(
#main,
.site-main,
.newsx-site-main,
.content-area,
.newsx-single-wrap,
.newsx-single-inner,
.newsx-single-content-wrap,
.go-article__shell,
.go-review-single-shell,
.go-sc-shell
) {
background: transparent !important;
background-image: none !important;
box-shadow: none !important;
}
.go-site-game-art-backdrop,
body.go-site-has-game-art,
body.go-site-has-game-art #page.site.has-site-game-art {
--go-site-game-art-base: #eef2f7;
--go-site-game-art-current: var(--go-site-game-art-light, var(--go-site-game-art, none));
--go-site-game-art-opacity: var(--go-site-game-art-opacity-custom-light, 0.24);
--go-site-game-art-filter: saturate(1.1) contrast(0.98);
--go-site-game-art-overlay:
linear-gradient(180deg, rgba(240, 243, 245, 0.46) 0%, rgba(240, 243, 245, 0.62) 56%, rgba(240, 243, 245, 0.8) 100%),
radial-gradient(circle at top right, rgba(214, 255, 63, 0.14), transparent 38%);
}
.go-site-game-art-backdrop {
position: fixed;
inset: 0;
z-index: 0;
pointer-events: none;
background: var(--go-site-game-art-base);
}
.go-site-game-art-backdrop::before,
.go-site-game-art-backdrop::after {
content: "";
position: absolute;
inset: 0;
}
.go-site-game-art-backdrop::before {
background-image: var(--go-site-game-art-current);
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
background-attachment: fixed;
opacity: var(--go-site-game-art-opacity);
filter: var(--go-site-game-art-filter);
}
.go-site-game-art-backdrop::after {
background: var(--go-site-game-art-overlay);
}
body.go-site-has-game-art {
position: relative;
}
body.go-site-has-game-art::before,
body.go-site-has-game-art::after {
content: "";
position: fixed;
inset: 0;
pointer-events: none;
}
body.go-site-has-game-art::before {
z-index: 0;
background-color: var(--go-site-game-art-base);
background-image: var(--go-site-game-art-current);
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
background-attachment: fixed;
opacity: var(--go-site-game-art-opacity);
filter: var(--go-site-game-art-filter);
}
body.go-site-has-game-art::after {
z-index: 0;
background: var(--go-site-game-art-overlay);
}
body.go-site-has-game-art #page {
position: relative;
z-index: 1;
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
}
body.go-site-has-game-art #page > * {
position: relative;
z-index: 1;
}
body.go-site-has-game-art #page.site.has-site-game-art {
position: relative;
z-index: 1;
isolation: isolate;
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
}
body.go-site-has-game-art .go-site-game-art-backdrop {
display: none;
}
body.go-site-has-game-art :is(
#content.site-content,
.site-content,
#main.site-main,
.site-main,
.newsx-main-wrap,
.content-area,
#primary,
.newsx-single-wrap,
.newsx-single-inner,
.newsx-single-content-wrap,
.newsx-default-page-wrap,
#site-footer,
#site-footer.newsx-site-footer,
#site-footer.go-shell-footer,
#site-footer > section,
#site-footer .go-shell-footer-main,
#site-footer .go-shell-wrap,
#site-footer .go-shell-footer-top,
#site-footer .go-shell-footer-grid,
#site-footer .go-shell-footer-bottom,
#site-footer .go-shell-footer-info,
.newsx-site-footer,
.go-shell-footer,
.go-shell-footer-main,
.go-shell-footer .go-shell-wrap,
.go-shell-footer-top,
.go-shell-footer-grid,
.go-shell-footer-bottom,
.go-shell-footer-info
) {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
box-shadow: none !important;
} body.go-site-has-game-art[class*="go-site-game-art--editorial-"] :is(
.go-404-page,
.go-author-archive,
.go-ca-page,
.go-cc-page,
.go-cp-page,
.go-eh-page,
.go-fph,
.go-gf-page,
.go-gh-page,
.go-guides-hub,
.go-gallery-page,
.go-ip-page,
.go-news-archive-page,
.go-reviews-archive-page,
.go-review-single-page,
.go-src-page,
.go-sc-page,
.go-th-page,
.go-vh-page,
.newsx-default-page-wrap,
.grp-page
) {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
box-shadow: none !important;
}
body.go-site-has-game-art[class*="go-site-game-art--editorial-"] :is(
.go-404-page,
.go-author-archive,
.go-ca-page,
.go-cc-page,
.go-cp-page,
.go-eh-page,
.go-fph,
.go-gf-page,
.go-gh-page,
.go-guides-hub,
.go-gallery-page,
.go-ip-page,
.go-news-archive-page,
.go-reviews-archive-page,
.go-review-single-page,
.go-src-page,
.go-sc-page,
.go-th-page,
.go-vh-page,
.newsx-default-page-wrap,
.grp-page
)::before,
body.go-site-has-game-art[class*="go-site-game-art--editorial-"] :is(
.go-404-page,
.go-author-archive,
.go-ca-page,
.go-cc-page,
.go-cp-page,
.go-eh-page,
.go-fph,
.go-gf-page,
.go-gh-page,
.go-guides-hub,
.go-gallery-page,
.go-ip-page,
.go-news-archive-page,
.go-reviews-archive-page,
.go-review-single-page,
.go-src-page,
.go-sc-page,
.go-th-page,
.go-vh-page,
.newsx-default-page-wrap,
.grp-page
)::after {
content: none !important;
display: none !important;
background: none !important;
background-image: none !important;
box-shadow: none !important;
}
html.dark .go-site-game-art-backdrop,
html.go-root-dark-mode .go-site-game-art-backdrop,
body.dark .go-site-game-art-backdrop,
body.dark-mode .go-site-game-art-backdrop,
body.is-dark-theme .go-site-game-art-backdrop,
body.newsx-dark-mode .go-site-game-art-backdrop,
[data-theme="dark"] .go-site-game-art-backdrop,
html.dark body.go-site-has-game-art,
html.go-root-dark-mode body.go-site-has-game-art,
body.dark.go-site-has-game-art,
body.dark-mode.go-site-has-game-art,
body.is-dark-theme.go-site-has-game-art,
body.newsx-dark-mode.go-site-has-game-art,
[data-theme="dark"] body.go-site-has-game-art,
body[data-theme="dark"].go-site-has-game-art,
html.dark body.go-site-has-game-art #page.site.has-site-game-art,
html.go-root-dark-mode body.go-site-has-game-art #page.site.has-site-game-art,
body.dark.go-site-has-game-art #page.site.has-site-game-art,
body.dark-mode.go-site-has-game-art #page.site.has-site-game-art,
body.is-dark-theme.go-site-has-game-art #page.site.has-site-game-art,
body.newsx-dark-mode.go-site-has-game-art #page.site.has-site-game-art,
[data-theme="dark"] body.go-site-has-game-art #page.site.has-site-game-art,
body[data-theme="dark"] .go-site-game-art-backdrop {
--go-site-game-art-base: #05070b;
--go-site-game-art-current: var(--go-site-game-art-dark, var(--go-site-game-art-light, var(--go-site-game-art, none)));
--go-site-game-art-opacity: var(--go-site-game-art-opacity-custom-dark, 0.2);
--go-site-game-art-filter: saturate(1.12) contrast(1.02) brightness(0.76);
--go-site-game-art-overlay:
linear-gradient(180deg, rgba(5, 11, 19, 0.24) 0%, rgba(5, 11, 19, 0.46) 54%, rgba(5, 11, 19, 0.72) 100%),
radial-gradient(circle at top right, rgba(214, 255, 63, 0.12), transparent 36%);
}
body.go-template-standard.go-site-has-game-art {
--go-site-game-art-opacity: min(var(--go-site-game-art-opacity-custom-light, 0.18), 0.18);
--go-site-game-art-overlay:
linear-gradient(180deg, rgba(240, 243, 245, 0.58) 0%, rgba(240, 243, 245, 0.72) 56%, rgba(240, 243, 245, 0.88) 100%),
radial-gradient(circle at top right, rgba(214, 255, 63, 0.1), transparent 38%);
}
html.dark body.go-template-standard.go-site-has-game-art,
html.go-root-dark-mode body.go-template-standard.go-site-has-game-art,
body.dark.go-template-standard.go-site-has-game-art,
body.dark-mode.go-template-standard.go-site-has-game-art,
body.is-dark-theme.go-template-standard.go-site-has-game-art,
body.newsx-dark-mode.go-template-standard.go-site-has-game-art,
[data-theme="dark"] body.go-template-standard.go-site-has-game-art,
body[data-theme="dark"].go-template-standard.go-site-has-game-art {
--go-site-game-art-opacity: min(var(--go-site-game-art-opacity-custom-dark, 0.15), 0.15);
--go-site-game-art-overlay:
linear-gradient(180deg, rgba(5, 11, 19, 0.4) 0%, rgba(5, 11, 19, 0.6) 54%, rgba(5, 11, 19, 0.82) 100%),
radial-gradient(circle at top right, rgba(214, 255, 63, 0.08), transparent 36%);
}
body.go-site-has-game-art[class*="go-site-game-art--editorial-"],
body.go-site-has-game-art[class*="go-site-game-art--editorial-"] #page.site.has-site-game-art,
body.go-site-has-game-art[class*="go-site-game-art--editorial-"] .go-site-game-art-backdrop {
--go-site-game-art-base: #f6f8fb;
--go-site-game-art-opacity-custom-light: max(var(--go-site-game-art-opacity-custom-light, 0.72), 0.72);
--go-site-game-art-filter: brightness(0.9) contrast(1.38) saturate(1.22);
--go-site-game-art-overlay:
linear-gradient(180deg, rgba(246, 248, 251, 0.04) 0%, rgba(246, 248, 251, 0.1) 56%, rgba(246, 248, 251, 0.18) 100%),
radial-gradient(circle at top right, rgba(214, 255, 63, 0.03), transparent 40%);
}
html.dark body.go-site-has-game-art[class*="go-site-game-art--editorial-"],
html.go-root-dark-mode body.go-site-has-game-art[class*="go-site-game-art--editorial-"],
body.dark.go-site-has-game-art[class*="go-site-game-art--editorial-"],
body.dark-mode.go-site-has-game-art[class*="go-site-game-art--editorial-"],
body.is-dark-theme.go-site-has-game-art[class*="go-site-game-art--editorial-"],
body.newsx-dark-mode.go-site-has-game-art[class*="go-site-game-art--editorial-"],
[data-theme="dark"] body.go-site-has-game-art[class*="go-site-game-art--editorial-"],
body[data-theme="dark"].go-site-has-game-art[class*="go-site-game-art--editorial-"],
html.dark body.go-site-has-game-art[class*="go-site-game-art--editorial-"] #page.site.has-site-game-art,
body.dark.go-site-has-game-art[class*="go-site-game-art--editorial-"] #page.site.has-site-game-art,
body.dark-mode.go-site-has-game-art[class*="go-site-game-art--editorial-"] #page.site.has-site-game-art,
body.is-dark-theme.go-site-has-game-art[class*="go-site-game-art--editorial-"] #page.site.has-site-game-art,
body.newsx-dark-mode.go-site-has-game-art[class*="go-site-game-art--editorial-"] #page.site.has-site-game-art,
[data-theme="dark"] body.go-site-has-game-art[class*="go-site-game-art--editorial-"] #page.site.has-site-game-art,
body[data-theme="dark"].go-site-has-game-art[class*="go-site-game-art--editorial-"] #page.site.has-site-game-art,
html.dark body.go-site-has-game-art[class*="go-site-game-art--editorial-"] .go-site-game-art-backdrop,
body.dark.go-site-has-game-art[class*="go-site-game-art--editorial-"] .go-site-game-art-backdrop,
body.dark-mode.go-site-has-game-art[class*="go-site-game-art--editorial-"] .go-site-game-art-backdrop,
body.is-dark-theme.go-site-has-game-art[class*="go-site-game-art--editorial-"] .go-site-game-art-backdrop,
body.newsx-dark-mode.go-site-has-game-art[class*="go-site-game-art--editorial-"] .go-site-game-art-backdrop,
[data-theme="dark"] body.go-site-has-game-art[class*="go-site-game-art--editorial-"] .go-site-game-art-backdrop,
body[data-theme="dark"].go-site-has-game-art[class*="go-site-game-art--editorial-"] .go-site-game-art-backdrop {
--go-site-game-art-opacity-custom-dark: max(var(--go-site-game-art-opacity-custom-dark, 0.46), 0.46);
--go-site-game-art-overlay:
linear-gradient(180deg, rgba(5, 11, 19, 0.16) 0%, rgba(5, 11, 19, 0.34) 54%, rgba(5, 11, 19, 0.56) 100%),
radial-gradient(circle at top right, rgba(214, 255, 63, 0.09), transparent 36%);
}
html.dark body.go-site-has-game-art #page.site.has-site-game-art,
body.dark.go-site-has-game-art #page.site.has-site-game-art,
body.dark-mode.go-site-has-game-art #page.site.has-site-game-art,
body.is-dark-theme.go-site-has-game-art #page.site.has-site-game-art,
body.newsx-dark-mode.go-site-has-game-art #page.site.has-site-game-art,
[data-theme="dark"] body.go-site-has-game-art #page.site.has-site-game-art,
body[data-theme="dark"].go-site-has-game-art #page.site.has-site-game-art {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
}
body :is(
.go-article__cover,
.go-article__glance,
.go-article__side-card,
.go-article__related,
.go-article__footer,
.go-article__comments,
.go-review-single-hero,
.go-review-single-facts,
.go-review-single-aggregates,
.go-review-single-more-card,
.go-review-single-proscons-card,
.go-review-single-author-card,
.go-review-single-related-card,
.go-sc-hero,
.go-sc-score-strip,
.go-sc-panel,
.go-sc-proscons-card,
.go-sc-author-card,
.go-sc-related-card,
.go-sc-similar-card
) {
background: transparent !important;
box-shadow: none !important;
}
body :is(
.go-article__glance,
.go-article__side-card,
.go-article__related,
.go-article__footer,
.go-article__comments,
.go-review-single-facts,
.go-review-single-aggregates,
.go-review-single-more-card,
.go-review-single-proscons-card,
.go-review-single-author-card,
.go-review-single-related-card,
.go-sc-score-strip,
.go-sc-panel,
.go-sc-proscons-card,
.go-sc-author-card,
.go-sc-related-card,
.go-sc-similar-card
) {
border-left: 0 !important;
border-right: 0 !important;
border-radius:0!important;
}
body .go-reviews-archive-page {
margin-inline: 0 !important;
background: transparent !important;
}
body .go-reviews-archive-hero {
width: 100% !important;
max-width: none !important;
margin-left: 0 !important;
transform: none !important;
}
@media (min-width: 1200px) {
body {
--go-sidebar-width: var(--go-sidebar-expanded);
--go-desktop-shell-width: var(--go-sidebar-expanded);
--go-desktop-shell-width-compact: var(--go-sidebar-collapsed);
--go-desktop-shell-width-current: var(--go-sidebar-width);
--go-desktop-content-gutter: var(--go-main-padding);
--go-shell-current-wide: var(--go-shell-medium);
--go-shell-current-medium: 1248px;
--go-shell-current-single: 980px;
--go-article-head-current: 940px;
--go-article-media-current: 980px;
--go-article-content-current: 700px;
--go-article-aside-current: 288px;
--go-desktop-content-max: var(--go-shell-current-wide);
--go-grid-gap: 44px;
}
body.go-desktop-shell-collapsed,
body.has-offcanvas-closed {
--go-sidebar-width: var(--go-sidebar-collapsed);
--go-desktop-shell-width-current: var(--go-sidebar-collapsed);
--go-shell-current-wide: var(--go-shell-wide);
--go-shell-current-medium: var(--go-shell-medium);
--go-shell-current-single: var(--go-shell-single);
--go-article-head-current: var(--go-article-head);
--go-article-media-current: var(--go-article-media);
--go-article-content-current: var(--go-article-content);
--go-article-aside-current: var(--go-article-aside);
--go-desktop-content-max: var(--go-shell-wide);
--go-grid-gap: 48px;
}
body.has-offcanvas-open {
--go-sidebar-width: var(--go-sidebar-expanded);
--go-desktop-shell-width-current: var(--go-sidebar-expanded);
--go-shell-current-wide: var(--go-shell-medium);
--go-shell-current-medium: 1248px;
--go-shell-current-single: 980px;
--go-article-head-current: 940px;
--go-article-media-current: 980px;
--go-article-content-current: 700px;
--go-article-aside-current: 288px;
--go-desktop-content-max: var(--go-shell-current-wide);
--go-grid-gap: 44px;
}
body #page {
padding-left: calc(var(--go-sidebar-width) + var(--go-main-gutter)) !important;
transition: padding-left 0.24s ease;
}
body .go-shell-header,
body .go-shell-topbar .newsx-offcanvas-wrap {
width: var(--go-sidebar-width) !important;
}
body .go-shell-topbar .newsx-offcanvas-widgets-area,
body .go-shell-header .newsx-offcanvas-widgets-area {
height: calc(100dvh - var(--go-shell-admin-offset)) !important;
max-height: calc(100dvh - var(--go-shell-admin-offset)) !important;
width: var(--go-sidebar-width) !important;
max-width: var(--go-sidebar-width) !important;
border-right: 0 !important;
border-inline-end: 0 !important;
box-shadow: none !important;
overflow-x: hidden !important;
}
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-widgets-area,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area {
border-right: 0 !important;
border-inline-end: 0 !important;
box-shadow: none !important;
}
body.has-offcanvas-open .go-shell-header .go-offcanvas-header {
padding-right: 16px;
padding-left: 16px;
}
body.has-offcanvas-open .go-shell-header .go-offcanvas-body {
padding-right: 14px;
padding-left: 14px;
}
body.has-offcanvas-open .go-shell-header .go-offcanvas-theme-panel {
padding-right: 14px;
padding-left: 14px;
}
body.has-offcanvas-open .go-shell-header .go-offcanvas-nav > ul > li > a {
padding-right: 12px;
padding-left: 14px;
}
body.has-offcanvas-open .go-shell-header .go-offcanvas-nav > ul > li > a:hover,
body.has-offcanvas-open .go-shell-header .go-offcanvas-nav > ul > li.current-menu-item > a,
body.has-offcanvas-open .go-shell-header .go-offcanvas-nav > ul > li.current-menu-ancestor > a {
padding-left: 18px;
}
body .go-shell-header .go-offcanvas-nav .menu-item-has-children,
body .go-shell-header .newsx-offcanvas-widgets-area .menu-item-has-children {
column-gap: 8px;
}
body .go-shell-header .go-offcanvas-nav .menu-item-has-children > a,
body .go-shell-header .newsx-offcanvas-widgets-area .menu-item-has-children > a {
grid-column: 1 !important;
width: 100%;
min-width: 0;
padding-right: 14px !important;
}
body .go-shell-header .go-offcanvas-nav .menu-item-has-children > .sub-menu,
body .go-shell-header .newsx-offcanvas-widgets-area .menu-item-has-children > .sub-menu {
grid-column: 1 / -1 !important;
}
body .go-shell-header .go-offcanvas-submenu-toggle {
grid-column: 2 !important;
z-index: 3;
}
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-header,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-header {
padding-right: 8px;
padding-left: 8px;
}
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-body,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-body {
padding-right: 8px;
padding-left: 8px;
overflow-x: hidden !important;
}
body.go-desktop-shell-collapsed .go-shell-topbar .newsx-offcanvas-overlay,
body.has-offcanvas-closed .go-shell-topbar .newsx-offcanvas-overlay {
display: none !important;
pointer-events: none !important;
}
body .go-shell-header .go-offcanvas-site-brand .go-offcanvas-logo-image--open {
max-width: 196px;
max-height: 40px;
}
body .go-shell-header .go-offcanvas-site-brand .go-offcanvas-logo-image--compact {
max-width: 78px;
max-height: 28px;
}
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-logo-image--compact,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-logo-image--compact {
max-width: 58px;
max-height: 24px;
}
body .go-layout-shell.go-layout-shell--wide,
body .go-layout-shell.go-layout-shell--wide.newsx-container {
width: min(calc(100% - var(--go-shell-inline-space)), var(--go-shell-current-wide)) !important;
max-width: var(--go-shell-current-wide) !important;
}
body .go-layout-shell.go-layout-shell--single,
body .go-layout-shell.go-layout-shell--single.newsx-container {
width: min(calc(100% - var(--go-shell-inline-space) + var(--go-single-shell-bias)), calc(var(--go-shell-current-single-grid) + var(--go-single-shell-bias))) !important;
max-width: calc(var(--go-shell-current-single-grid) + var(--go-single-shell-bias)) !important;
margin-right: auto !important;
margin-left: max(0px, calc(((100% - (var(--go-shell-current-single-grid) + var(--go-single-shell-bias))) / 2) - var(--go-single-shell-offset))) !important;
}
body .go-article__hero,
body .go-review-single-hero,
body .go-sc-hero {
width: 100%;
max-width: var(--go-article-media-current);
margin-right: auto;
margin-left: 0;
}
body .go-article__hero-inner,
body .go-review-single-hero-inner,
body .go-sc-hero-inner {
width: min(100%, var(--go-article-head-current));
}
body .go-article__hero-inner {
margin-right: auto;
margin-left: 0;
text-align: left;
}
body .go-article__breadcrumbs-bar {
justify-content: flex-start;
padding-right: 0;
padding-left: 0;
}
body .go-article__breadcrumbs {
width: min(100%, var(--go-article-head-current));
text-align: left;
}
body .go-article__breadcrumbs .newsx-breadcrumbs {
justify-content: flex-start;
text-align: left;
}
body .go-article__title,
body .go-review-single-title,
body .go-sc-title {
max-width: var(--go-article-head-current);
}
body .go-article__title {
margin-right: 0;
margin-left: 0;
text-align: left;
}
body .go-article__deck,
body .go-review-single-subtitle,
body .go-sc-summary {
max-width: min(760px, var(--go-article-head-current));
}
body .go-article__deck {
margin-right: 0;
margin-left: 0;
text-align: left;
}
body .go-article__cover,
body .go-article__meta-row,
body .go-review-single-decision {
width: 100% !important;
max-width: var(--go-article-media-current) !important;
margin-right: auto !important;
margin-left: 0 !important;
}
body .go-article__grid,
body .go-review-single-layout,
body .go-sc-grid {
grid-template-columns: minmax(0, var(--go-article-content-current)) minmax(0, var(--go-article-aside-current));
justify-content: start;
gap: var(--go-grid-gap);
}
body .go-review-single-layout.has-no-sidebar {
grid-template-columns: minmax(0, var(--go-article-content-current));
justify-content: start;
}
body .go-article__summary,
body .go-review-single-toc,
body .go-sc-toc {
max-width: var(--go-article-content-current);
}
body .go-news-archive-hero,
body .go-news-archive-video-grid,
body .go-ca-top-grid,
body .go-ca-video-stage,
body .go-reviews-archive-hero,
body .go-reviews-archive-content,
body .grp-grid,
body .go-gh-hero,
body .go-gh-featured,
body .go-eh-lead,
body .go-th-hero,
body .go-th-hero.has-feature,
body .go-th-lead {
grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
gap: var(--go-grid-gap);
}
body .go-ca-hero-feature,
body .go-th-hero-feature {
grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
}
body.has-offcanvas-open .go-news-archive-hero,
body.has-offcanvas-open .go-news-archive-video-grid,
body.has-offcanvas-open .go-ca-top-grid,
body.has-offcanvas-open .go-ca-video-stage,
body.has-offcanvas-open .go-reviews-archive-hero,
body.has-offcanvas-open .go-reviews-archive-content,
body.has-offcanvas-open .grp-grid,
body.has-offcanvas-open .go-gh-hero,
body.has-offcanvas-open .go-gh-featured,
body.has-offcanvas-open .go-eh-lead,
body.has-offcanvas-open .go-th-hero,
body.has-offcanvas-open .go-th-hero.has-feature,
body.has-offcanvas-open .go-th-lead {
grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
gap: 40px;
}
body .go-eh-hero.has-feature {
grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
gap: 40px;
}
body.has-offcanvas-open .go-eh-hero.has-feature {
grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.05fr);
gap: 36px;
}
body.has-offcanvas-open .go-ca-hero-feature,
body.has-offcanvas-open .go-th-hero-feature {
grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
}
body.has-offcanvas-open .go-ca-video-list,
body.has-offcanvas-open .go-ca-hero-rail-list,
body.has-offcanvas-open .go-eh-now-list,
body.has-offcanvas-open .go-th-wire-list {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.has-offcanvas-open .go-gh-release-grid,
body.has-offcanvas-open .go-gh-grid {
grid-template-columns: repeat(9, minmax(0, 1fr));
}
body .go-news-archive-section,
body .go-news-archive-video-section,
body .go-news-archive-recent,
body .go-ca-block,
body .go-reviews-archive-list-section,
body .grp-section,
body .go-gh-section,
body .go-eh-section,
body .go-th-section {
margin-top: clamp(40px, 4vw, 56px);
}
body .go-news-archive-section-title,
body .go-ca-block-head,
body .go-reviews-archive-section-head,
body .grp-section-head,
body .go-gh-section-head,
body .go-eh-section-head,
body .go-th-section-head {
margin-bottom: clamp(20px, 2vw, 28px);
}
}
@media (max-height: 760px) {
.go-shell-header .go-offcanvas-header {
position: relative;
}
.go-shell-header .go-offcanvas-body {
gap: 16px;
padding-bottom: 18px !important;
}
}
@media (min-width: 1200px) {
body .go-shell-breadcrumb-band {
position: relative;
}
body .go-shell-breadcrumb-band::before {
content: "";
position: absolute;
left: -32px;
bottom: -1px;
width: 32px;
height: 1px;
background: rgba(8, 17, 29, 0.12);
}
html.dark body .go-shell-breadcrumb-band::before,
body.dark .go-shell-breadcrumb-band::before,
body.dark-mode .go-shell-breadcrumb-band::before,
body.is-dark-theme .go-shell-breadcrumb-band::before,
body.newsx-dark-mode .go-shell-breadcrumb-band::before,
[data-theme="dark"] body .go-shell-breadcrumb-band::before,
body[data-theme="dark"] .go-shell-breadcrumb-band::before {
background: rgba(255, 255, 255, 0.08);
}
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-header,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-header {
height: 43px;
padding: 0 8px;
}
}
@media (min-width: 1400px) {
html {
font-size: 106.25%;
}
body.go-desktop-shell-collapsed,
body.has-offcanvas-closed {
--go-shell-current-wide: 1440px;
--go-shell-current-medium: 1340px;
}
body.has-offcanvas-open {
--go-shell-current-wide: 1320px;
--go-shell-current-medium: 1288px;
}
:root {
--go-single-shell-offset: 30px;
}
}
@media (min-width: 2200px) {
html {
font-size: 112.5%;
}
body.go-desktop-shell-collapsed,
body.has-offcanvas-closed {
--go-shell-current-wide: 1520px;
--go-shell-current-medium: 1400px;
}
body.has-offcanvas-open {
--go-shell-current-wide: 1400px;
--go-shell-current-medium: 1340px;
}
:root {
--go-single-shell-offset: 34px;
}
}
@media (max-width: 1199px) {
:root {
--go-main-padding: 24px;
--go-grid-gap: 36px;
--go-single-shell-bias: 14px;
--go-single-shell-offset: 18px;
}
body {
--go-shell-current-wide: var(--go-shell-medium);
--go-shell-current-medium: var(--go-shell-medium);
--go-shell-current-single: var(--go-shell-single);
--go-article-head-current: min(100%, var(--go-article-head));
--go-article-media-current: min(100%, var(--go-article-media));
--go-article-content-current: min(100%, var(--go-article-content));
--go-article-aside-current: var(--go-article-aside);
}
body #page {
padding-left: 0 !important;
}
.go-layout-shell,
.go-layout-shell.newsx-container,
.go-layout-shell--wide,
.go-layout-shell--wide.newsx-container,
.go-layout-shell--single,
.go-layout-shell--single.newsx-container {
width: min(calc(100% - var(--go-shell-inline-space)), var(--go-shell-current-wide)) !important;
max-width: var(--go-shell-current-wide) !important;
}
.go-layout-shell--single,
.go-layout-shell--single.newsx-container {
width: min(calc(100% - var(--go-shell-inline-space) + var(--go-single-shell-bias)), calc(var(--go-shell-current-single-grid) + var(--go-single-shell-bias))) !important;
max-width: calc(var(--go-shell-current-single-grid) + var(--go-single-shell-bias)) !important;
}
.go-reviews-archive-content,
.grp-grid {
grid-template-columns: minmax(0, 1fr) !important;
gap: 36px;
}
}
@media (max-width: 860px) {
:root {
--go-main-padding: 18px;
--go-grid-gap: 28px;
--go-single-shell-bias: 0px;
--go-single-shell-offset: 12px;
}
.go-layout-shell,
.go-layout-shell.newsx-container,
.go-layout-shell--wide,
.go-layout-shell--wide.newsx-container,
.go-layout-shell--single,
.go-layout-shell--single.newsx-container {
width: min(calc(100% - var(--go-shell-inline-space)), 100%) !important;
max-width: none !important;
}
.go-layout-shell--single,
.go-layout-shell--single.newsx-container {
width: min(calc(100% - var(--go-shell-inline-space) + var(--go-single-shell-bias)), 100%) !important;
}
.go-news-archive-hero,
.go-news-archive-video-grid,
.go-ca-top-grid,
.go-reviews-archive-hero,
.go-reviews-archive-content,
.grp-grid,
.go-gh-hero,
.go-gh-featured,
.go-eh-hero,
.go-eh-hero.has-feature,
.go-eh-lead,
.go-th-hero,
.go-th-hero.has-feature,
.go-th-lead,
.go-ca-video-list,
.go-ca-hero-rail-list,
.go-gh-grid,
.go-gh-release-grid,
.go-eh-now-list,
.go-th-wire-list {
grid-template-columns: minmax(0, 1fr) !important;
}
.go-gh-grid > *,
.go-gh-release-grid > *,
.go-eh-now-list > *,
.go-th-wire-list > * {
grid-column: auto !important;
}
}
@media (max-width: 560px) {
:root {
--go-main-padding: 16px;
--go-grid-gap: 24px;
--go-single-shell-bias: 0px;
--go-single-shell-offset: 8px;
}
.go-layout-shell,
.go-layout-shell.newsx-container,
.go-layout-shell--wide,
.go-layout-shell--wide.newsx-container,
.go-layout-shell--single,
.go-layout-shell--single.newsx-container {
width: min(calc(100% - var(--go-shell-inline-space)), 100%) !important;
}
.go-layout-shell--single,
.go-layout-shell--single.newsx-container {
width: min(calc(100% - var(--go-shell-inline-space) + var(--go-single-shell-bias)), 100%) !important;
}
.go-article__hero,
.go-review-single-hero,
.go-sc-hero {
margin-bottom: 32px;
}
} :root {
--go-badge-font-family: "Inter", sans-serif;
--go-badge-font-size: 11px;
--go-badge-font-weight: 800;
--go-badge-letter-spacing: 0.12em;
--go-badge-line-height: 1.1;
--go-badge-radius: 0px!important;
--go-badge-min-height: 0;
--go-badge-padding-y: 0;
--go-badge-padding-x: 0;
--go-badge-surface: transparent;
--go-badge-surface-muted: transparent;
--go-badge-border: transparent;
--go-badge-ink-soft: #6e7a8b;
--go-badge-ink-muted: #8792a3;
--go-badge-ink-lime: #648500;
--go-badge-ink-blue: #2800f0;
--go-badge-ink-violet: #7140d9;
--go-badge-ink-playstation: #0055bc;
--go-badge-ink-xbox: #18792e;
--go-badge-ink-nintendo: #c92a31;
--go-badge-ink-pc: #0079ab;
--go-badge-ink-mobile: #c26f00;
--go-badge-ink-pop: #d93a69;
--go-badge-context-ink: var(--go-badge-ink-soft);
}
html.dark,
html[class*="dark"],
body.dark,
body.dark-mode,
body.is-dark-theme,
body.newsx-dark-mode,
body[class*="dark"],
[data-theme="dark"],
body[data-theme="dark"] {
--go-badge-surface: transparent;
--go-badge-surface-muted: transparent;
--go-badge-border: transparent;
--go-badge-ink-soft: #b0bac8;
--go-badge-ink-muted: #97a4b6;
--go-badge-ink-lime: #c7f000;
--go-badge-ink-blue: #909cff;
--go-badge-ink-violet: #c4afff;
--go-badge-ink-playstation: #7bbdff;
--go-badge-ink-xbox: #74d583;
--go-badge-ink-nintendo: #ff7c83;
--go-badge-ink-pc: #7ad9ff;
--go-badge-ink-mobile: #ffbe69;
--go-badge-ink-pop: #ff8eae;
}
:is(
.go-home-page,
.go-cp-page,
.go-gs-page,
.go-vh-page,
.go-guides-hub,
.go-guide-article,
.go-article,
.go-404-page,
.go-src-page
) {
--go-badge-context-ink: var(--go-badge-ink-lime);
}
:is(
.go-news-archive-page,
.go-reviews-archive-page,
.go-author-archive,
.go-ca-page,
.go-eh-page,
.go-th-page,
.go-gf-page,
.go-review-single-page,
.go-sc-page,
.go-ip-page
) {
--go-badge-context-ink: var(--go-badge-ink-blue);
}
.go-gh-page {
--go-badge-context-ink: var(--go-badge-ink-soft);
}
.go-cp-page.go-cp-theme-playstation {
--go-badge-context-ink: var(--go-badge-ink-playstation);
}
.go-cp-page.go-cp-theme-xbox {
--go-badge-context-ink: var(--go-badge-ink-xbox);
}
.go-cp-page.go-cp-theme-nintendo {
--go-badge-context-ink: var(--go-badge-ink-nintendo);
}
.go-cp-page.go-cp-theme-pc {
--go-badge-context-ink: var(--go-badge-ink-pc);
}
.go-cp-page.go-cp-theme-mobile {
--go-badge-context-ink: var(--go-badge-ink-mobile);
}
:is(
.go-badge,
.go-label,
.go-home-badge,
.go-home-label,
.go-home-platform-pill,
.go-reviews-archive-eyebrow,
.go-reviews-archive-section-label,
.go-reviews-archive-chip,
.go-reviews-archive-label,
.go-reviews-archive-pill,
.go-reviews-archive-badge,
.go-news-archive-eyebrow,
.go-news-archive-section-label,
.go-news-archive-kicker,
.go-news-archive-badge,
.go-cp-kicker,
.go-cp-badge,
.go-cp-inline-badge,
.go-cp-note-label,
.go-cp-note-pills span,
.go-cp-panel-label,
.go-cp-note-pill,
.go-cp-history-pill,
.go-cp-closing-pill,
.go-cp-offer-badge,
.go-gh-kicker,
.go-gh-chip,
.go-ca-chip,
.go-ca-label,
.go-ca-story-kicker,
.go-ca-hero-feature-kicker,
.go-cc-kicker,
.go-cc-chip,
.go-cc-card-chip,
.go-vh-kicker,
.go-vh-section-kicker,
.go-vh-channel-label,
.go-vh-featured-kicker,
.go-vh-post-kicker,
.go-vh-post-badge,
.go-vh-side-label,
.go-vh-pill,
.go-author-kicker,
.go-author-section-kicker,
.go-author-page-eyebrow,
.go-author-post-kicker,
.go-author-archive-kicker,
.go-author-featured-badge,
.go-author-latest-cats span,
.go-fph-kicker,
.go-fph-badge,
.go-fph-promo-badge,
.go-fph-card-cat,
.go-fp-feed-item-badge,
.go-404-kicker,
.go-404-chip,
.go-src-kicker,
.go-src-chip,
.go-gf-kicker,
.go-gf-pill,
.go-gf-list-label,
.go-gs-kicker,
.go-gs-status-badge,
.go-gs-release-badge,
.go-gs-chip,
.go-gs-signal-pill,
.go-gs-offer-badge,
.go-gs-sidebar-link-kicker,
.go-guides-kicker,
.go-guides-section__eyebrow,
.go-guides-pill,
.go-guides-tag,
.go-guides-filter-pill,
.go-review-single-kicker,
.go-review-single-hero-label,
.go-sc-kicker,
.go-sp-kicker,
.go-sp-panel-eyebrow,
.go-sp-topic-pill,
.go-guide-article__eyebrow-root,
.go-guide-article__eyebrow-context,
.go-guide-article__eyebrow-type,
.go-guide-article__summary-label,
.go-guide-article__glance-head span,
.go-guide-article__section-head span,
.go-guide-article__side-head span,
.go-article__eyebrow,
.go-article__chip,
.go-article__summary-label,
.go-article__section-label,
.go-article__side-label,
.go-article__glance-label,
.go-article__footer-label,
.go-article__related-kicker,
.go-inline-brief__kicker,
.go-inline-related-card__eyebrow,
.go-ip-kicker,
.go-ip-panel-label,
.go-eh-chip,
.go-eh-label,
.go-eh-hero-feature-kicker,
.go-th-chip,
.go-th-label,
.go-th-hero-feature-kicker,
.go-shell-footer-kicker,
.go-shell-footer-section-label,
.go-shell-footer-pill
) {
--go-badge-bg: var(--go-badge-surface);
--go-badge-ink: var(--go-badge-context-ink);
--go-badge-stroke: var(--go-badge-border);
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 0 !important;
width: fit-content !important;
max-width: 100% !important;
min-height: var(--go-badge-min-height) !important;
padding: var(--go-badge-padding-y) var(--go-badge-padding-x) !important;
border: 0 !important;
border-radius:0!important;
background: none !important;
background-image: none !important;
box-shadow: none !important;
color: var(--go-badge-ink) !important;
font-family: var(--go-badge-font-family) !important;
font-size: var(--go-badge-font-size) !important;
font-weight: var(--go-badge-font-weight) !important;
line-height: var(--go-badge-line-height) !important;
letter-spacing: var(--go-badge-letter-spacing) !important;
text-transform: uppercase !important;
text-decoration: none !important;
text-shadow: none !important;
white-space: nowrap !important;
backdrop-filter: none !important;
-webkit-backdrop-filter: none !important;
transition: none !important;
}
:is(
.go-fph-kicker,
.go-author-kicker,
.go-author-section-kicker
)::before {
content: none !important;
display: none !important;
}
:is(
.go-fph-card-cat,
.go-fp-feed-item-badge
)::before {
content: none !important;
box-shadow: none !important;
}
:is(
.go-badge--soft,
.go-home-label,
.go-home-label--default,
.go-home-badge--default,
.go-home-platform-pill,
.go-home-platform-pill--subcat,
.go-reviews-archive-chip,
.go-reviews-archive-label,
.go-reviews-archive-pill,
.go-404-chip,
.go-src-chip,
.go-cp-inline-badge,
.go-cp-note-label,
.go-cp-note-pills span,
.go-cp-panel-label,
.go-cp-note-pill,
.go-cp-history-pill,
.go-cp-closing-pill,
.go-cp-offer-badge,
.go-gh-chip,
.go-ca-chip,
.go-ca-label,
.go-cc-chip,
.go-cc-card-chip,
.go-vh-channel-label,
.go-vh-side-label,
.go-vh-pill,
.go-vh-post-badge,
.go-gf-pill,
.go-gf-list-label,
.go-gs-chip,
.go-gs-release-badge,
.go-gs-offer-badge,
.go-gs-sidebar-link-kicker,
.go-guides-filter-pill,
.go-gs-kicker.is-soft,
.go-cp-kicker.is-soft,
.go-gh-kicker.is-soft,
.go-cc-kicker.is-soft,
.go-src-kicker.is-soft,
.go-gf-kicker.is-soft,
.go-guide-article__eyebrow-type,
.go-fph-kicker--soft,
.go-fph-promo-badge,
.go-shell-footer-pill
) {
--go-badge-bg: transparent;
--go-badge-ink: var(--go-badge-ink-muted);
}
:is(
.go-badge--section,
.go-cp-kicker:not(.is-soft),
.go-gh-kicker:not(.is-soft),
.go-ca-story-kicker,
.go-ca-hero-feature-kicker,
.go-cc-kicker:not(.is-soft),
.go-vh-kicker,
.go-vh-section-kicker,
.go-vh-featured-kicker,
.go-vh-post-kicker,
.go-author-kicker,
.go-author-section-kicker,
.go-author-page-eyebrow,
.go-author-post-kicker,
.go-author-archive-kicker,
.go-author-featured-badge,
.go-author-latest-cats span,
.go-fph-kicker:not(.go-fph-kicker--soft):not(.go-fph-kicker--platform),
.go-404-kicker,
.go-src-kicker:not(.is-soft),
.go-gf-kicker:not(.is-soft),
.go-gs-kicker:not(.is-soft),
.go-gs-status-badge,
.go-gs-signal-pill,
.go-guides-kicker,
.go-guides-section__eyebrow,
.go-guides-pill,
.go-guides-tag,
.go-review-single-kicker,
.go-review-single-hero-label,
.go-sc-kicker,
.go-sp-kicker,
.go-sp-panel-eyebrow,
.go-sp-topic-pill,
.go-guide-article__eyebrow-root,
.go-guide-article__eyebrow-context,
.go-guide-article__summary-label,
.go-guide-article__glance-head span,
.go-guide-article__section-head span,
.go-guide-article__side-head span,
.go-article__eyebrow,
.go-article__chip,
.go-article__summary-label,
.go-article__section-label,
.go-article__side-label,
.go-article__glance-label,
.go-article__footer-label,
.go-article__related-kicker,
.go-inline-brief__kicker,
.go-inline-related-card__eyebrow,
.go-ip-kicker,
.go-ip-panel-label,
.go-eh-chip,
.go-eh-label,
.go-eh-hero-feature-kicker,
.go-th-chip,
.go-th-label,
.go-th-hero-feature-kicker,
.go-news-archive-eyebrow,
.go-news-archive-section-label,
.go-news-archive-kicker,
.go-reviews-archive-eyebrow,
.go-reviews-archive-section-label,
.go-shell-footer-kicker,
.go-shell-footer-section-label
) {
--go-badge-ink: var(--go-badge-context-ink);
}
:is(
.go-badge--lime,
.go-home-badge--lime,
.go-home-label--lime
) {
--go-badge-ink: var(--go-badge-ink-lime);
}
:is(
.go-badge--blue,
.go-badge--platform,
.go-home-badge--blue,
.go-home-label--blue,
.go-cp-badge,
.go-reviews-archive-badge,
.go-news-archive-badge,
.go-fph-badge,
.go-fph-kicker--platform,
.go-fph-promo-badge.is-platform
) {
--go-badge-ink: var(--go-badge-ink-blue);
}
:is(
.go-badge--pop,
.go-home-badge--pop,
.go-home-label--pop
) {
--go-badge-ink: var(--go-badge-ink-pop);
}
:is(
.go-fph-card-cat.go-fph-cat--lime,
.go-fp-feed-item-badge.go-fph-cat--lime
) {
--go-badge-ink: var(--go-badge-ink-lime);
}
:is(
.go-fph-card-cat.go-fph-cat--blue,
.go-fp-feed-item-badge.go-fph-cat--blue
) {
--go-badge-ink: var(--go-badge-ink-blue);
}
:is(
.go-badge--violet,
.go-home-badge--violet,
.go-home-label--violet,
.go-fph-card-cat.go-fph-cat--violet,
.go-fp-feed-item-badge.go-fph-cat--violet
) {
--go-badge-ink: var(--go-badge-ink-violet);
}
:is(
.go-badge--playstation,
.go-home-badge--playstation,
.go-home-label--playstation,
.go-home-platform-pill--playstation,
.go-fph-card-cat.go-fph-cat--playstation,
.go-fp-feed-item-badge.go-fph-cat--playstation
) {
--go-badge-ink: var(--go-badge-ink-playstation);
}
:is(
.go-badge--xbox,
.go-home-badge--xbox,
.go-home-label--xbox,
.go-home-platform-pill--xbox,
.go-fph-card-cat.go-fph-cat--xbox,
.go-fp-feed-item-badge.go-fph-cat--xbox
) {
--go-badge-ink: var(--go-badge-ink-xbox);
}
:is(
.go-badge--nintendo,
.go-home-badge--nintendo,
.go-home-label--nintendo,
.go-home-platform-pill--nintendo,
.go-fph-card-cat.go-fph-cat--nintendo,
.go-fp-feed-item-badge.go-fph-cat--nintendo
) {
--go-badge-ink: var(--go-badge-ink-nintendo);
}
:is(
.go-badge--pc,
.go-home-badge--pc,
.go-home-label--pc,
.go-home-platform-pill--pc,
.go-fph-card-cat.go-fph-cat--pc,
.go-fp-feed-item-badge.go-fph-cat--pc
) {
--go-badge-ink: var(--go-badge-ink-pc);
}
:is(
.go-badge--mobile,
.go-home-badge--mobile,
.go-home-label--mobile,
.go-home-platform-pill--mobile,
.go-fph-card-cat.go-fph-cat--mobile,
.go-fp-feed-item-badge.go-fph-cat--mobile
) {
--go-badge-ink: var(--go-badge-ink-mobile);
}
:is(
.go-article__eyebrow a,
a.go-guides-pill,
a.go-guides-tag,
a.go-guide-article__eyebrow-root,
a.go-guide-article__eyebrow-context
)[href*="/games"],
:is(
.go-article__eyebrow a,
a.go-guides-pill,
a.go-guides-tag,
a.go-guide-article__eyebrow-root,
a.go-guide-article__eyebrow-context
)[href*="/reviews"],
:is(
.go-article__eyebrow a,
a.go-guides-pill,
a.go-guides-tag,
a.go-guide-article__eyebrow-root,
a.go-guide-article__eyebrow-context
)[href*="/dicas-e-guias"],
:is(
.go-article__eyebrow a,
a.go-guides-pill,
a.go-guides-tag,
a.go-guide-article__eyebrow-root,
a.go-guide-article__eyebrow-context
)[href*="/noticias"],
:is(
.go-article__eyebrow a,
a.go-guides-pill,
a.go-guides-tag,
a.go-guide-article__eyebrow-root,
a.go-guide-article__eyebrow-context
)[href*="/rankings"] {
color: var(--go-badge-ink-lime) !important;
}
:is(
.go-article__eyebrow a,
a.go-guides-pill,
a.go-guides-tag,
a.go-guide-article__eyebrow-root,
a.go-guide-article__eyebrow-context
)[href*="/criticas"],
:is(
.go-article__eyebrow a,
a.go-guides-pill,
a.go-guides-tag,
a.go-guide-article__eyebrow-root,
a.go-guide-article__eyebrow-context
)[href*="/especiais"],
:is(
.go-article__eyebrow a,
a.go-guides-pill,
a.go-guides-tag,
a.go-guide-article__eyebrow-root,
a.go-guide-article__eyebrow-context
)[href*="/videos"],
:is(
.go-article__eyebrow a,
a.go-guides-pill,
a.go-guides-tag,
a.go-guide-article__eyebrow-root,
a.go-guide-article__eyebrow-context
)[href*="/tecnologia"] {
color: var(--go-badge-ink-blue) !important;
}
:is(
.go-article__eyebrow a,
a.go-guides-pill,
a.go-guides-tag,
a.go-guide-article__eyebrow-root,
a.go-guide-article__eyebrow-context
)[href*="/entretenimento"],
:is(
.go-article__eyebrow a,
a.go-guides-pill,
a.go-guides-tag,
a.go-guide-article__eyebrow-root,
a.go-guide-article__eyebrow-context
)[href*="/anime"],
:is(
.go-article__eyebrow a,
a.go-guides-pill,
a.go-guides-tag,
a.go-guide-article__eyebrow-root,
a.go-guide-article__eyebrow-context
)[href*="/animes"],
:is(
.go-article__eyebrow a,
a.go-guides-pill,
a.go-guides-tag,
a.go-guide-article__eyebrow-root,
a.go-guide-article__eyebrow-context
)[href*="/streaming"],
:is(
.go-article__eyebrow a,
a.go-guides-pill,
a.go-guides-tag,
a.go-guide-article__eyebrow-root,
a.go-guide-article__eyebrow-context
)[href*="/cinema-e-tv"] {
color: var(--go-badge-ink-pop) !important;
}
:is(
.go-article__eyebrow a,
a.go-guides-pill,
a.go-guides-tag,
a.go-guide-article__eyebrow-root,
a.go-guide-article__eyebrow-context
)[href*="/playstation"] {
color: var(--go-badge-ink-playstation) !important;
}
:is(
.go-article__eyebrow a,
a.go-guides-pill,
a.go-guides-tag,
a.go-guide-article__eyebrow-root,
a.go-guide-article__eyebrow-context
)[href*="/xbox"] {
color: var(--go-badge-ink-xbox) !important;
}
:is(
.go-article__eyebrow a,
a.go-guides-pill,
a.go-guides-tag,
a.go-guide-article__eyebrow-root,
a.go-guide-article__eyebrow-context
)[href*="/nintendo"] {
color: var(--go-badge-ink-nintendo) !important;
}
:is(
.go-article__eyebrow a,
a.go-guides-pill,
a.go-guides-tag,
a.go-guide-article__eyebrow-root,
a.go-guide-article__eyebrow-context
)[href*="/pc"] {
color: var(--go-badge-ink-pc) !important;
}
:is(
.go-article__eyebrow a,
a.go-guides-pill,
a.go-guides-tag,
a.go-guide-article__eyebrow-root,
a.go-guide-article__eyebrow-context
)[href*="/mobile"] {
color: var(--go-badge-ink-mobile) !important;
}
:is(
.go-home-badge:hover,
.go-home-label:hover,
.go-home-platform-pill:hover,
.go-reviews-archive-badge:hover,
.go-news-archive-badge:hover,
.go-vh-featured-kicker:hover,
.go-vh-post-kicker:hover,
.go-review-single-kicker:hover,
.go-sc-kicker:hover,
.go-author-post-kicker:hover,
.go-author-archive-kicker:hover,
.go-fp-feed-item-badge:hover,
.go-fph-card-cat:hover
) {
color: var(--go-badge-ink) !important;
opacity: 1 !important;
}  .go-home-hero,
.go-home-section--hero-strip {
--go-badge-ink-lime: #648500;
--go-badge-ink-blue: #2800f0;
--go-badge-ink-violet: #7140d9;
--go-badge-ink-playstation: #0055bc;
--go-badge-ink-xbox: #18792e;
--go-badge-ink-nintendo: #c92a31;
--go-badge-ink-pc: #0079ab;
--go-badge-ink-mobile: #c26f00;
--go-badge-ink-pop: #d93a69;
--go-badge-ink-soft: #5f6b7a;
--go-badge-ink-muted: #738195;
}
:is(
.go-home-hero .go-home-badge--default,
.go-home-section--hero-strip .go-home-badge--default
) {
--go-badge-ink: var(--go-badge-ink-soft);
} .go-reviews-archive-page .go-reviews-archive-chip-nav {
display: flex !important;
flex-wrap: wrap !important;
gap: 10px !important;
justify-content: center !important;
width: 100% !important;
}
.go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip) {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: auto !important;
max-width: 100% !important;
min-height: 34px !important;
padding: 0 12px !important;
border: 1px solid transparent !important;
border-radius:0!important;
background: transparent !important;
color: var(--go-reviews-archive-soft, #6b7280) !important;
font-size: 11px !important;
font-weight: 800 !important;
letter-spacing: 0.08em !important;
line-height: 1 !important;
text-transform: uppercase !important;
text-decoration: none !important;
transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease !important;
}
.go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip):hover,
.go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip):focus-visible {
border-color: transparent !important;
color: var(--go-reviews-archive-link, #2800f0) !important;
}
html.dark .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip),
body.dark .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip),
body.dark-mode .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip),
body.is-dark-theme .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip),
body.newsx-dark-mode .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip),
[data-theme="dark"] .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip),
html[class*="dark"] .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip),
body[class*="dark"] .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip) {
color: #d7ff57 !important;
}
html.dark .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip):is(:hover, :focus-visible),
body.dark .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip):is(:hover, :focus-visible),
body.dark-mode .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip):is(:hover, :focus-visible),
body.is-dark-theme .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip):is(:hover, :focus-visible),
body.newsx-dark-mode .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip):is(:hover, :focus-visible),
[data-theme="dark"] .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip):is(:hover, :focus-visible),
html[class*="dark"] .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip):is(:hover, :focus-visible),
body[class*="dark"] .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip):is(:hover, :focus-visible) {
color: #d7ff57 !important;
}
html.dark .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip):focus-visible,
body.dark .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip):focus-visible,
body.dark-mode .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip):focus-visible,
body.is-dark-theme .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip):focus-visible,
body.newsx-dark-mode .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip):focus-visible,
[data-theme="dark"] .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip):focus-visible,
html[class*="dark"] .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip):focus-visible,
body[class*="dark"] .go-reviews-archive-page .go-reviews-archive-chip-nav :is(.go-news-archive-chip, .go-reviews-archive-chip):focus-visible {
outline-color: #d7ff57 !important;
} :is(
.newsx-table-of-contents,
.go-article__toc,
.go-sc-toc,
.go-review-single-toc,
.go-guide-article__summary
) :is(a, a > strong) {
min-width: 0 !important;
max-width: 100% !important;
overflow: hidden !important;
overflow-wrap: anywhere !important;
text-overflow: clip !important;
white-space: normal !important;
}
:is(
.newsx-table-of-contents,
.go-article__toc,
.go-sc-toc,
.go-review-single-toc,
.go-guide-article__summary
) a > strong {
display: -webkit-box !important;
-webkit-box-orient: vertical !important;
-webkit-line-clamp: 2 !important;
}
:is(
.go-article__toc .newsx-table-of-contents,
.go-review-single-toc-links
) a {
position: relative !important;
display: -webkit-box !important;
-webkit-box-orient: vertical !important;
-webkit-line-clamp: 2 !important;
padding-left: 18px !important;
}
:is(
.go-article__toc .newsx-table-of-contents,
.go-review-single-toc-links
) a::before {
position: absolute !important;
top: 50% !important;
left: 0 !important;
transform: translateY(-50%) !important;
}
.go-review-single-toc-links li.is-level-3 a {
padding-left: 36px !important;
}
.go-review-single-toc-links li.is-level-3 a::before {
left: 18px !important;
} :root {
--go-polish-card-border: rgba(15, 23, 42, 0.11);
--go-polish-card-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
--go-polish-card-shadow-hover: 0 18px 42px rgba(15, 23, 42, 0.12);
--go-polish-focus: #2800f0;
}
body :where(
.go-news-archive-headline-card,
.go-news-archive-recent-card,
.go-reviews-archive-lead,
.go-reviews-archive-impression-card,
.go-reviews-archive-score-card,
.go-guides-card,
.go-fp-feed-item,
.go-platform-archive-card,
.go-review-single-card,
.go-review-single-more-card,
.go-author-post-card,
.go-vh-card,
.go-gh-card,
.go-gh-story-card,
.go-gh-release-card
) {
transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
body :where(
.go-news-archive-headline-card,
.go-news-archive-recent-card,
.go-reviews-archive-lead,
.go-reviews-archive-impression-card,
.go-reviews-archive-score-card,
.go-guides-card,
.go-fp-feed-item,
.go-platform-archive-card,
.go-review-single-card,
.go-review-single-more-card,
.go-author-post-card,
.go-vh-card,
.go-gh-card,
.go-gh-story-card,
.go-gh-release-card
):is(:hover, :focus-within) {
border-color: color-mix(in srgb, var(--go-polish-focus) 24%, var(--go-polish-card-border)) !important;
box-shadow: var(--go-polish-card-shadow-hover) !important;
}
body :where(
.go-news-archive-lead-media,
.go-news-archive-headline-media,
.go-news-archive-recent-media,
.go-reviews-archive-lead-media,
.go-reviews-archive-impression-media,
.go-guides-card__media,
.go-fp-feed-item-media,
.go-fp-feed-item-media-link,
.go-platform-archive-media,
.go-review-single-more-media,
.go-author-post-media,
.go-vh-card-media,
.go-gh-card-media,
.go-gh-story-card-media,
.go-gh-release-card-media
) {
overflow: hidden;
border-radius:0!important;
background: color-mix(in srgb, var(--go-polish-focus) 6%, rgba(148, 163, 184, 0.12)) !important;
}
body :where(
.go-news-archive-lead-media,
.go-news-archive-headline-media,
.go-news-archive-recent-media,
.go-reviews-archive-lead-media,
.go-reviews-archive-impression-media,
.go-guides-card__media,
.go-fp-feed-item-media,
.go-fp-feed-item-media-link,
.go-platform-archive-media,
.go-review-single-more-media,
.go-author-post-media,
.go-vh-card-media,
.go-gh-card-media,
.go-gh-story-card-media,
.go-gh-release-card-media
) img {
filter: saturate(1.035) contrast(1.025);
transform: translateZ(0);
}
body :where(
.go-news-archive-headline-card,
.go-news-archive-recent-card,
.go-reviews-archive-lead,
.go-reviews-archive-impression-card,
.go-guides-card,
.go-fp-feed-item,
.go-platform-archive-card,
.go-review-single-more-card,
.go-author-post-card,
.go-vh-card,
.go-gh-card,
.go-gh-story-card,
.go-gh-release-card
):is(:hover, :focus-within) img {
filter: saturate(1.07) contrast(1.04);
}
body :where(
.entry-title,
.go-news-archive-section-title,
.go-news-archive-lead-title,
.go-reviews-archive-title,
.go-reviews-archive-lead-title,
.go-guides-card__title,
.go-fp-feed-item-title,
.go-fp-feed-item-content h3,
.go-platform-archive-title,
.go-review-single-title,
.go-review-single-more-title,
.go-editorial-masthead__title,
.go-gh-card h3,
.go-gh-story-card h3,
.go-gh-release-card h3
) {
text-wrap: balance;
}
body :where(
.entry-content p,
.go-news-archive-lead-excerpt,
.go-news-archive-recent-excerpt,
.go-reviews-archive-lead-excerpt,
.go-guides-card__excerpt,
.go-fp-feed-item-excerpt,
.go-review-single-subtitle,
.go-editorial-masthead__deck,
.go-ca-deck
) {
text-wrap: pretty;
}
body :where(a, button, [role="button"], input, select, textarea):focus-visible {
outline: 2px solid color-mix(in srgb, var(--go-polish-focus) 72%, #ffffff) !important;
outline-offset: 3px !important;
}
html.dark,
html[class*="dark"],
body.dark,
body.dark-mode,
body.is-dark-theme,
body.newsx-dark-mode,
body[class*="dark"],
[data-theme="dark"],
body[data-theme="dark"] {
--go-polish-card-border: rgba(255, 255, 255, 0.11);
--go-polish-card-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
--go-polish-card-shadow-hover: 0 20px 46px rgba(0, 0, 0, 0.34);
--go-polish-focus: #c7f000;
}
@media (max-width: 42rem) {
body :where(
.go-news-archive-headline-card,
.go-news-archive-recent-card,
.go-reviews-archive-lead,
.go-reviews-archive-impression-card,
.go-guides-card,
.go-fp-feed-item,
.go-platform-archive-card,
.go-review-single-more-card,
.go-author-post-card,
.go-vh-card,
.go-gh-card,
.go-gh-story-card,
.go-gh-release-card
):is(:hover, :focus-within) {
transform: none !important;
box-shadow: var(--go-polish-card-shadow) !important;
}
} body :where(
.go-news-archive-recent-grid,
.go-news-archive-recent-list,
.go-news-archive-feed-list,
.go-reviews-archive-list,
.go-gh-results,
.go-ca-story-list,
.go-th-topic-list,
.go-vh-rail-list,
.go-fp-feed-list
):not(.swiper-wrapper):not(.slick-track) {
display: grid !important;
grid-template-columns: 1fr !important;
gap: 0 !important;
}
body :where(
.go-news-archive-recent-card,
.go-news-archive-recent-item,
.go-news-archive-feed-card,
.go-reviews-archive-item,
.go-gh-story-card,
.go-ca-story,
.go-ca-story-card,
.go-th-topic-card,
.go-th-wire-item,
.go-vh-rail-item,
.go-fp-feed-item
) {
display: grid !important;
grid-template-columns: clamp(12rem, 22vw, 17rem) minmax(0, 1fr) !important;
gap: clamp(1rem, 2vw, 1.5rem) !important;
align-items: center !important;
padding: clamp(1rem, 2vw, 1.35rem) 0 !important;
border: 0 !important;
border-bottom: 1px solid color-mix(in srgb, currentColor 12%, transparent) !important;
border-radius:0!important;
background: transparent !important;
box-shadow: none !important;
}
body :where(
.go-news-archive-recent-card img,
.go-news-archive-recent-item img,
.go-news-archive-feed-card img,
.go-reviews-archive-item img,
.go-gh-story-card img,
.go-ca-story img,
.go-ca-story-card img,
.go-th-topic-card img,
.go-th-wire-item img,
.go-vh-rail-item img,
.go-fp-feed-item img
) {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
}
body.go-template-news .go-article__cover .go-editorial-cover__image,
body.go-template-news .go-article__cover .go-editorial-cover__media,
body.go-template-standard .go-article__cover img {
height: clamp(390px, 46vw, 580px) !important;
}
body.go-template-news .go-article__briefing,
body.go-template-standard .go-article__briefing {
margin-top: clamp(1.6rem, 3vw, 2.4rem) !important;
}
body.go-template-news .go-article__sidebar,
body.go-template-standard .go-article__sidebar {
margin-top: clamp(8rem, 14vw, 13rem) !important;
}
body.go-template-news .go-article__side-card--more::after,
body.go-template-standard .go-article__side-card--more::after {
content: "Reviews recentes e mais conteúdo semelhante para continuar lendo";
display: block;
margin-top: 1.1rem;
padding-top: 1rem;
border-top: 1px solid var(--go-single-line, rgba(255,255,255,.12));
color: var(--go-single-muted, #a8b0bd);
font-size: .9rem;
line-height: 1.45;
}
body.go-template-news .go-article__side-card--more,
body.go-template-standard .go-article__side-card--more {
padding: clamp(1rem, 2vw, 1.25rem) !important;
border: 1px solid var(--go-single-line, rgba(255,255,255,.12)) !important;
border-radius:0!important;
background: color-mix(in srgb, var(--go-single-surface, #111827) 86%, transparent) !important;
}
body.go-template-news .go-article__side-card--more .go-article__side-list,
body.go-template-standard .go-article__side-card--more .go-article__side-list {
display: grid !important;
gap: 1.05rem !important;
}
body.go-template-news .go-article__side-card--more .go-article__side-story,
body.go-template-standard .go-article__side-card--more .go-article__side-story {
display: grid !important;
grid-template-columns: 1fr !important;
gap: .65rem !important;
padding: 0 0 1.05rem !important;
border-bottom: 1px solid var(--go-single-line, rgba(255,255,255,.12)) !important;
}
body.go-template-news .go-article__side-card--more .go-article__side-story:last-child,
body.go-template-standard .go-article__side-card--more .go-article__side-story:last-child {
padding-bottom: 0 !important;
border-bottom: 0 !important;
}
body.go-template-news .go-article__side-card--more .go-article__side-story-media,
body.go-template-standard .go-article__side-card--more .go-article__side-story-media {
display: block !important;
width: 100% !important;
aspect-ratio: 16 / 9 !important;
overflow: hidden !important;
border-radius:0!important;
background: rgba(255,255,255,.06) !important;
}
body.go-template-news .go-article__side-card--more .go-article__side-story-media img,
body.go-template-standard .go-article__side-card--more .go-article__side-story-media img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
border-radius:0!important;
}
body.go-template-news .go-article__side-card--more .go-article__side-story-title,
body.go-template-standard .go-article__side-card--more .go-article__side-story-title {
font-size: 1rem !important;
line-height: 1.22 !important;
}
@media (max-width: 780px) {
body :where(
.go-news-archive-recent-card,
.go-news-archive-recent-item,
.go-news-archive-feed-card,
.go-reviews-archive-item,
.go-gh-story-card,
.go-ca-story,
.go-ca-story-card,
.go-th-topic-card,
.go-th-wire-item,
.go-vh-rail-item,
.go-fp-feed-item
) {
grid-template-columns: minmax(7.8rem, 34vw) minmax(0, 1fr) !important;
}
body.go-template-news .go-article__sidebar,
body.go-template-standard .go-article__sidebar {
margin-top: 1.25rem !important;
}
} @media (min-width: 1101px) {
body.go-template-standard .go-article__grid,
body.go-template-news .go-article__grid {
display: grid !important;
grid-template-columns: minmax(0, var(--go-article-content-current)) minmax(0, var(--go-article-aside-current)) !important;
column-gap: var(--go-grid-gap) !important;
row-gap: clamp(14px, 1.8vw, 22px) !important;
align-items: start !important;
width: min(100%, calc(var(--go-article-content-current) + var(--go-article-aside-current) + var(--go-grid-gap))) !important;
max-width: 100% !important;
}
body.go-template-standard .go-article__main,
body.go-template-news .go-article__main {
display: contents !important;
}
body.go-template-standard .go-article__main > :not(.go-article__cover),
body.go-template-news .go-article__main > :not(.go-article__cover) {
grid-column: 1;
min-width: 0;
}
body.go-template-standard .go-article__cover,
body.go-template-news .go-article__cover.go-editorial-cover {
grid-column: 1 / -1;
width: 100% !important;
max-width: none !important;
margin: 0 !important;
}
body.go-template-standard .go-article__cover img,
body.go-template-news .go-article__cover .go-editorial-cover__image,
body.go-template-news .go-article__cover .go-editorial-cover__media {
display: block !important;
width: 100% !important;
height: clamp(380px, 41vw, 560px) !important;
max-width: 100% !important;
aspect-ratio: 16 / 9;
object-fit: cover !important;
object-position: center center !important;
}
body.go-template-standard .go-article__briefing,
body.go-template-news .go-article__briefing {
grid-column: 1;
margin-top: clamp(0.5rem, 1vw, 0.9rem) !important;
}
body.go-template-standard .go-article__sidebar,
body.go-template-news .go-article__sidebar {
grid-column: 2;
grid-row: 2 / span 20;
align-self: start;
margin-top: clamp(0.7rem, 1.2vw, 1rem) !important;
padding-top: 0 !important;
}
body.go-template-standard .go-article__content .newsx-post-content,
body.go-template-news .go-article__content .newsx-post-content {
line-height: 1.68;
}
body.go-template-standard .go-article__content .newsx-post-content > * + *,
body.go-template-news .go-article__content .newsx-post-content > * + * {
margin-top: 0.82lh;
}
body.go-template-standard .go-article__content .newsx-post-content > p + p,
body.go-template-standard .go-article__content .newsx-post-content > ul + p,
body.go-template-standard .go-article__content .newsx-post-content > ol + p,
body.go-template-standard .go-article__content .newsx-post-content > p + ul,
body.go-template-standard .go-article__content .newsx-post-content > p + ol,
body.go-template-news .go-article__content .newsx-post-content > p + p,
body.go-template-news .go-article__content .newsx-post-content > ul + p,
body.go-template-news .go-article__content .newsx-post-content > ol + p,
body.go-template-news .go-article__content .newsx-post-content > p + ul,
body.go-template-news .go-article__content .newsx-post-content > p + ol {
margin-top: 0.72lh;
}
body.go-template-standard .go-article__toc-list,
body.go-template-news .go-article__toc-list {
grid-template-columns: repeat(2, minmax(0, 1fr));
column-gap: clamp(1.5rem, 3vw, 2.4rem);
}
body.go-template-standard .go-article__toc-list li,
body.go-template-news .go-article__toc-list li {
border-top: 1px solid var(--go-single-line, var(--go-article-line));
}
body.go-template-standard .go-article__toc-list li:nth-child(-n+2),
body.go-template-news .go-article__toc-list li:nth-child(-n+2) {
border-top: 0;
}
body.go-template-standard .go-article__toc-list a,
body.go-template-news .go-article__toc-list a {
padding: 0.82rem 0;
}
body.go-template-standard .go-article__side-card--more::after,
body.go-template-news .go-article__side-card--more::after {
display: none !important;
content: none !important;
}
}
@media (max-width: 1100px) {
body.go-template-standard .go-article__main,
body.go-template-news .go-article__main {
display: block !important;
}
body.go-template-standard .go-article__cover,
body.go-template-news .go-article__cover.go-editorial-cover,
body.go-template-standard .go-article__main > :not(.go-article__cover),
body.go-template-news .go-article__main > :not(.go-article__cover),
body.go-template-standard .go-article__sidebar,
body.go-template-news .go-article__sidebar {
grid-column: auto;
grid-row: auto;
}
body.go-template-standard .go-article__toc-list,
body.go-template-news .go-article__toc-list {
grid-template-columns: 1fr;
}
body.go-template-standard .go-article__toc-list li:nth-child(2),
body.go-template-news .go-article__toc-list li:nth-child(2) {
border-top: 1px solid var(--go-single-line, var(--go-article-line));
}
} body.go-template-standard {
--go-single-page-bg: #f4f6f9;
--go-single-surface: #ffffff;
--go-single-surface-soft: #f7f9fc;
--go-single-text: #101218;
--go-single-muted: #667085;
--go-single-line: rgba(17, 24, 39, 0.12);
--go-single-line-strong: rgba(17, 24, 39, 0.18);
}
html.dark body.go-template-standard,
body.dark.go-template-standard,
body.dark-mode.go-template-standard,
body.is-dark-theme.go-template-standard,
body.newsx-dark-mode.go-template-standard,
html[data-theme="dark"] body.go-template-standard,
body[data-theme="dark"].go-template-standard {
--go-single-page-bg: #0b1017;
--go-single-surface: #121821;
--go-single-surface-soft: #18202b;
--go-single-text: #f5f7fb;
--go-single-muted: #aab4c3;
--go-single-line: rgba(148, 163, 184, 0.2);
--go-single-line-strong: rgba(199, 240, 0, 0.26);
}
@media (min-width: 1101px) {
body.go-template-standard .go-article__sidebar,
body.go-template-news .go-article__sidebar {
position: sticky !important;
top: calc(88px + var(--go-shell-admin-offset, 0px)) !important;
align-self: start !important;
max-height: calc(100dvh - 112px - var(--go-shell-admin-offset, 0px));
overflow-y: auto;
overscroll-behavior: contain;
padding-right: 4px;
}
body.go-template-standard .go-article__sidebar-sticky,
body.go-template-news .go-article__sidebar-sticky {
position: static !important;
top: auto !important;
max-height: none !important;
overflow: visible !important;
padding-right: 0 !important;
}
}
body.go-template-standard .go-article__toc,
body.go-template-news .go-article__toc {
padding: clamp(18px, 2.2vw, 24px) !important;
border: 1px solid var(--go-single-line, var(--go-article-line)) !important;
border-radius:0!important;
background: color-mix(in srgb, var(--go-single-surface, var(--go-article-surface)) 94%, transparent) !important;
box-shadow: none !important;
}
body.go-template-standard .go-article__toc-title,
body.go-template-news .go-article__toc-title {
margin: 0 0 14px !important;
color: var(--go-single-text, var(--go-article-text)) !important;
font-size: 1.12rem !important;
letter-spacing: 0.02em !important;
}
body.go-template-standard .go-article__toc-list,
body.go-template-news .go-article__toc-list {
display: grid !important;
grid-template-columns: 1fr !important;
gap: 0 !important;
margin: 0 !important;
}
body.go-template-standard .go-article__toc-list li,
body.go-template-news .go-article__toc-list li {
border: 0 !important;
}
body.go-template-standard .go-article__toc-list li + li,
body.go-template-news .go-article__toc-list li + li {
border-top: 1px solid var(--go-single-line, var(--go-article-line)) !important;
}
body.go-template-standard .go-article__toc-list a,
body.go-template-news .go-article__toc-list a {
display: grid !important;
grid-template-columns: 38px minmax(0, 1fr) !important;
gap: 12px !important;
align-items: center !important;
min-height: 0 !important;
padding: 11px 0 !important;
border: 0 !important;
border-radius:0!important;
background: transparent !important;
box-shadow: none !important;
color: var(--go-single-text, var(--go-article-text)) !important;
text-decoration: none !important;
transform: none !important;
}
body.go-template-standard .go-article__toc-list a:hover,
body.go-template-standard .go-article__toc-list a:focus-visible,
body.go-template-news .go-article__toc-list a:hover,
body.go-template-news .go-article__toc-list a:focus-visible {
color: var(--go-single-blue, var(--go-article-link)) !important;
transform: none !important;
box-shadow: none !important;
}
body.go-template-standard .go-article__toc-list a > span,
body.go-template-news .go-article__toc-list a > span {
width: 34px !important;
height: 34px !important;
border: 1px solid var(--go-single-line, var(--go-article-line)) !important;
border-radius:0!important;
background: color-mix(in srgb, var(--go-single-lime, #c7f000) 20%, var(--go-single-surface-soft, transparent)) !important;
color: var(--go-single-text, var(--go-article-text)) !important;
font-size: 0.78rem !important;
font-weight: 900 !important;
}
body.go-template-standard .go-article__toc-list a > strong,
body.go-template-news .go-article__toc-list a > strong {
display: block !important;
min-width: 0 !important;
overflow: visible !important;
color: inherit !important;
font-size: 0.98rem !important;
line-height: 1.35 !important;
text-overflow: unset !important;
white-space: normal !important;
overflow-wrap: normal !important;
word-break: normal !important;
hyphens: none !important;
-webkit-line-clamp: unset !important;
-webkit-box-orient: initial !important;
}
body.go-template-standard .go-article__side-card--more,
body.go-template-standard .go-article__side-card--latest-reviews,
body.go-template-news .go-article__side-card--more,
body.go-template-news .go-article__side-card--latest-reviews {
padding: 0 0 18px !important;
border: 0 !important;
border-bottom: 1px solid var(--go-single-line, var(--go-article-line)) !important;
border-radius:0!important;
background: transparent !important;
box-shadow: none !important;
}
body.go-template-standard .go-article__side-card--latest-reviews,
body.go-template-news .go-article__side-card--latest-reviews {
padding-top: 4px !important;
}
body.go-template-standard .go-article__side-card--more .go-article__side-title,
body.go-template-standard .go-article__side-card--latest-reviews .go-article__side-title,
body.go-template-news .go-article__side-card--more .go-article__side-title,
body.go-template-news .go-article__side-card--latest-reviews .go-article__side-title {
font-size: 1.12rem !important;
line-height: 1.18 !important;
}
body.go-template-standard .go-article__footer,
body.go-template-news .go-article__footer {
padding: clamp(18px, 2.4vw, 26px) !important;
border: 1px solid var(--go-single-line, var(--go-article-line)) !important;
border-radius:0!important;
background: color-mix(in srgb, var(--go-single-surface, var(--go-article-surface)) 95%, transparent) !important;
box-shadow: none !important;
}
body.go-template-standard .go-article__footer-share,
body.go-template-news .go-article__footer-share,
.go-single-author-card {
padding: 0 !important;
border: 0 !important;
border-radius:0!important;
background: transparent !important;
box-shadow: none !important;
}
.go-single-author-card {
display: grid !important;
grid-template-columns: 56px minmax(0, 1fr) !important;
gap: 14px !important;
align-items: center !important;
margin: 0 !important;
}
.go-single-author-card__avatar {
width: 56px !important;
height: 56px !important;
box-shadow: none !important;
}
.go-single-author-card__eyebrow {
margin-bottom: 3px !important;
color: var(--go-single-muted, var(--go-article-soft)) !important;
}
.go-single-author-card__name {
color: var(--go-single-blue, var(--go-article-link)) !important;
font-size: 1rem !important;
}
.go-single-author-card p {
margin-top: 0.35rem !important;
color: var(--go-single-muted, var(--go-article-soft)) !important;
font-size: 0.9rem !important;
line-height: 1.5 !important;
}
.go-single-author-card__link {
margin-top: 0.5rem !important;
font-size: 0.86rem !important;
}
.go-article__comments :is(
#wpd-post-rating,
#wpd-post-rating-wrap,
.wpd-rating,
.wpd-rating-wrap,
.wpd-rating-title,
.wpd-rating-stars,
.wpd-post-rating,
.wpdiscuz-post-rating,
.wpdiscuz-post-rating-wrap,
.wpdiscuz-rating-wrap,
.wpdiscuz-article-rating,
.wpdiscuz-stars-wrapper,
[class*="post-rating" i],
[id*="post-rating" i]
) {
display: none !important;
}
@media (max-width: 1100px) {
body.go-template-standard .go-article__sidebar,
body.go-template-news .go-article__sidebar {
position: static !important;
max-height: none !important;
overflow: visible !important;
padding-right: 0 !important;
}
}
@media (max-width: 780px) {
.go-single-author-card {
grid-template-columns: 52px minmax(0, 1fr) !important;
}
.go-single-author-card__avatar {
width: 52px !important;
height: 52px !important;
}
} html.dark body.go-template-standard,
body.dark.go-template-standard,
body.dark-mode.go-template-standard,
body.is-dark-theme.go-template-standard,
body.newsx-dark-mode.go-template-standard,
html[data-theme="dark"] body.go-template-standard,
body[data-theme="dark"].go-template-standard {
--go-single-page-bg: #121923;
--go-single-surface: #171f2a;
--go-single-surface-soft: #1d2633;
--go-single-text: #f5f7fb;
--go-single-muted: #b4bdca;
--go-single-line: rgba(173, 184, 199, 0.22);
--go-single-line-strong: rgba(199, 240, 0, 0.24);
}
html.dark body.go-site-has-game-art[class*="go-site-game-art--editorial-"],
html.go-root-dark-mode body.go-site-has-game-art[class*="go-site-game-art--editorial-"],
body.dark.go-site-has-game-art[class*="go-site-game-art--editorial-"],
body.dark-mode.go-site-has-game-art[class*="go-site-game-art--editorial-"],
body.is-dark-theme.go-site-has-game-art[class*="go-site-game-art--editorial-"],
body.newsx-dark-mode.go-site-has-game-art[class*="go-site-game-art--editorial-"],
[data-theme="dark"] body.go-site-has-game-art[class*="go-site-game-art--editorial-"],
body[data-theme="dark"].go-site-has-game-art[class*="go-site-game-art--editorial-"],
html.dark body.go-site-has-game-art[class*="go-site-game-art--editorial-"] #page.site.has-site-game-art,
body.dark.go-site-has-game-art[class*="go-site-game-art--editorial-"] #page.site.has-site-game-art,
body.dark-mode.go-site-has-game-art[class*="go-site-game-art--editorial-"] #page.site.has-site-game-art,
body.is-dark-theme.go-site-has-game-art[class*="go-site-game-art--editorial-"] #page.site.has-site-game-art,
body.newsx-dark-mode.go-site-has-game-art[class*="go-site-game-art--editorial-"] #page.site.has-site-game-art,
[data-theme="dark"] body.go-site-has-game-art[class*="go-site-game-art--editorial-"] #page.site.has-site-game-art,
body[data-theme="dark"].go-site-has-game-art[class*="go-site-game-art--editorial-"] #page.site.has-site-game-art,
html.dark body.go-site-has-game-art[class*="go-site-game-art--editorial-"] .go-site-game-art-backdrop,
body.dark.go-site-has-game-art[class*="go-site-game-art--editorial-"] .go-site-game-art-backdrop,
body.dark-mode.go-site-has-game-art[class*="go-site-game-art--editorial-"] .go-site-game-art-backdrop,
body.is-dark-theme.go-site-has-game-art[class*="go-site-game-art--editorial-"] .go-site-game-art-backdrop,
body.newsx-dark-mode.go-site-has-game-art[class*="go-site-game-art--editorial-"] .go-site-game-art-backdrop,
[data-theme="dark"] body.go-site-has-game-art[class*="go-site-game-art--editorial-"] .go-site-game-art-backdrop,
body[data-theme="dark"].go-site-has-game-art[class*="go-site-game-art--editorial-"] .go-site-game-art-backdrop {
--go-site-game-art-base: #121923;
--go-site-game-art-opacity-custom-dark: max(var(--go-site-game-art-opacity-custom-dark, 0.42), 0.42);
--go-site-game-art-overlay:
linear-gradient(180deg, rgba(18, 25, 35, 0.12) 0%, rgba(18, 25, 35, 0.28) 54%, rgba(18, 25, 35, 0.5) 100%),
radial-gradient(circle at top right, rgba(214, 255, 63, 0.08), transparent 36%);
}
@media (min-width: 1101px) {
body.go-template-standard .go-article__grid,
body.go-template-news .go-article__grid {
overflow: visible !important;
align-items: start !important;
}
body.go-template-standard .go-article__main,
body.go-template-news .go-article__main {
display: block !important;
grid-column: 1 !important;
grid-row: 1 !important;
min-width: 0 !important;
}
body.go-template-standard .go-article__cover,
body.go-template-news .go-article__cover.go-editorial-cover {
width: min(100vw - 112px, calc(var(--go-article-content-current) + var(--go-article-aside-current) + var(--go-grid-gap))) !important;
max-width: none !important;
margin: 0 0 clamp(20px, 2.6vw, 34px) !important;
}
body.go-template-standard .go-article__cover img,
body.go-template-news .go-article__cover .go-editorial-cover__image,
body.go-template-news .go-article__cover .go-editorial-cover__media {
height: clamp(340px, 37vw, 510px) !important;
}
body.go-template-standard .go-article__sidebar,
body.go-template-news .go-article__sidebar {
position: sticky !important;
top: calc(84px + var(--go-shell-admin-offset, 0px)) !important;
grid-column: 2 !important;
grid-row: 1 !important;
align-self: start !important;
height: max-content !important;
max-height: calc(100dvh - 104px - var(--go-shell-admin-offset, 0px)) !important;
margin-top: calc(clamp(340px, 37vw, 510px) + clamp(20px, 2.6vw, 34px)) !important;
overflow-y: auto !important;
overflow-x: hidden !important;
overscroll-behavior: contain !important;
padding-right: 4px !important;
transform: none !important;
will-change: auto !important;
scrollbar-width: thin;
}
body.go-template-standard .go-article__sidebar-sticky,
body.go-template-news .go-article__sidebar-sticky {
position: static !important;
top: auto !important;
max-height: none !important;
overflow: visible !important;
padding-right: 0 !important;
}
}
body.go-template-standard .go-article__toc,
body.go-template-news .go-article__toc {
max-width: 620px !important;
padding: 0 !important;
border: 0 !important;
border-radius:0!important;
background: transparent !important;
box-shadow: none !important;
}
body.go-template-standard .go-article__toc-title,
body.go-template-news .go-article__toc-title {
font-size: 0.9rem !important;
}
body.go-template-standard .go-article__toc-list,
body.go-template-news .go-article__toc-list {
grid-template-columns: 1fr !important;
gap: 0 !important;
}
body.go-template-standard .go-article__toc-list li + li,
body.go-template-news .go-article__toc-list li + li {
border-top: 1px solid var(--go-single-line, var(--go-article-line)) !important;
}
body.go-template-standard .go-article__toc-list a,
body.go-template-news .go-article__toc-list a {
grid-template-columns: 34px minmax(0, 1fr) !important;
padding: 9px 0 !important;
border: 0 !important;
border-radius:0!important;
background: transparent !important;
box-shadow: none !important;
}
body.go-template-standard .go-article__toc-list a > span,
body.go-template-news .go-article__toc-list a > span {
display: inline !important;
width: auto !important;
height: auto !important;
border: 0 !important;
border-radius:0!important;
background: transparent !important;
color: var(--go-single-lime, #c7f000) !important;
}
body.go-template-standard .go-article__toc-list a > strong,
body.go-template-news .go-article__toc-list a > strong {
overflow: visible !important;
white-space: normal !important;
overflow-wrap: anywhere !important;
-webkit-line-clamp: unset !important;
}
body.go-template-standard .go-article__footer,
body.go-template-news .go-article__footer {
border: 0 !important;
border-top: 1px solid var(--go-single-line, var(--go-article-line)) !important;
border-radius:0!important;
background: transparent !important;
box-shadow: none !important;
}
body.go-template-standard .go-article__footer-share,
body.go-template-news .go-article__footer-share,
.go-single-author-card {
border: 0 !important;
background: transparent !important;
box-shadow: none !important;
}
.go-article__comments :is(#wpd-post-rating, #wpd-post-rating-wrap, .wpd-rating, .wpd-rating-wrap, .wpd-rating-title, .wpd-rating-stars, .wpd-post-rating, .wpdiscuz-post-rating, .wpdiscuz-post-rating-wrap, .wpdiscuz-rating-wrap, .wpdiscuz-article-rating, .wpdiscuz-stars-wrapper, [class*="post-rating" i], [id*="post-rating" i]),
#comments #wpdcom :is(#wpd-post-rating, #wpd-post-rating-wrap, .wpd-rating, .wpd-rating-wrap, .wpd-rating-title, .wpd-rating-stars, .wpd-post-rating, .wpdiscuz-post-rating, .wpdiscuz-post-rating-wrap, .wpdiscuz-rating-wrap, .wpdiscuz-article-rating, .wpdiscuz-stars-wrapper, [class*="post-rating" i], [id*="post-rating" i]) {
display: none !important;
visibility: hidden !important;
height: 0 !important;
min-height: 0 !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
}
@media (max-width: 1100px) {
body.go-template-standard .go-article__main,
body.go-template-news .go-article__main {
display: block !important;
}
body.go-template-standard .go-article__cover,
body.go-template-news .go-article__cover.go-editorial-cover {
width: 100% !important;
max-width: 100% !important;
}
body.go-template-standard .go-article__sidebar,
body.go-template-news .go-article__sidebar {
position: static !important;
grid-row: auto !important;
margin-top: 0 !important;
max-height: none !important;
overflow: visible !important;
padding-right: 0 !important;
}
} html body.go-template-standard,
html body.go-template-news {
--go-single-page-bg: #f4f6fa;
--go-single-surface: rgba(255, 255, 255, 0.78);
--go-single-surface-soft: rgba(244, 247, 251, 0.76);
}
html.dark body.go-template-standard,
body.dark.go-template-standard,
body.dark-mode.go-template-standard,
body.is-dark-theme.go-template-standard,
body.newsx-dark-mode.go-template-standard,
html[data-theme="dark"] body.go-template-standard,
body[data-theme="dark"].go-template-standard,
html.dark body.go-template-news,
body.dark.go-template-news,
body.dark-mode.go-template-news,
body.is-dark-theme.go-template-news,
body.newsx-dark-mode.go-template-news,
html[data-theme="dark"] body.go-template-news,
body[data-theme="dark"].go-template-news {
--go-single-page-bg: #111820;
--go-single-surface: rgba(17, 24, 32, 0.74);
--go-single-surface-soft: rgba(24, 33, 44, 0.72);
--go-single-text: #f6f8fb;
--go-single-muted: #b9c2cf;
--go-single-line: rgba(184, 196, 212, 0.2);
}
body.go-template-standard,
body.go-template-news,
body.go-template-standard #page,
body.go-template-news #page,
body.go-template-standard .site-content,
body.go-template-news .site-content,
body.go-template-standard #content,
body.go-template-news #content,
body.go-template-standard #main,
body.go-template-news #main,
body.go-template-standard .go-article,
body.go-template-news .go-article,
body.go-template-standard .go-article__shell,
body.go-template-news .go-article__shell,
body.go-template-standard .go-shell-breadcrumb-band,
body.go-template-news .go-shell-breadcrumb-band,
body.go-template-standard .go-shell-footer,
body.go-template-news .go-shell-footer,
body.go-template-standard .go-shell-footer-main,
body.go-template-news .go-shell-footer-main,
body.go-template-standard .go-shell-footer .go-shell-wrap,
body.go-template-news .go-shell-footer .go-shell-wrap,
body.go-template-standard .newsx-site-footer,
body.go-template-news .newsx-site-footer {
background-color: transparent !important;
background-image: none !important;
box-shadow: none !important;
}
body.go-template-standard,
body.go-template-news {
background-color: var(--go-single-page-bg) !important;
}
body.go-template-standard.go-site-has-game-art,
body.go-template-news.go-site-has-game-art {
background-color: var(--go-site-game-art-base, var(--go-single-page-bg)) !important;
}
@media (min-width: 1101px) {
body.go-template-standard .go-article__grid,
body.go-template-news .go-article__grid {
display: grid !important;
grid-template-columns: minmax(0, var(--go-article-content-current)) minmax(300px, var(--go-article-aside-current)) !important;
column-gap: var(--go-grid-gap) !important;
row-gap: clamp(18px, 2vw, 28px) !important;
align-items: stretch !important;
overflow: visible !important;
}
body.go-template-standard .go-article__main,
body.go-template-news .go-article__main {
display: contents !important;
}
body.go-template-standard .go-article__main > :not(.go-article__cover),
body.go-template-news .go-article__main > :not(.go-article__cover) {
grid-column: 1 !important;
min-width: 0 !important;
}
body.go-template-standard .go-article__cover,
body.go-template-news .go-article__cover.go-editorial-cover {
grid-column: 1 / -1 !important;
grid-row: 1 !important;
width: 100% !important;
max-width: none !important;
margin: 0 !important;
aspect-ratio: 16 / 9 !important;
overflow: hidden !important;
}
body.go-template-standard .go-article__cover img,
body.go-template-news .go-article__cover .go-editorial-cover__image,
body.go-template-news .go-article__cover .go-editorial-cover__media {
display: block !important;
width: 100% !important;
height: 100% !important;
min-height: 0 !important;
max-height: none !important;
aspect-ratio: auto !important;
object-fit: cover !important;
object-position: center center !important;
}
body.go-template-standard .go-article__sidebar,
body.go-template-news .go-article__sidebar {
position: relative !important;
top: auto !important;
grid-column: 2 !important;
grid-row: 2 / span 80 !important;
align-self: stretch !important;
height: auto !important;
min-height: 100% !important;
max-height: none !important;
margin-top: 0 !important;
overflow: visible !important;
padding-right: 0 !important;
transform: none !important;
will-change: auto !important;
scrollbar-width: auto !important;
}
body.go-template-standard .go-article__sidebar-sticky,
body.go-template-news .go-article__sidebar-sticky {
position: sticky !important;
top: calc(88px + var(--go-shell-admin-offset, 0px)) !important;
display: grid !important;
gap: 18px !important;
max-height: none !important;
overflow: visible !important;
padding-right: 0 !important;
}
}
body.go-template-standard .go-article__briefing,
body.go-template-news .go-article__briefing,
body.go-template-standard .go-article__summary,
body.go-template-news .go-article__summary,
body.go-template-standard .go-article__toc,
body.go-template-news .go-article__toc,
body.go-template-standard .go-article__toc .newsx-table-of-contents,
body.go-template-news .go-article__toc .newsx-table-of-contents,
body.go-template-standard .go-article__toc .newsx-table-of-contents > div,
body.go-template-news .go-article__toc .newsx-table-of-contents > div {
max-width: 520px !important;
margin-top: 0 !important;
padding: 0 !important;
border: 0 !important;
border-radius:0!important;
background: transparent !important;
background-image: none !important;
box-shadow: none !important;
}
body.go-template-standard .go-article__briefing,
body.go-template-news .go-article__briefing {
margin-top: clamp(0.3rem, 0.7vw, 0.65rem) !important;
}
body.go-template-standard .go-article__toc-title,
body.go-template-news .go-article__toc-title,
body.go-template-standard .go-article__toc .newsx-table-of-contents h3,
body.go-template-news .go-article__toc .newsx-table-of-contents h3 {
display: flex !important;
align-items: center !important;
gap: 8px !important;
margin: 0 0 5px !important;
color: var(--go-single-text, var(--go-article-text)) !important;
font-size: 0.82rem !important;
font-weight: 900 !important;
letter-spacing: 0.08em !important;
line-height: 1.2 !important;
text-transform: uppercase !important;
}
body.go-template-standard .go-article__toc-title::before,
body.go-template-news .go-article__toc-title::before,
body.go-template-standard .go-article__toc .newsx-table-of-contents h3::before,
body.go-template-news .go-article__toc .newsx-table-of-contents h3::before {
content: "" !important;
display: inline-block !important;
width: 4px !important;
height: 16px !important;
border-radius:0!important;
background: var(--go-single-lime, #c7f000) !important;
}
body.go-template-standard .go-article__toc-list,
body.go-template-news .go-article__toc-list {
display: grid !important;
grid-template-columns: 1fr !important;
gap: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
body.go-template-standard .go-article__toc-list li,
body.go-template-news .go-article__toc-list li {
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
list-style: none !important;
}
body.go-template-standard .go-article__toc-list li + li,
body.go-template-news .go-article__toc-list li + li {
border-top: 1px solid var(--go-single-line, var(--go-article-line)) !important;
}
body.go-template-standard .go-article__toc-list a,
body.go-template-news .go-article__toc-list a {
display: grid !important;
grid-template-columns: 26px minmax(0, 1fr) !important;
gap: 8px !important;
align-items: baseline !important;
min-height: 0 !important;
padding: 6px 0 !important;
border: 0 !important;
border-radius:0!important;
background: transparent !important;
box-shadow: none !important;
color: var(--go-single-text, var(--go-article-text)) !important;
text-decoration: none !important;
transform: none !important;
}
body.go-template-standard .go-article__toc-list a > span,
body.go-template-news .go-article__toc-list a > span {
display: inline !important;
width: auto !important;
height: auto !important;
border: 0 !important;
border-radius:0!important;
background: transparent !important;
color: var(--go-single-lime, #c7f000) !important;
font-size: 0.72rem !important;
font-weight: 900 !important;
line-height: 1.3 !important;
}
body.go-template-standard .go-article__toc-list a > strong,
body.go-template-news .go-article__toc-list a > strong {
display: block !important;
min-width: 0 !important;
overflow: visible !important;
color: inherit !important;
font-size: 0.86rem !important;
font-weight: 800 !important;
line-height: 1.28 !important;
text-overflow: unset !important;
white-space: normal !important;
overflow-wrap: anywhere !important;
word-break: normal !important;
-webkit-line-clamp: unset !important;
}
body.go-template-standard .go-article__meta-avatar,
body.go-template-news .go-article__meta-avatar,
.go-single-author-card__avatar img,
.go-single-author-card__avatar {
border: 2px solid rgba(199, 240, 0, 0.78) !important;
box-shadow: 0 0 0 3px rgba(199, 240, 0, 0.12), 0 10px 22px rgba(0, 0, 0, 0.18) !important;
}
.go-single-author-card,
body.go-template-standard .go-article__footer-share,
body.go-template-news .go-article__footer-share {
padding: 0 !important;
border: 0 !important;
border-radius:0!important;
background: transparent !important;
box-shadow: none !important;
}
.go-article__comments :is(
#wpd-post-rating,
#wpd-post-rating-wrap,
#wpd-post-rating-wrapper,
.wpd-rating,
.wpd-rating-wrap,
.wpd-rating-title,
.wpd-rating-stars,
.wpd-post-rating,
.wpdiscuz-post-rating,
.wpdiscuz-post-rating-wrap,
.wpdiscuz-rating-wrap,
.wpdiscuz-article-rating,
.wpdiscuz-stars-wrapper,
[class*="post-rating" i],
[id*="post-rating" i],
[class*="article-rating" i],
[id*="article-rating" i]
),
#comments #wpdcom :is(
#wpd-post-rating,
#wpd-post-rating-wrap,
#wpd-post-rating-wrapper,
.wpd-rating,
.wpd-rating-wrap,
.wpd-rating-title,
.wpd-rating-stars,
.wpd-post-rating,
.wpdiscuz-post-rating,
.wpdiscuz-post-rating-wrap,
.wpdiscuz-rating-wrap,
.wpdiscuz-article-rating,
.wpdiscuz-stars-wrapper,
[class*="post-rating" i],
[id*="post-rating" i],
[class*="article-rating" i],
[id*="article-rating" i]
) {
display: none !important;
visibility: hidden !important;
height: 0 !important;
min-height: 0 !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
}
@media (max-width: 1100px) {
body.go-template-standard .go-article__main,
body.go-template-news .go-article__main {
display: block !important;
}
body.go-template-standard .go-article__cover,
body.go-template-news .go-article__cover.go-editorial-cover {
width: 100% !important;
max-width: 100% !important;
aspect-ratio: 16 / 9 !important;
}
body.go-template-standard .go-article__cover img,
body.go-template-news .go-article__cover .go-editorial-cover__image,
body.go-template-news .go-article__cover .go-editorial-cover__media {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
}
body.go-template-standard .go-article__sidebar,
body.go-template-news .go-article__sidebar,
body.go-template-standard .go-article__sidebar-sticky,
body.go-template-news .go-article__sidebar-sticky {
position: static !important;
grid-row: auto !important;
margin-top: 0 !important;
max-height: none !important;
overflow: visible !important;
padding-right: 0 !important;
}
}
body.go-template-standard :is(.go-article, .go-article__shell, .go-article__post, .go-article__grid),
body.go-template-news :is(.go-article, .go-article__shell, .go-article__post, .go-article__grid) {
overflow: visible !important;
} body {
--go-page-bg: #f7f8fb;
--go-page-surface: rgba(255, 255, 255, 0.72);
--go-page-surface-soft: rgba(247, 248, 251, 0.84);
--go-page-text: #101318;
--go-page-muted: #5f6878;
--go-page-line: rgba(16, 19, 24, 0.12);
--go-page-accent: #2800f0;
--go-page-accent-soft: rgba(40, 0, 240, 0.09);
--go-page-accent-line: rgba(40, 0, 240, 0.22);
}
html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"] {
--go-page-bg: #121212;
--go-page-surface: rgba(18, 18, 18, 0.72);
--go-page-surface-soft: rgba(24, 24, 24, 0.82);
--go-page-text: #f6f7f9;
--go-page-muted: #b6bcc7;
--go-page-line: rgba(255, 255, 255, 0.14);
--go-page-accent: #c7f000;
--go-page-accent-soft: rgba(199, 240, 0, 0.1);
--go-page-accent-line: rgba(199, 240, 0, 0.28);
}
body.go-template-standard, body.go-template-news, body.go-template-standard #page, body.go-template-news #page, body.go-template-standard .site-content, body.go-template-news .site-content, body.go-template-standard #content, body.go-template-news #content, body.go-template-standard #main, body.go-template-news #main, body.go-template-standard .go-article, body.go-template-news .go-article, body.go-template-standard .go-article__shell, body.go-template-news .go-article__shell, body.go-template-standard .go-shell-breadcrumb-band, body.go-template-news .go-shell-breadcrumb-band, body.go-template-standard .go-shell-header, body.go-template-news .go-shell-header, body.go-template-standard .go-shell-header-builder, body.go-template-news .go-shell-header-builder, body.go-template-standard .go-shell-header .newsx-middle-section-wrap, body.go-template-news .go-shell-header .newsx-middle-section-wrap, body.go-template-standard .go-shell-header .newsx-bottom-section-wrap, body.go-template-news .go-shell-header .newsx-bottom-section-wrap, body.go-template-standard .go-shell-footer, body.go-template-news .go-shell-footer, body.go-template-standard .go-shell-footer-main, body.go-template-news .go-shell-footer-main, body.go-template-standard .go-shell-footer .go-shell-wrap, body.go-template-news .go-shell-footer .go-shell-wrap, body.go-template-standard .newsx-site-footer, body.go-template-news .newsx-site-footer {
background-color: var(--go-page-bg) !important;
background-image: none !important;
color: var(--go-page-text) !important;
box-shadow: none !important;
}
body.go-template-standard.go-site-has-game-art::before, body.go-template-news.go-site-has-game-art::before, body.go-template-standard .go-site-game-art-backdrop::before, body.go-template-news .go-site-game-art-backdrop::before { opacity: 0.07 !important; }
html.dark body.go-template-standard.go-site-has-game-art::before, html.dark body.go-template-news.go-site-has-game-art::before, body.dark.go-template-standard.go-site-has-game-art::before, body.dark.go-template-news.go-site-has-game-art::before, body.dark-mode.go-template-standard.go-site-has-game-art::before, body.dark-mode.go-template-news.go-site-has-game-art::before, body.is-dark-theme.go-template-standard.go-site-has-game-art::before, body.is-dark-theme.go-template-news.go-site-has-game-art::before, body.newsx-dark-mode.go-template-standard.go-site-has-game-art::before, body.newsx-dark-mode.go-template-news.go-site-has-game-art::before { opacity: 0.1 !important; }
body.go-template-standard.go-site-has-game-art::after, body.go-template-news.go-site-has-game-art::after, body.go-template-standard .go-site-game-art-backdrop::after, body.go-template-news .go-site-game-art-backdrop::after { background: linear-gradient(180deg, rgba(247, 248, 251, 0.88) 0%, rgba(247, 248, 251, 0.94) 48%, rgba(247, 248, 251, 0.98) 100%) !important; }
html.dark body.go-template-standard.go-site-has-game-art::after, html.dark body.go-template-news.go-site-has-game-art::after, body.dark.go-template-standard.go-site-has-game-art::after, body.dark.go-template-news.go-site-has-game-art::after, body.dark-mode.go-template-standard.go-site-has-game-art::after, body.dark-mode.go-template-news.go-site-has-game-art::after, body.is-dark-theme.go-template-standard.go-site-has-game-art::after, body.is-dark-theme.go-template-news.go-site-has-game-art::after, body.newsx-dark-mode.go-template-standard.go-site-has-game-art::after, body.newsx-dark-mode.go-template-news.go-site-has-game-art::after { background: linear-gradient(180deg, rgba(18, 18, 18, 0.9) 0%, rgba(18, 18, 18, 0.94) 50%, rgba(18, 18, 18, 0.98) 100%) !important; }
body.go-template-standard :is(a, .go-article__meta-author, .go-article__side-story-title, .go-single-author-card__link), body.go-template-news :is(a, .go-article__meta-author, .go-article__side-story-title, .go-single-author-card__link) { color: var(--go-page-accent); }
body.go-template-standard :is(.go-article__title, .go-article__side-title, .go-article__content, .newsx-post-content), body.go-template-news :is(.go-article__title, .go-article__side-title, .go-article__content, .newsx-post-content) { color: var(--go-page-text) !important; }
body.go-template-standard :is(.go-article__deck, .go-article__meta, .go-article__side-story-meta, .go-single-author-card p), body.go-template-news :is(.go-article__deck, .go-article__meta, .go-article__side-story-meta, .go-single-author-card p) { color: var(--go-page-muted) !important; }
body.go-template-standard .go-article__footer, body.go-template-news .go-article__footer, body.go-template-standard .go-article__footer-meta, body.go-template-news .go-article__footer-meta, body.go-template-standard .go-article__footer-meta .newsx-post-sources, body.go-template-news .go-article__footer-meta .newsx-post-sources, body.go-template-standard .go-article__footer-meta .go-single-source-cluster, body.go-template-news .go-article__footer-meta .go-single-source-cluster { background: transparent !important; background-color: transparent !important; background-image: none !important; border-radius:0!important; box-shadow: none !important; }
body.go-template-standard .go-article__footer, body.go-template-news .go-article__footer { border: 0 !important; border-top: 1px solid var(--go-page-line) !important; padding-top: clamp(18px, 2.4vw, 26px) !important; }
body.go-template-standard .go-article__footer-meta .go-single-source-cluster, body.go-template-news .go-article__footer-meta .go-single-source-cluster { padding: 0 !important; border: 0 !important; }
body.go-template-standard .go-article__footer-meta .go-single-source-pill, body.go-template-news .go-article__footer-meta .go-single-source-pill { border: 1px solid var(--go-page-accent-line) !important; background: var(--go-page-accent-soft) !important; color: var(--go-page-accent) !important; }
body.go-template-standard .go-article__footer-meta .go-single-source-pill__prefix, body.go-template-news .go-article__footer-meta .go-single-source-pill__prefix { color: var(--go-page-accent) !important; }
body.go-template-standard .go-article__briefing, body.go-template-news .go-article__briefing, body.go-template-standard .go-article__summary, body.go-template-news .go-article__summary, body.go-template-standard .go-article__toc, body.go-template-news .go-article__toc { width: min(100%, 460px) !important; max-width: 460px !important; margin-top: 8px !important; padding: 0 !important; border: 0 !important; border-radius:0!important; background: transparent !important; box-shadow: none !important; }
body.go-template-standard .go-article__toc-title, body.go-template-news .go-article__toc-title { margin: 0 0 2px !important; color: var(--go-page-text) !important; font-size: 0.78rem !important; line-height: 1.2 !important; letter-spacing: 0.08em !important; text-transform: uppercase !important; }
body.go-template-standard .go-article__toc-title::before, body.go-template-news .go-article__toc-title::before { width: 4px !important; height: 15px !important; background: var(--go-page-accent) !important; }
body.go-template-standard .go-article__toc-list, body.go-template-news .go-article__toc-list { display: grid !important; grid-template-columns: 1fr !important; gap: 0 !important; }
body.go-template-standard .go-article__toc-list li, body.go-template-news .go-article__toc-list li { border: 0 !important; }
body.go-template-standard .go-article__toc-list li + li, body.go-template-news .go-article__toc-list li + li { border-top: 1px solid var(--go-page-line) !important; }
body.go-template-standard .go-article__toc-list a, body.go-template-news .go-article__toc-list a { grid-template-columns: 24px minmax(0, 1fr) !important; gap: 8px !important; min-height: 0 !important; padding: 6px 0 !important; border: 0 !important; border-radius:0!important; background: transparent !important; box-shadow: none !important; transform: none !important; }
body.go-template-standard .go-article__toc-list a > span, body.go-template-news .go-article__toc-list a > span { display: inline !important; width: auto !important; height: auto !important; color: var(--go-page-accent) !important; font-size: 0.72rem !important; font-weight: 900 !important; }
body.go-template-standard .go-article__toc-list a > strong, body.go-template-news .go-article__toc-list a > strong { display: block !important; overflow: visible !important; color: var(--go-page-text) !important; font-size: 0.83rem !important; line-height: 1.3 !important; white-space: normal !important; overflow-wrap: anywhere !important; -webkit-line-clamp: unset !important; }
body.go-template-standard .go-article__cover, body.go-template-news .go-article__cover.go-editorial-cover { aspect-ratio: 16 / 9 !important; max-height: 620px !important; border: 1px solid var(--go-page-line) !important; border-radius:0!important; background: transparent !important; }
body.go-template-standard .go-article__cover img, body.go-template-news .go-article__cover .go-editorial-cover__image, body.go-template-news .go-article__cover .go-editorial-cover__media { width: 100% !important; height: 100% !important; min-height: 0 !important; max-height: none !important; object-fit: cover !important; object-position: center center !important; }
@media (min-width:1101px){ body.go-template-standard .go-article__grid, body.go-template-news .go-article__grid, body.go-template-standard .go-article__post, body.go-template-news .go-article__post, body.go-template-standard .go-article__shell, body.go-template-news .go-article__shell, body.go-template-standard .go-article, body.go-template-news .go-article { overflow: visible !important; contain: none !important; transform: none !important; } body.go-template-standard .go-article__sidebar, body.go-template-news .go-article__sidebar { position: relative !important; grid-column: 2 !important; grid-row: 2 / span 999 !important; align-self: stretch !important; min-height: 100% !important; height: auto !important; margin-top: 0 !important; padding-left: clamp(20px, 2.7vw, 32px) !important; border-left: 1px solid var(--go-page-line) !important; overflow: visible !important; z-index: 5 !important; } body.go-template-standard .go-article__sidebar-sticky, body.go-template-news .go-article__sidebar-sticky { position: sticky !important; top: calc(82px + var(--go-shell-admin-offset, 0px)) !important; display: block !important; width: 100% !important; max-height: none !important; overflow: visible !important; padding: 0 !important; transform: none !important; will-change: transform !important; } }
body.go-template-standard .go-article__side-card--more, body.go-template-standard .go-article__side-card--latest-reviews, body.go-template-news .go-article__side-card--more, body.go-template-news .go-article__side-card--latest-reviews { display: block !important; margin: 0 !important; padding: 0 0 18px !important; border: 0 !important; border-bottom: 1px solid var(--go-page-line) !important; border-radius:0!important; background: transparent !important; box-shadow: none !important; }
body.go-template-standard .go-article__side-card--latest-reviews, body.go-template-news .go-article__side-card--latest-reviews { margin-top: 18px !important; }
body.go-template-standard .go-article__side-card--more .go-article__side-title, body.go-template-standard .go-article__side-card--latest-reviews .go-article__side-title, body.go-template-news .go-article__side-card--more .go-article__side-title, body.go-template-news .go-article__side-card--latest-reviews .go-article__side-title { color: var(--go-page-text) !important; font-size: 1.22rem !important; line-height: 1.15 !important; }
body.go-template-standard .go-article__side-label, body.go-template-news .go-article__side-label, body.go-template-standard .go-article__side-story-meta b, body.go-template-news .go-article__side-story-meta b { color: var(--go-page-accent) !important; }
body.go-template-standard .go-article__side-card--more .go-article__side-story, body.go-template-standard .go-article__side-card--latest-reviews .go-article__side-story, body.go-template-news .go-article__side-card--more .go-article__side-story, body.go-template-news .go-article__side-card--latest-reviews .go-article__side-story { display: grid !important; grid-template-columns: 82px minmax(0, 1fr) !important; gap: 12px !important; align-items: start !important; margin: 0 !important; padding: 13px 0 !important; border: 0 !important; }
body.go-template-standard .go-article__side-card--more .go-article__side-story + .go-article__side-story, body.go-template-standard .go-article__side-card--latest-reviews .go-article__side-story + .go-article__side-story, body.go-template-news .go-article__side-card--more .go-article__side-story + .go-article__side-story, body.go-template-news .go-article__side-card--latest-reviews .go-article__side-story + .go-article__side-story { border-top: 1px solid var(--go-page-line) !important; }
body.go-template-standard .go-article__side-story-media, body.go-template-news .go-article__side-story-media { position: relative !important; display: block !important; width: 82px !important; height: 58px !important; overflow: hidden !important; border-radius:0!important; background: var(--go-page-surface-soft) !important; }
body.go-template-standard .go-article__side-story-media img, body.go-template-news .go-article__side-story-media img { display: block !important; width: 82px !important; height: 58px !important; object-fit: cover !important; border-radius:0!important; }
body.go-template-standard .go-article__side-story-title, body.go-template-news .go-article__side-story-title { display: block !important; color: var(--go-page-accent) !important; font-size: 0.94rem !important; font-weight: 850 !important; line-height: 1.28 !important; letter-spacing: -0.01em !important; }
body.go-template-standard .go-article__side-story-meta, body.go-template-news .go-article__side-story-meta { display: flex !important; flex-wrap: wrap !important; gap: 4px 8px !important; margin: 0 0 4px !important; color: var(--go-page-muted) !important; font-size: 0.66rem !important; font-weight: 900 !important; line-height: 1.2 !important; text-transform: uppercase !important; }
body.go-template-standard .go-article__side-score, body.go-template-news .go-article__side-score { right: 4px !important; bottom: 4px !important; min-width: 30px !important; height: 24px !important; padding: 0 7px !important; font-size: 0.72rem !important; }
body.go-template-standard .go-article__meta-avatar, body.go-template-news .go-article__meta-avatar, body.go-template-standard .go-single-author-card__avatar, body.go-template-news .go-single-author-card__avatar, body.go-template-standard .go-single-author-card__avatar img, body.go-template-news .go-single-author-card__avatar img { border: 2px solid var(--go-page-accent) !important; box-shadow: 0 0 0 3px var(--go-page-accent-soft), 0 10px 22px rgba(0, 0, 0, 0.16) !important; }
#comments :is(#wpd-post-rating,#wpd-post-rating-wrap,#wpd-post-rating-wrapper,.wpd-rating,.wpd-rating-wrap,.wpd-rating-title,.wpd-rating-stars,.wpd-post-rating,.wpdiscuz-post-rating,.wpdiscuz-post-rating-wrap,.wpdiscuz-rating-wrap,.wpdiscuz-article-rating,.wpdiscuz-stars-wrapper,[class*="post-rating" i],[id*="post-rating" i],[class*="article-rating" i],[id*="article-rating" i]), .go-article__comments :is(#wpd-post-rating,#wpd-post-rating-wrap,#wpd-post-rating-wrapper,.wpd-rating,.wpd-rating-wrap,.wpd-rating-title,.wpd-rating-stars,.wpd-post-rating,.wpdiscuz-post-rating,.wpdiscuz-rating-wrap,.wpdiscuz-post-rating-wrap,.wpdiscuz-article-rating,.wpdiscuz-stars-wrapper,[class*="post-rating" i],[id*="post-rating" i],[class*="article-rating" i],[id*="article-rating" i]) { display: none !important; visibility: hidden !important; height: 0 !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; overflow: hidden !important; } body:not(.wp-admin),
body:not(.wp-admin) #page.site,
body:not(.wp-admin) .site-content,
body:not(.wp-admin) #content,
body:not(.wp-admin) #main,
body:not(.wp-admin) .go-shell-breadcrumb-band,
body:not(.wp-admin) .go-shell-header,
body:not(.wp-admin) .go-shell-header-builder,
body:not(.wp-admin) .go-shell-header .newsx-middle-section-wrap,
body:not(.wp-admin) .go-shell-header .newsx-bottom-section-wrap,
body:not(.wp-admin) .go-shell-footer,
body:not(.wp-admin) .go-shell-footer-main,
body:not(.wp-admin) .newsx-site-footer {
background-color: var(--go-page-bg) !important;
color: var(--go-page-text);
}
body:not(.wp-admin) :is(.site-main, .entry-content, .newsx-post-content, .go-layout-shell, .go-article__content) {
color: var(--go-page-text);
}
body:not(.wp-admin) :is(.entry-content a, .newsx-post-content a, .go-article a, .go-shell-breadcrumbs a) {
color: var(--go-page-accent);
}
body:not(.wp-admin) :is(.go-shell-breadcrumbs .newsx-breadcrumbs, .go-shell-footer, .go-shell-footer a) {
color: var(--go-page-muted);
}
body:not(.wp-admin) :is(.go-offcanvas-panel, .go-offcanvas-body, .newsx-offcanvas-widgets-area, .go-offcanvas-nav) {
background-color: var(--go-offcanvas-panel, #050607) !important;
} :root {
--go-site-background-light: #f8f9fc;
--go-site-background-dark: #121212;
--go-site-foreground-light: #080b12;
--go-site-foreground-dark: #f6f7f9;
}
body {
--go-page-bg: #f8f9fc;
--go-page-text: #080b12;
--go-page-muted: #5f6878;
--go-page-line: rgba(8, 11, 18, 0.12);
--go-page-accent: #2800f0;
--go-page-accent-soft: rgba(40, 0, 240, 0.09);
--go-page-accent-line: rgba(40, 0, 240, 0.24);
--go-page-surface: rgba(255, 255, 255, 0.72);
--go-page-surface-soft: rgba(255, 255, 255, 0.56);
}
html.dark body,
html[class*="dark"] body,
html[data-theme="dark"] body,
body.dark,
body.dark-mode,
body.is-dark-theme,
body.newsx-dark-mode,
body[data-theme="dark"] {
--go-page-bg: #121212;
--go-page-text: #f6f7f9;
--go-page-muted: #b8bec9;
--go-page-line: rgba(255, 255, 255, 0.13);
--go-page-accent: #c7f000;
--go-page-accent-soft: rgba(199, 240, 0, 0.10);
--go-page-accent-line: rgba(199, 240, 0, 0.26);
--go-page-surface: rgba(18, 18, 18, 0.66);
--go-page-surface-soft: rgba(255, 255, 255, 0.055);
}
html,
body.go-template-standard,
body.go-template-news {
background-color: var(--go-page-bg) !important;
color: var(--go-page-text) !important;
}
body.go-template-standard :where(#page, #content, #main, .site, .site-content, .content-area, .site-main, .newsx-main-wrap, .newsx-site-main, #primary, .go-article, .go-article__shell, .go-article__post, .go-article__grid, .go-layout-shell, .go-shell-breadcrumb-band, .go-shell-breadcrumb-band .go-shell-wrap, .go-shell-footer, .go-shell-footer-main, .go-shell-footer .go-shell-wrap, .go-shell-footer-top, .go-shell-footer-grid, .go-shell-footer-bottom, .go-shell-footer-info, .newsx-site-footer),
body.go-template-news :where(#page, #content, #main, .site, .site-content, .content-area, .site-main, .newsx-main-wrap, .newsx-site-main, #primary, .go-article, .go-article__shell, .go-article__post, .go-article__grid, .go-layout-shell, .go-shell-breadcrumb-band, .go-shell-breadcrumb-band .go-shell-wrap, .go-shell-footer, .go-shell-footer-main, .go-shell-footer .go-shell-wrap, .go-shell-footer-top, .go-shell-footer-grid, .go-shell-footer-bottom, .go-shell-footer-info, .newsx-site-footer) {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
box-shadow: none !important;
}
body.go-template-standard :where(.go-shell-header, .go-shell-header-builder, .go-shell-header .newsx-middle-section-wrap, .go-shell-header .newsx-bottom-section-wrap),
body.go-template-news :where(.go-shell-header, .go-shell-header-builder, .go-shell-header .newsx-middle-section-wrap, .go-shell-header .newsx-bottom-section-wrap) {
background: color-mix(in srgb, var(--go-page-bg) 92%, transparent) !important;
background-color: color-mix(in srgb, var(--go-page-bg) 92%, transparent) !important;
background-image: none !important;
box-shadow: none !important;
}
body.go-template-standard :where(.go-offcanvas-panel, .go-offcanvas-body, .newsx-offcanvas-widgets-area, .go-offcanvas-nav),
body.go-template-news :where(.go-offcanvas-panel, .go-offcanvas-body, .newsx-offcanvas-widgets-area, .go-offcanvas-nav) {
background-color: var(--go-offcanvas-panel, #050607) !important;
}
body.go-template-standard.go-site-has-game-art::before,
body.go-template-news.go-site-has-game-art::before,
body.go-template-standard .go-site-game-art-backdrop::before,
body.go-template-news .go-site-game-art-backdrop::before {
opacity: 0.12 !important;
}
html.dark body.go-template-standard.go-site-has-game-art::before,
html.dark body.go-template-news.go-site-has-game-art::before,
html[class*="dark"] body.go-template-standard.go-site-has-game-art::before,
html[class*="dark"] body.go-template-news.go-site-has-game-art::before,
body.dark.go-template-standard.go-site-has-game-art::before,
body.dark.go-template-news.go-site-has-game-art::before,
body.dark-mode.go-template-standard.go-site-has-game-art::before,
body.dark-mode.go-template-news.go-site-has-game-art::before,
body.is-dark-theme.go-template-standard.go-site-has-game-art::before,
body.is-dark-theme.go-template-news.go-site-has-game-art::before,
body.newsx-dark-mode.go-template-standard.go-site-has-game-art::before,
body.newsx-dark-mode.go-template-news.go-site-has-game-art::before {
opacity: 0.18 !important;
}
body.go-template-standard.go-site-has-game-art::after,
body.go-template-news.go-site-has-game-art::after,
body.go-template-standard .go-site-game-art-backdrop::after,
body.go-template-news .go-site-game-art-backdrop::after {
background: linear-gradient(180deg, rgba(248, 249, 252, 0.82) 0%, rgba(248, 249, 252, 0.88) 52%, rgba(248, 249, 252, 0.93) 100%) !important;
}
html.dark body.go-template-standard.go-site-has-game-art::after,
html.dark body.go-template-news.go-site-has-game-art::after,
html[class*="dark"] body.go-template-standard.go-site-has-game-art::after,
html[class*="dark"] body.go-template-news.go-site-has-game-art::after,
body.dark.go-template-standard.go-site-has-game-art::after,
body.dark.go-template-news.go-site-has-game-art::after,
body.dark-mode.go-template-standard.go-site-has-game-art::after,
body.dark-mode.go-template-news.go-site-has-game-art::after,
body.is-dark-theme.go-template-standard.go-site-has-game-art::after,
body.is-dark-theme.go-template-news.go-site-has-game-art::after,
body.newsx-dark-mode.go-template-standard.go-site-has-game-art::after,
body.newsx-dark-mode.go-template-news.go-site-has-game-art::after {
background: linear-gradient(180deg, rgba(18, 18, 18, 0.82) 0%, rgba(18, 18, 18, 0.86) 52%, rgba(18, 18, 18, 0.9) 100%) !important;
}
body.go-template-standard .go-article__cover,
body.go-template-news .go-article__cover.go-editorial-cover {
display: block !important;
width: 100% !important;
max-width: 100% !important;
aspect-ratio: 16 / 9 !important;
height: auto !important;
max-height: none !important;
margin: 0 0 clamp(22px, 3vw, 34px) !important;
overflow: hidden !important;
border: 1px solid var(--go-page-line) !important;
border-radius:0!important;
background: transparent !important;
}
body.go-template-standard .go-article__cover img,
body.go-template-news .go-article__cover .go-editorial-cover__media,
body.go-template-news .go-article__cover .go-editorial-cover__image {
display: block !important;
width: 100% !important;
height: 100% !important;
min-height: 0 !important;
max-height: none !important;
aspect-ratio: 16 / 9 !important;
object-fit: cover !important;
object-position: center center !important;
}
@media (min-width: 1101px) {
body.go-template-standard .go-article__grid,
body.go-template-news .go-article__grid {
display: grid !important;
grid-template-columns: minmax(0, var(--go-article-content-current, 740px)) minmax(280px, var(--go-article-aside-current, 300px)) !important;
column-gap: var(--go-grid-gap, clamp(30px, 4vw, 54px)) !important;
row-gap: 0 !important;
align-items: start !important;
width: min(100%, calc(var(--go-article-content-current, 740px) + var(--go-article-aside-current, 300px) + var(--go-grid-gap, 48px))) !important;
max-width: 100% !important;
overflow: visible !important;
contain: none !important;
transform: none !important;
}
body.go-template-standard .go-article__main,
body.go-template-news .go-article__main {
display: block !important;
grid-column: 1 !important;
grid-row: auto !important;
min-width: 0 !important;
overflow: visible !important;
contain: none !important;
transform: none !important;
}
body.go-template-standard .go-article__sidebar,
body.go-template-news .go-article__sidebar {
position: relative !important;
grid-column: 2 !important;
grid-row: auto !important;
align-self: start !important;
min-height: 0 !important;
height: auto !important;
margin-top: 0 !important;
padding-left: clamp(20px, 2.7vw, 32px) !important;
border-left: 1px solid var(--go-page-line) !important;
overflow: visible !important;
contain: none !important;
transform: none !important;
z-index: 5 !important;
}
body.go-template-standard .go-article__sidebar-sticky,
body.go-template-news .go-article__sidebar-sticky {
position: sticky !important;
top: calc(88px + var(--go-shell-admin-offset, 0px)) !important;
display: block !important;
width: 100% !important;
max-height: none !important;
overflow: visible !important;
padding: 0 !important;
transform: none !important;
will-change: auto !important;
}
}
body.go-template-standard .go-article__side-card--latest-reviews,
body.go-template-news .go-article__side-card--latest-reviews {
margin-top: 18px !important;
}
body.go-template-standard .go-article__meta-avatar,
body.go-template-news .go-article__meta-avatar,
body.go-template-standard .go-single-author-card__avatar,
body.go-template-news .go-single-author-card__avatar,
body.go-template-standard .go-single-author-card__avatar img,
body.go-template-news .go-single-author-card__avatar img {
border: 2px solid var(--go-page-accent) !important;
box-shadow: 0 0 0 3px var(--go-page-accent-soft), 0 10px 22px rgba(0, 0, 0, 0.16) !important;
} body:not(.wp-admin) {
--go-page-bg: #f8f9fc;
--go-page-text: #080b12;
--go-page-muted: #5d6675;
--go-page-line: rgba(8, 11, 18, 0.13);
--go-page-accent: #2800f0;
--go-page-accent-rgb: 40, 0, 240;
--go-page-accent-soft: rgba(40, 0, 240, 0.09);
--go-page-accent-line: rgba(40, 0, 240, 0.24);
--go-page-surface: rgba(255, 255, 255, 0.72);
--go-page-surface-soft: rgba(255, 255, 255, 0.58);
--go-article-accent: #2800f0;
--go-single-lime: #2800f0;
--go-single-blue: #2800f0;
--go-ui-accent: #2800f0;
--go-ui-mark: #2800f0;
--go-home-accent: #2800f0;
--go-shell-lime: #2800f0;
--go-shell-blue: #2800f0;
}
html.dark body:not(.wp-admin),
html[class*="dark"] body:not(.wp-admin),
html[data-theme="dark"] body:not(.wp-admin),
body.dark:not(.wp-admin),
body.dark-mode:not(.wp-admin),
body.is-dark-theme:not(.wp-admin),
body.newsx-dark-mode:not(.wp-admin),
body[data-theme="dark"]:not(.wp-admin) {
--go-page-bg: #121212;
--go-page-text: #f7f8fb;
--go-page-muted: #b8bec9;
--go-page-line: rgba(255, 255, 255, 0.13);
--go-page-accent: #c7f000;
--go-page-accent-rgb: 199, 240, 0;
--go-page-accent-soft: rgba(199, 240, 0, 0.10);
--go-page-accent-line: rgba(199, 240, 0, 0.28);
--go-page-surface: rgba(18, 18, 18, 0.72);
--go-page-surface-soft: rgba(255, 255, 255, 0.055);
--go-article-accent: #c7f000;
--go-single-lime: #c7f000;
--go-single-blue: #c7f000;
--go-ui-accent: #c7f000;
--go-ui-mark: #c7f000;
--go-home-accent: #c7f000;
--go-shell-lime: #c7f000;
--go-shell-blue: #c7f000;
}
body.go-template-standard,
body.go-template-news,
body.go-template-standard #page,
body.go-template-news #page,
body.go-template-standard :where(#content, #main, .site-content, .content-area, .site-main, .newsx-main-wrap, .go-article, .go-article__shell, .go-article__post, .go-shell-breadcrumb-band, .go-shell-footer, .newsx-site-footer),
body.go-template-news :where(#content, #main, .site-content, .content-area, .site-main, .newsx-main-wrap, .go-article, .go-article__shell, .go-article__post, .go-shell-breadcrumb-band, .go-shell-footer, .newsx-site-footer) {
background-color: var(--go-page-bg) !important;
color: var(--go-page-text) !important;
}
body.go-template-standard :where(.go-layout-shell, .go-article__grid, .go-article__main, .go-article__content, .go-article__footer, .go-article__footer-meta, .go-shell-breadcrumb-band .go-shell-wrap, .go-shell-footer-main, .go-shell-footer .go-shell-wrap, .go-shell-footer-top, .go-shell-footer-grid, .go-shell-footer-bottom, .go-shell-footer-info),
body.go-template-news :where(.go-layout-shell, .go-article__grid, .go-article__main, .go-article__content, .go-article__footer, .go-article__footer-meta, .go-shell-breadcrumb-band .go-shell-wrap, .go-shell-footer-main, .go-shell-footer .go-shell-wrap, .go-shell-footer-top, .go-shell-footer-grid, .go-shell-footer-bottom, .go-shell-footer-info) {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
}
body.go-template-standard.go-site-has-game-art::before,
body.go-template-news.go-site-has-game-art::before,
body.go-template-standard .go-site-game-art-backdrop::before,
body.go-template-news .go-site-game-art-backdrop::before {
opacity: 0.15 !important;
}
html.dark body.go-template-standard.go-site-has-game-art::before,
html.dark body.go-template-news.go-site-has-game-art::before,
html[class*="dark"] body.go-template-standard.go-site-has-game-art::before,
html[class*="dark"] body.go-template-news.go-site-has-game-art::before,
body.dark.go-template-standard.go-site-has-game-art::before,
body.dark.go-template-news.go-site-has-game-art::before,
body.dark-mode.go-template-standard.go-site-has-game-art::before,
body.dark-mode.go-template-news.go-site-has-game-art::before,
body.is-dark-theme.go-template-standard.go-site-has-game-art::before,
body.is-dark-theme.go-template-news.go-site-has-game-art::before,
body.newsx-dark-mode.go-template-standard.go-site-has-game-art::before,
body.newsx-dark-mode.go-template-news.go-site-has-game-art::before {
opacity: 0.23 !important;
}
body.go-template-standard.go-site-has-game-art::after,
body.go-template-news.go-site-has-game-art::after,
body.go-template-standard .go-site-game-art-backdrop::after,
body.go-template-news .go-site-game-art-backdrop::after {
background: linear-gradient(180deg, rgba(248, 249, 252, 0.78) 0%, rgba(248, 249, 252, 0.84) 54%, rgba(248, 249, 252, 0.88) 100%) !important;
}
html.dark body.go-template-standard.go-site-has-game-art::after,
html.dark body.go-template-news.go-site-has-game-art::after,
html[class*="dark"] body.go-template-standard.go-site-has-game-art::after,
html[class*="dark"] body.go-template-news.go-site-has-game-art::after,
body.dark.go-template-standard.go-site-has-game-art::after,
body.dark.go-template-news.go-site-has-game-art::after,
body.dark-mode.go-template-standard.go-site-has-game-art::after,
body.dark-mode.go-template-news.go-site-has-game-art::after,
body.is-dark-theme.go-template-standard.go-site-has-game-art::after,
body.is-dark-theme.go-template-news.go-site-has-game-art::after,
body.newsx-dark-mode.go-template-standard.go-site-has-game-art::after,
body.newsx-dark-mode.go-template-news.go-site-has-game-art::after {
background: linear-gradient(180deg, rgba(18, 18, 18, 0.74) 0%, rgba(18, 18, 18, 0.79) 54%, rgba(18, 18, 18, 0.84) 100%) !important;
}
body.go-template-standard :is(.go-article__eyebrow a, .go-article__side-label, .go-article__side-story-meta b, .go-article__footer-label, .go-single-author-card__eyebrow, .go-shell-breadcrumbs a:hover, .go-shell-breadcrumbs [aria-current="page"], .newsx-post-categories a, .post-categories a, .cat-links a, .goei-auto-related-links > :first-child, .goei-auto-related-links h2, .goei-auto-related-links h3, .goei-auto-related-links strong:first-child, .go-inline-brief__label),
body.go-template-news :is(.go-article__eyebrow a, .go-article__side-label, .go-article__side-story-meta b, .go-article__footer-label, .go-single-author-card__eyebrow, .go-shell-breadcrumbs a:hover, .go-shell-breadcrumbs [aria-current="page"], .newsx-post-categories a, .post-categories a, .cat-links a, .goei-auto-related-links > :first-child, .goei-auto-related-links h2, .goei-auto-related-links h3, .goei-auto-related-links strong:first-child, .go-inline-brief__label) {
color: var(--go-page-accent) !important;
}
body.go-template-standard :is(.go-article__eyebrow a, .newsx-post-categories a, .post-categories a, .cat-links a),
body.go-template-news :is(.go-article__eyebrow a, .newsx-post-categories a, .post-categories a, .cat-links a) {
background: transparent !important;
border-color: var(--go-page-accent-line) !important;
}
body.go-template-standard :is(.go-article__toc-title::before, .go-article__side-title::before, .go-single-summary-box > summary::before, .goei-auto-related-links::before),
body.go-template-news :is(.go-article__toc-title::before, .go-article__side-title::before, .go-single-summary-box > summary::before, .goei-auto-related-links::before) {
background: var(--go-page-accent) !important;
}
body.go-template-standard :is(.go-article__toc, .go-article__footer-share, .go-single-author-card, .go-single-summary-box, .goei-auto-related-links, .go-article__comments, .go-article__side-card--more, .go-article__side-card--latest-reviews),
body.go-template-news :is(.go-article__toc, .go-article__footer-share, .go-single-author-card, .go-single-summary-box, .goei-auto-related-links, .go-article__comments, .go-article__side-card--more, .go-article__side-card--latest-reviews) {
border-color: var(--go-page-line) !important;
background: transparent !important;
box-shadow: none !important;
}
body.go-template-standard .goei-auto-related-links,
body.go-template-news .goei-auto-related-links {
border-left-color: var(--go-page-accent) !important;
color: var(--go-page-text) !important;
}
body.go-template-standard .goei-auto-related-links :is(a, strong:not(:first-child)),
body.go-template-news .goei-auto-related-links :is(a, strong:not(:first-child)) {
color: var(--go-page-accent) !important;
}
body.go-template-standard .goei-auto-related-links :is(li::marker),
body.go-template-news .goei-auto-related-links :is(li::marker) {
color: var(--go-page-accent) !important;
}
body.go-template-standard :is(.go-article__toc-list a > span, .go-single-source-pill, .tagcloud a, .post-tags a, .newsx-tags a, .go-article__footer-meta a),
body.go-template-news :is(.go-article__toc-list a > span, .go-single-source-pill, .tagcloud a, .post-tags a, .newsx-tags a, .go-article__footer-meta a) {
border-color: var(--go-page-accent-line) !important;
background: var(--go-page-accent-soft) !important;
color: var(--go-page-accent) !important;
}
body.go-template-standard :is(.go-article__side-story-title, .go-single-author-card__name, .go-single-author-card p, .go-article__toc-list a > strong, .go-single-summary-box > summary, .go-article__content .newsx-post-content),
body.go-template-news :is(.go-article__side-story-title, .go-single-author-card__name, .go-single-author-card p, .go-article__toc-list a > strong, .go-single-summary-box > summary, .go-article__content .newsx-post-content) {
color: var(--go-page-text) !important;
}
body.go-template-standard :is(.go-article__content .newsx-post-content a, .go-single-author-card__link, .go-article__footer-meta a:hover, .go-shell-footer a:hover),
body.go-template-news :is(.go-article__content .newsx-post-content a, .go-single-author-card__link, .go-article__footer-meta a:hover, .go-shell-footer a:hover) {
color: var(--go-page-accent) !important;
}
body.go-template-standard :is(.go-article__meta-avatar, .go-article__side-author-avatar, .go-single-author-card__avatar, .go-single-author-card__avatar img),
body.go-template-news :is(.go-article__meta-avatar, .go-article__side-author-avatar, .go-single-author-card__avatar, .go-single-author-card__avatar img) {
border-color: var(--go-page-accent) !important;
box-shadow: 0 0 0 3px var(--go-page-accent-soft), 0 10px 22px rgba(0, 0, 0, 0.16) !important;
}
body.go-template-standard :is(.go-article__cover, .go-article__side-card--more, .go-article__side-card--latest-reviews, .go-article__toc-list a),
body.go-template-news :is(.go-article__cover, .go-article__side-card--more, .go-article__side-card--latest-reviews, .go-article__toc-list a) {
border-color: var(--go-page-line) !important;
}
body.go-template-standard :is(.go-article__toc-list a:hover, .go-article__toc-list a:focus-visible, .go-article__side-story-title:hover, .go-article__side-story-title:focus-visible),
body.go-template-news :is(.go-article__toc-list a:hover, .go-article__toc-list a:focus-visible, .go-article__side-story-title:hover, .go-article__side-story-title:focus-visible) {
border-color: var(--go-page-accent-line) !important;
color: var(--go-page-accent) !important;
}
body.go-template-standard :is(.go-offcanvas-panel, .go-offcanvas-body, .newsx-offcanvas-widgets-area, .go-offcanvas-nav),
body.go-template-news :is(.go-offcanvas-panel, .go-offcanvas-body, .newsx-offcanvas-widgets-area, .go-offcanvas-nav) {
background-color: var(--go-offcanvas-panel, #050607) !important;
color: var(--go-shell-text, #f5f7fa) !important;
} body:not(.wp-admin) {
--go-mode-bg: #f7f8fb;
--go-mode-text: #05070d;
--go-mode-muted: #586174;
--go-mode-line: rgba(5, 7, 13, 0.13);
--go-mode-line-strong: rgba(5, 7, 13, 0.2);
--go-mode-accent: #2800f0;
--go-mode-accent-soft: rgba(40, 0, 240, 0.08);
--go-mode-accent-line: rgba(40, 0, 240, 0.28);
--go-mode-surface: rgba(255, 255, 255, 0.42);
--go-page-bg: var(--go-mode-bg);
--go-page-text: var(--go-mode-text);
--go-page-muted: var(--go-mode-muted);
--go-page-line: var(--go-mode-line);
--go-page-accent: var(--go-mode-accent);
--go-page-accent-soft: var(--go-mode-accent-soft);
--go-page-accent-line: var(--go-mode-accent-line);
--go-article-text: var(--go-mode-text);
--go-article-muted: var(--go-mode-muted);
--go-article-line: var(--go-mode-line);
--go-article-accent: var(--go-mode-accent);
--go-single-text: var(--go-mode-text);
--go-single-muted: var(--go-mode-muted);
--go-single-line: var(--go-mode-line);
--go-single-lime: var(--go-mode-accent);
--go-single-blue: var(--go-mode-accent);
--go-ui-text: var(--go-mode-text);
--go-ui-soft: var(--go-mode-muted);
--go-ui-accent: var(--go-mode-accent);
--go-ui-mark: var(--go-mode-accent);
--go-home-title: var(--go-mode-text);
--go-home-text: var(--go-mode-text);
--go-home-muted: var(--go-mode-muted);
--go-home-border: var(--go-mode-line);
--go-home-accent: var(--go-mode-accent);
--go-home-title-detail: var(--go-mode-accent);
--go-shell-text: var(--go-mode-text);
--go-shell-soft: var(--go-mode-muted);
--go-shell-line: var(--go-mode-line);
--go-shell-lime: var(--go-mode-accent);
--go-shell-blue: var(--go-mode-accent);
background-color: var(--go-mode-bg) !important;
color: var(--go-mode-text) !important;
}
html.dark body:not(.wp-admin),
html[class*="dark"] body:not(.wp-admin),
html[data-theme="dark"] body:not(.wp-admin),
body.dark:not(.wp-admin),
body.dark-mode:not(.wp-admin),
body.is-dark-theme:not(.wp-admin),
body.newsx-dark-mode:not(.wp-admin),
body[data-theme="dark"]:not(.wp-admin) {
--go-mode-bg: #121212;
--go-mode-text: #f6f7f9;
--go-mode-muted: #b8bec9;
--go-mode-line: rgba(255, 255, 255, 0.13);
--go-mode-line-strong: rgba(255, 255, 255, 0.22);
--go-mode-accent: #c7f000;
--go-mode-accent-soft: rgba(199, 240, 0, 0.09);
--go-mode-accent-line: rgba(199, 240, 0, 0.32);
--go-mode-surface: rgba(255, 255, 255, 0.045);
--go-shell-text: #f6f7f9;
--go-shell-soft: #b8bec9;
--go-shell-line: rgba(255, 255, 255, 0.13);
color-scheme: dark;
}
body:not(.wp-admin).go-site-has-game-art,
body:not(.wp-admin).go-site-has-game-art #page.site.has-site-game-art,
body:not(.wp-admin).go-site-has-game-art #page,
body:not(.wp-admin) :where(#content, .site-content, .content-area, #primary, #main, .site-main, .newsx-main-wrap, .newsx-site-main, .newsx-single-wrap, .newsx-single-inner, .newsx-single-content-wrap, .newsx-default-page-wrap, .go-layout-shell, .go-home-page, .go-home-shell, .go-home-section, .go-home-latest-layout, .go-home-latest-feed, .go-article, .go-article__shell, .go-article__post, .go-article__grid, .go-article__main, .go-article__content, .go-article__footer, .go-article__footer-meta, .go-review-single-page, .go-review-single-shell, .go-sc-page, .go-sc-shell, .go-shell-breadcrumb-band, .go-shell-breadcrumb-band .go-shell-wrap, .go-shell-footer, .go-shell-footer-main, .go-shell-footer .go-shell-wrap, .go-shell-footer-top, .go-shell-footer-grid, .go-shell-footer-bottom, .go-shell-footer-info, .newsx-site-footer, #site-footer, #site-footer > section) {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
box-shadow: none !important;
}
body:not(.wp-admin) :where(.go-shell-header, .go-shell-header-builder, .go-shell-header .newsx-middle-section-wrap, .go-shell-header .newsx-bottom-section-wrap, .go-shell-topbar, .go-shell-breadcrumb-band, .go-shell-footer) {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
}
body:not(.wp-admin).go-site-has-game-art::before,
body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before {
opacity: 0.16 !important;
filter: saturate(1.08) contrast(0.98) !important;
}
html.dark body:not(.wp-admin).go-site-has-game-art::before,
html[class*="dark"] body:not(.wp-admin).go-site-has-game-art::before,
html[data-theme="dark"] body:not(.wp-admin).go-site-has-game-art::before,
body.dark:not(.wp-admin).go-site-has-game-art::before,
body.dark-mode:not(.wp-admin).go-site-has-game-art::before,
body.is-dark-theme:not(.wp-admin).go-site-has-game-art::before,
body.newsx-dark-mode:not(.wp-admin).go-site-has-game-art::before,
body[data-theme="dark"]:not(.wp-admin).go-site-has-game-art::before,
html.dark body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,
html[class*="dark"] body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,
html[data-theme="dark"] body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,
body.dark:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,
body.dark-mode:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,
body.is-dark-theme:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,
body.newsx-dark-mode:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,
body[data-theme="dark"]:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before {
opacity: 0.24 !important;
filter: saturate(1.04) contrast(1.04) brightness(0.8) !important;
}
body:not(.wp-admin).go-site-has-game-art::after,
body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after {
background: linear-gradient(180deg, rgba(247, 248, 251, 0.80) 0%, rgba(247, 248, 251, 0.84) 48%, rgba(247, 248, 251, 0.88) 100%) !important;
}
html.dark body:not(.wp-admin).go-site-has-game-art::after,
html[class*="dark"] body:not(.wp-admin).go-site-has-game-art::after,
html[data-theme="dark"] body:not(.wp-admin).go-site-has-game-art::after,
body.dark:not(.wp-admin).go-site-has-game-art::after,
body.dark-mode:not(.wp-admin).go-site-has-game-art::after,
body.is-dark-theme:not(.wp-admin).go-site-has-game-art::after,
body.newsx-dark-mode:not(.wp-admin).go-site-has-game-art::after,
body[data-theme="dark"]:not(.wp-admin).go-site-has-game-art::after,
html.dark body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,
html[class*="dark"] body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,
html[data-theme="dark"] body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,
body.dark:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,
body.dark-mode:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,
body.is-dark-theme:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,
body.newsx-dark-mode:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,
body[data-theme="dark"]:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after {
background: linear-gradient(180deg, rgba(18, 18, 18, 0.72) 0%, rgba(18, 18, 18, 0.77) 48%, rgba(18, 18, 18, 0.82) 100%) !important;
}
body:not(.wp-admin) :where(.go-home-label, .go-home-badge, .go-home-kicker, .go-home-story-kicker, .go-home-story-category, .go-home-story-topline, .go-home-section-kicker, .go-card-kicker, .go-card-category, .go-article__eyebrow a, .go-article__side-label, .go-article__side-story-meta b, .go-article__footer-label, .go-single-author-card__eyebrow, .newsx-post-categories a, .post-categories a, .cat-links a, .entry-categories a, .go-shell-breadcrumbs a:hover, .go-shell-breadcrumbs [aria-current="page"], .goei-auto-related-links > :first-child, .goei-auto-related-links h2, .goei-auto-related-links h3, .goei-auto-related-links strong:first-child, .go-inline-brief__label) {
color: var(--go-mode-accent) !important;
}
body:not(.wp-admin) :where(.go-home-label, .go-home-badge, .go-home-platform-pill, .newsx-post-categories a, .post-categories a, .cat-links a, .entry-categories a, .go-article__eyebrow a, .tagcloud a, .post-tags a, .newsx-tags a, .go-single-source-pill) {
border-color: var(--go-mode-accent-line) !important;
color: var(--go-mode-accent) !important;
}
body:not(.wp-admin) :where(.go-home-label, .go-home-badge, .go-home-platform-pill, .tagcloud a, .post-tags a, .newsx-tags a, .go-single-source-pill) {
background: var(--go-mode-accent-soft) !important;
}
body:not(.wp-admin) :where(.go-article__toc-title::before, .go-article__side-title::before, .go-single-summary-box > summary::before, .go-home-section-title::before, .goei-auto-related-links::before, .goei-auto-related-links li::marker, .go-article__content li::marker) {
background: var(--go-mode-accent) !important;
color: var(--go-mode-accent) !important;
}
body:not(.wp-admin) :where(.goei-auto-related-links) {
border-left-color: var(--go-mode-accent) !important;
background: transparent !important;
color: var(--go-mode-text) !important;
}
body:not(.wp-admin) :where(.goei-auto-related-links a, .go-article__content a, .newsx-post-content a, .go-home-feed-load-more, .go-single-author-card__link) {
color: var(--go-mode-accent) !important;
}
body:not(.wp-admin) :where(.go-home-story-title, .go-home-story-title a, .go-home-latest-title, .go-home-latest-title a, .go-home-section-title, .go-article__title, .go-article__content, .newsx-post-content, .go-article__toc-list a > strong, .go-article__side-story-title, .go-single-author-card__name, .go-single-author-card p) {
color: var(--go-mode-text) !important;
}
body:not(.wp-admin) :where(.go-article__meta, .go-home-meta, .go-home-story-meta, .go-home-latest-excerpt, .go-article__deck, .go-article__side-story-meta) {
color: var(--go-mode-muted) !important;
} html.dark body:not(.wp-admin) :where(.go-offcanvas-panel, .go-offcanvas-body, .newsx-offcanvas-widgets-area, .newsx-offcanvas-container, .newsx-offcanvas-content, .newsx-offcanvas-sidebar, .go-offcanvas-nav, .go-shell-header .newsx-offcanvas-widgets-area),
html[class*="dark"] body:not(.wp-admin) :where(.go-offcanvas-panel, .go-offcanvas-body, .newsx-offcanvas-widgets-area, .newsx-offcanvas-container, .newsx-offcanvas-content, .newsx-offcanvas-sidebar, .go-offcanvas-nav, .go-shell-header .newsx-offcanvas-widgets-area),
body.dark:not(.wp-admin) :where(.go-offcanvas-panel, .go-offcanvas-body, .newsx-offcanvas-widgets-area, .newsx-offcanvas-container, .newsx-offcanvas-content, .newsx-offcanvas-sidebar, .go-offcanvas-nav, .go-shell-header .newsx-offcanvas-widgets-area),
body.dark-mode:not(.wp-admin) :where(.go-offcanvas-panel, .go-offcanvas-body, .newsx-offcanvas-widgets-area, .newsx-offcanvas-container, .newsx-offcanvas-content, .newsx-offcanvas-sidebar, .go-offcanvas-nav, .go-shell-header .newsx-offcanvas-widgets-area),
body.is-dark-theme:not(.wp-admin) :where(.go-offcanvas-panel, .go-offcanvas-body, .newsx-offcanvas-widgets-area, .newsx-offcanvas-container, .newsx-offcanvas-content, .newsx-offcanvas-sidebar, .go-offcanvas-nav, .go-shell-header .newsx-offcanvas-widgets-area),
body.newsx-dark-mode:not(.wp-admin) :where(.go-offcanvas-panel, .go-offcanvas-body, .newsx-offcanvas-widgets-area, .newsx-offcanvas-container, .newsx-offcanvas-content, .newsx-offcanvas-sidebar, .go-offcanvas-nav, .go-shell-header .newsx-offcanvas-widgets-area),
body[data-theme="dark"]:not(.wp-admin) :where(.go-offcanvas-panel, .go-offcanvas-body, .newsx-offcanvas-widgets-area, .newsx-offcanvas-container, .newsx-offcanvas-content, .newsx-offcanvas-sidebar, .go-offcanvas-nav, .go-shell-header .newsx-offcanvas-widgets-area) {
background: #050607 !important;
background-color: #050607 !important;
color: #f6f7f9 !important;
}
html.dark body:not(.wp-admin) :where(.go-offcanvas-panel a, .go-offcanvas-body a, .newsx-offcanvas-widgets-area a, .go-offcanvas-nav a),
html[class*="dark"] body:not(.wp-admin) :where(.go-offcanvas-panel a, .go-offcanvas-body a, .newsx-offcanvas-widgets-area a, .go-offcanvas-nav a),
body.dark:not(.wp-admin) :where(.go-offcanvas-panel a, .go-offcanvas-body a, .newsx-offcanvas-widgets-area a, .go-offcanvas-nav a),
body.dark-mode:not(.wp-admin) :where(.go-offcanvas-panel a, .go-offcanvas-body a, .newsx-offcanvas-widgets-area a, .go-offcanvas-nav a),
body.newsx-dark-mode:not(.wp-admin) :where(.go-offcanvas-panel a, .go-offcanvas-body a, .newsx-offcanvas-widgets-area a, .go-offcanvas-nav a) {
color: #f6f7f9 !important;
}
html.dark body:not(.wp-admin) :where(.go-offcanvas-panel input, .go-offcanvas-body input, .newsx-offcanvas-widgets-area input, .go-offcanvas-panel .search-field),
html[class*="dark"] body:not(.wp-admin) :where(.go-offcanvas-panel input, .go-offcanvas-body input, .newsx-offcanvas-widgets-area input, .go-offcanvas-panel .search-field),
body.dark:not(.wp-admin) :where(.go-offcanvas-panel input, .go-offcanvas-body input, .newsx-offcanvas-widgets-area input, .go-offcanvas-panel .search-field),
body.dark-mode:not(.wp-admin) :where(.go-offcanvas-panel input, .go-offcanvas-body input, .newsx-offcanvas-widgets-area input, .go-offcanvas-panel .search-field),
body.newsx-dark-mode:not(.wp-admin) :where(.go-offcanvas-panel input, .go-offcanvas-body input, .newsx-offcanvas-widgets-area input, .go-offcanvas-panel .search-field) {
border-color: rgba(255, 255, 255, 0.16) !important;
background: #181818 !important;
color: #f6f7f9 !important;
}
body:not(.wp-admin){--go-mode-bg:#f7f8fb;--go-mode-text:#05070d;--go-mode-muted:#586174;--go-mode-line:rgba(5,7,13,0.13);--go-mode-line-strong:rgba(5,7,13,0.22);--go-mode-accent:#2800f0;--go-mode-accent-soft:rgba(40,0,240,0.08);--go-mode-accent-line:rgba(40,0,240,0.30);--go-mode-surface:rgba(255,255,255,0.64);--go-page-bg:var(--go-mode-bg);--go-page-text:var(--go-mode-text);--go-page-muted:var(--go-mode-muted);--go-page-line:var(--go-mode-line);--go-page-accent:var(--go-mode-accent);--go-article-text:var(--go-mode-text);--go-article-muted:var(--go-mode-muted);--go-article-line:var(--go-mode-line);--go-article-accent:var(--go-mode-accent);--go-single-text:var(--go-mode-text);--go-single-muted:var(--go-mode-muted);--go-single-line:var(--go-mode-line);--go-single-lime:var(--go-mode-accent);--go-single-blue:var(--go-mode-accent);--go-ui-text:var(--go-mode-text);--go-ui-soft:var(--go-mode-muted);--go-ui-accent:var(--go-mode-accent);--go-ui-mark:var(--go-mode-accent);--go-shell-text:var(--go-mode-text);--go-shell-soft:var(--go-mode-muted);--go-shell-line:var(--go-mode-line);--go-shell-lime:var(--go-mode-accent);--go-shell-blue:var(--go-mode-accent);background-color:var(--go-mode-bg) !important;color:var(--go-mode-text) !important}html.dark body:not(.wp-admin),html[class*="dark"] body:not(.wp-admin),html[data-theme="dark"] body:not(.wp-admin),body.dark:not(.wp-admin),body.dark-mode:not(.wp-admin),body.is-dark-theme:not(.wp-admin),body.newsx-dark-mode:not(.wp-admin),body[data-theme="dark"]:not(.wp-admin){--go-mode-bg:#121212;--go-mode-text:#f6f7f9;--go-mode-muted:#b9c0cb;--go-mode-line:rgba(255,255,255,0.13);--go-mode-line-strong:rgba(255,255,255,0.22);--go-mode-accent:#c7f000;--go-mode-accent-soft:rgba(199,240,0,0.09);--go-mode-accent-line:rgba(199,240,0,0.34);--go-mode-surface:rgba(255,255,255,0.055);background-color:#121212 !important;color:var(--go-mode-text) !important;color-scheme:dark}body:not(.wp-admin).go-site-has-game-art,body:not(.wp-admin).go-site-has-game-art #page,body:not(.wp-admin).go-site-has-game-art #page.site,body:not(.wp-admin).go-site-has-game-art #page.site.has-site-game-art{background:var(--go-mode-bg) !important;background-color:var(--go-mode-bg) !important;background-image:none !important}body:not(.wp-admin).go-site-has-game-art::before,body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before{opacity:0.18 !important;filter:saturate(1.06) contrast(1) !important}html.dark body:not(.wp-admin).go-site-has-game-art::before,html[class*="dark"] body:not(.wp-admin).go-site-has-game-art::before,html[data-theme="dark"] body:not(.wp-admin).go-site-has-game-art::before,body.dark:not(.wp-admin).go-site-has-game-art::before,body.dark-mode:not(.wp-admin).go-site-has-game-art::before,body.is-dark-theme:not(.wp-admin).go-site-has-game-art::before,body.newsx-dark-mode:not(.wp-admin).go-site-has-game-art::before,body[data-theme="dark"]:not(.wp-admin).go-site-has-game-art::before,html.dark body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,html[class*="dark"] body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,html[data-theme="dark"] body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,body.dark:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,body.dark-mode:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,body.is-dark-theme:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,body.newsx-dark-mode:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before,body[data-theme="dark"]:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::before{opacity:0.26 !important;filter:saturate(1.06) contrast(1.05) brightness(0.82) !important}body:not(.wp-admin).go-site-has-game-art::after,body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after{background:linear-gradient(180deg,rgba(247,248,251,0.78) 0%,rgba(247,248,251,0.84) 52%,rgba(247,248,251,0.88) 100%) !important}html.dark body:not(.wp-admin).go-site-has-game-art::after,html[class*="dark"] body:not(.wp-admin).go-site-has-game-art::after,html[data-theme="dark"] body:not(.wp-admin).go-site-has-game-art::after,body.dark:not(.wp-admin).go-site-has-game-art::after,body.dark-mode:not(.wp-admin).go-site-has-game-art::after,body.is-dark-theme:not(.wp-admin).go-site-has-game-art::after,body.newsx-dark-mode:not(.wp-admin).go-site-has-game-art::after,body[data-theme="dark"]:not(.wp-admin).go-site-has-game-art::after,html.dark body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,html[class*="dark"] body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,html[data-theme="dark"] body:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,body.dark:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,body.dark-mode:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,body.is-dark-theme:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,body.newsx-dark-mode:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after,body[data-theme="dark"]:not(.wp-admin).go-site-has-game-art .go-site-game-art-backdrop::after{background:linear-gradient(180deg,rgba(18,18,18,0.78) 0%,rgba(18,18,18,0.82) 52%,rgba(18,18,18,0.86) 100%) !important}body:not(.wp-admin):where( #page,#content,.site-content,#primary,.content-area,#main,.site-main,.newsx-main-wrap,.newsx-site-main,.newsx-single-wrap,.newsx-single-inner,.newsx-single-content-wrap,.newsx-default-page-wrap,.go-layout-shell,.go-layout-shell--single,.go-shell-breadcrumb-band,.go-shell-breadcrumb-band .go-shell-wrap,.go-shell-breadcrumbs,.go-shell-footer,.go-shell-footer-builder,.go-shell-footer-main,.go-shell-footer .go-shell-wrap,.go-shell-footer-top,.go-shell-footer-grid,.go-shell-footer-bottom,.go-shell-footer-info,.newsx-site-footer,#site-footer,#site-footer>section,.go-article,.go-article__shell,.go-article__post,.go-article__grid,.go-article__main,.go-article__content,.go-article__footer,.go-article__footer-meta,.go-home-page,.go-home-shell,.go-home-section,.go-home-latest,.go-home-latest-layout,.go-home-latest-feed,.go-news-archive-page,.go-entertainment-page,.go-reviews-archive-page,.go-review-single-page,.go-review-single-shell,.go-guides-hub,.go-sc-page,.go-sc-shell,.go-eh-page,.go-gh-page,.go-ca-page,.go-cp-page,.go-vh-page,.go-th-page,.go-fph ){background:transparent !important;background-color:transparent !important;background-image:none !important;box-shadow:none !important}body:not(.wp-admin):where( #page,#content,.site-content,#primary,.content-area,#main,.site-main,.newsx-main-wrap,.newsx-single-wrap,.newsx-single-inner,.newsx-single-content-wrap,.newsx-default-page-wrap,.go-layout-shell,.go-shell-breadcrumb-band,.go-shell-footer,.go-shell-footer-main,.go-article,.go-article__shell,.go-article__post,.go-home-page,.go-home-shell,.go-home-section )::before,body:not(.wp-admin):where( #page,#content,.site-content,#primary,.content-area,#main,.site-main,.newsx-main-wrap,.newsx-single-wrap,.newsx-single-inner,.newsx-single-content-wrap,.newsx-default-page-wrap,.go-layout-shell,.go-shell-breadcrumb-band,.go-shell-footer,.go-shell-footer-main,.go-article,.go-article__shell,.go-article__post,.go-home-page,.go-home-shell,.go-home-section )::after{background:transparent !important;background-color:transparent !important;background-image:none !important;box-shadow:none !important}body:not(.wp-admin):where( .go-ad-slot,.go-ad-inner,.go-ad-inner--widget,.go-feed-adsense,.go-feed-adsense__inner,.go-contextual-adsense,.go-contextual-adsense__inner,.go-autorelaxed-adsense,.go-autorelaxed-adsense__inner,.go-inline-adsense,.go-inline-adsense__inner,.go-in-article-ad,.go-in-article-ad__inner,.go-article-ad,.go-article-ad__inner,.adsbygoogle ){border-color:transparent !important;background:transparent !important;background-color:transparent !important;background-image:none !important;box-shadow:none !important}body:not(.wp-admin):where( .go-ad-inner,.go-ad-inner--widget,.go-feed-adsense__inner,.go-contextual-adsense__inner,.go-autorelaxed-adsense__inner,.go-inline-adsense__inner,.go-in-article-ad__inner,.go-article-ad__inner )::before,body:not(.wp-admin):where( .go-ad-inner,.go-ad-inner--widget,.go-feed-adsense__inner,.go-contextual-adsense__inner,.go-autorelaxed-adsense__inner,.go-inline-adsense__inner,.go-in-article-ad__inner,.go-article-ad__inner )::after{content:none !important;display:none !important}body:not(.wp-admin):where(.go-ad-label,.go-feed-adsense__label,.go-contextual-adsense__label,.go-autorelaxed-adsense__label,.go-inline-adsense__label){color:var(--go-mode-muted) !important}body:not(.wp-admin):where(.go-shell-header,.go-shell-header-builder,.go-shell-topbar,.go-shell-header .newsx-middle-section-wrap,.go-shell-header .newsx-bottom-section-wrap){background:transparent !important;background-color:transparent !important;background-image:none !important}body:not(.wp-admin):where(.go-home-label,.go-home-badge,.go-home-kicker,.go-home-story-kicker,.go-home-story-category,.go-home-story-topline,.go-home-section-kicker,.go-card-kicker,.go-card-category,.go-article__eyebrow a,.go-article__side-label,.go-article__side-story-meta b,.go-article__footer-label,.go-single-author-card__eyebrow,.newsx-post-categories a,.post-categories a,.cat-links a,.entry-categories a,.go-shell-breadcrumbs a:hover,.go-shell-breadcrumbs [aria-current="page"],.goei-auto-related-links>:first-child,.goei-auto-related-links h2,.goei-auto-related-links h3,.goei-auto-related-links strong:first-child,.go-inline-brief__label){color:var(--go-mode-accent) !important}body:not(.wp-admin):where(.go-home-label,.go-home-badge,.go-home-platform-pill,.newsx-post-categories a,.post-categories a,.cat-links a,.entry-categories a,.go-article__eyebrow a,.tagcloud a,.post-tags a,.newsx-tags a,.go-single-source-pill){border-color:var(--go-mode-accent-line) !important;color:var(--go-mode-accent) !important}body:not(.wp-admin):where(.go-home-label,.go-home-badge,.go-home-platform-pill,.tagcloud a,.post-tags a,.newsx-tags a,.go-single-source-pill){background:var(--go-mode-accent-soft) !important}body:not(.wp-admin):where(.go-home-feed-load-more,.newsx-load-more,.go-load-more,button.newsx-load-more){display:inline-flex !important;align-items:center;justify-content:center;min-height:44px;margin-inline:auto !important;padding:0 24px !important;border:1px solid var(--go-mode-accent-line) !important;border-radius:0!important;background:var(--go-mode-accent-soft) !important;color:var(--go-mode-accent) !important;font-weight:850 !important;letter-spacing:0.02em;text-transform:uppercase}body:not(.wp-admin):where(.go-home-feed-actions,.go-home-load-more-wrap,.newsx-load-more-wrap){display:flex !important;justify-content:center !important}body:not(.wp-admin):where(.go-home-featured .swiper-button-prev,.go-home-featured .swiper-button-next,.go-home-highlights .swiper-button-prev,.go-home-highlights .swiper-button-next,.go-home-destaques .swiper-button-prev,.go-home-destaques .swiper-button-next,.go-home-section--highlights .swiper-button-prev,.go-home-section--highlights .swiper-button-next){display:none !important}html.dark body:not(.wp-admin):where(.go-offcanvas-panel,.go-offcanvas-body,.newsx-offcanvas-widgets-area,.newsx-offcanvas-container,.newsx-offcanvas-content,.newsx-offcanvas-sidebar,.go-offcanvas-nav,.go-shell-header .newsx-offcanvas-widgets-area),html[class*="dark"] body:not(.wp-admin):where(.go-offcanvas-panel,.go-offcanvas-body,.newsx-offcanvas-widgets-area,.newsx-offcanvas-container,.newsx-offcanvas-content,.newsx-offcanvas-sidebar,.go-offcanvas-nav,.go-shell-header .newsx-offcanvas-widgets-area),body.dark:not(.wp-admin):where(.go-offcanvas-panel,.go-offcanvas-body,.newsx-offcanvas-widgets-area,.newsx-offcanvas-container,.newsx-offcanvas-content,.newsx-offcanvas-sidebar,.go-offcanvas-nav,.go-shell-header .newsx-offcanvas-widgets-area),body.dark-mode:not(.wp-admin):where(.go-offcanvas-panel,.go-offcanvas-body,.newsx-offcanvas-widgets-area,.newsx-offcanvas-container,.newsx-offcanvas-content,.newsx-offcanvas-sidebar,.go-offcanvas-nav,.go-shell-header .newsx-offcanvas-widgets-area),body.is-dark-theme:not(.wp-admin):where(.go-offcanvas-panel,.go-offcanvas-body,.newsx-offcanvas-widgets-area,.newsx-offcanvas-container,.newsx-offcanvas-content,.newsx-offcanvas-sidebar,.go-offcanvas-nav,.go-shell-header .newsx-offcanvas-widgets-area),body.newsx-dark-mode:not(.wp-admin):where(.go-offcanvas-panel,.go-offcanvas-body,.newsx-offcanvas-widgets-area,.newsx-offcanvas-container,.newsx-offcanvas-content,.newsx-offcanvas-sidebar,.go-offcanvas-nav,.go-shell-header .newsx-offcanvas-widgets-area),body[data-theme="dark"]:not(.wp-admin):where(.go-offcanvas-panel,.go-offcanvas-body,.newsx-offcanvas-widgets-area,.newsx-offcanvas-container,.newsx-offcanvas-content,.newsx-offcanvas-sidebar,.go-offcanvas-nav,.go-shell-header .newsx-offcanvas-widgets-area){background:#050607 !important;background-color:#050607 !important;background-image:none !important;color:#f6f7f9 !important}