:root {
--go-v109-blue: #2817f1;
--go-v109-blue-rgb: 40, 23, 241;
--go-v109-lime: #c7f000;
--go-v109-lime-rgb: 199, 240, 0;
--go-v109-light-bg: #f7f7f8;
--go-v109-light-card: #fff;
--go-v109-light-text: #0b0d12;
--go-v109-light-muted: #536071;
--go-v109-light-line: rgba(15, 23, 42, .11);
--go-v109-dark-bg: #181818;
--go-v109-dark-card: rgba(255,255,255,.045);
--go-v109-dark-text: #f6f7fb;
--go-v109-dark-muted: rgba(246,247,251,.70);
--go-v109-dark-line: rgba(255,255,255,.12);
} body:not(.wp-admin) :is(.go-portal-hero__head > p, .go-news-archive-hero p, .go-reviews-archive-hero p, .go-ca-hero p, .go-pf-hero p, .go-vh-hero p, .go-th-hero p, .go-gh-hero p, .go-eh-hero p) {
display: none !important;
} body.home:not(.wp-admin) .go-ds-panel--promos .go-ds-card-excerpt {
margin-top: 5px !important;
max-width: 72ch !important;
color: color-mix(in srgb, var(--ds-muted, #667085) 86%, var(--ds-text, #111827)) !important;
font-size: clamp(12.5px, .82vw, 14.5px) !important;
font-weight: 450 !important;
line-height: 1.42 !important;
-webkit-line-clamp: 2 !important;
}
body.home:not(.wp-admin) .go-ds-panel--promos .go-ds-card--list .go-ds-card-title {
letter-spacing: -.026em !important;
line-height: 1.08 !important;
} body:not(.wp-admin) .go-portal-page--promocoes .go-promo-radar-section {
width: min(1180px, calc(100vw - 32px));
margin: 0 auto clamp(34px, 4vw, 56px) !important;
}
body:not(.wp-admin) .go-portal-page--promocoes .go-cp-section-head,
body:not(.wp-admin) .go-portal-page--promocoes .go-promo-radar-grid,
body:not(.wp-admin) .go-portal-page--promocoes .go-promo-coupon-grid {
min-width: 0;
}
body:not(.wp-admin) .go-portal-page--promocoes .go-promo-radar-section .go-cp-section-head {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 18px;
padding-bottom: 18px;
border-bottom: 1px solid var(--go-portal-line, rgba(15,23,42,.12));
}
body:not(.wp-admin) .go-portal-page--promocoes .go-promo-radar-section h2 {
margin: 0;
color: var(--go-portal-text, #0b0d12);
font-size: clamp(1.55rem, 2.5vw, 2.6rem);
line-height: .98;
letter-spacing: -.055em;
font-weight: 950;
}
body:not(.wp-admin) .go-portal-page--promocoes .go-promo-radar-grid {
display: grid;
grid-template-columns: minmax(260px, .82fr) minmax(0, 1.6fr);
gap: 18px;
margin-top: 22px;
}
body:not(.wp-admin) .go-portal-page--promocoes .go-promo-radar-panel,
body:not(.wp-admin) .go-portal-page--promocoes .go-promo-coupon-card {
border: 1px solid var(--go-portal-line, rgba(15,23,42,.12));
border-radius:0!important;
background: var(--go-portal-surface, #fff);
box-shadow: 0 18px 42px rgba(15,23,42,.06);
}
body:not(.wp-admin) .go-portal-page--promocoes .go-promo-radar-panel {
padding: 22px;
}
body:not(.wp-admin) .go-portal-page--promocoes .go-promo-coupon-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}
body:not(.wp-admin) .go-portal-page--promocoes .go-promo-coupon-card {
display: grid;
gap: 12px;
padding: 18px;
}
body:not(.wp-admin) .go-portal-page--promocoes :is(.go-cp-kicker, .go-cp-panel-label, .go-portal-card__kicker) {
color: var(--go-portal-accent, var(--go-v109-blue)) !important;
font-size: .74rem;
font-weight: 900;
letter-spacing: .08em;
text-transform: uppercase;
}
body:not(.wp-admin) .go-portal-page--promocoes .go-promo-coupon-card h3 {
margin: 0;
color: var(--go-portal-text, #0b0d12);
font-size: clamp(1rem, 1.25vw, 1.35rem);
line-height: 1.02;
letter-spacing: -.035em;
font-weight: 950;
}
body:not(.wp-admin) .go-portal-page--promocoes :is(.go-promo-coupon-desc, .go-promo-radar-copy, .go-promo-radar-note p, .go-promo-clean-card__body p) {
color: var(--go-portal-muted, #536071);
line-height: 1.48;
}
body:not(.wp-admin) .go-portal-page--promocoes :is(.go-cp-cta, .go-promo-clean-card__button) {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 36px;
width: max-content;
padding: 0 14px;
border: 1px solid var(--go-portal-accent, var(--go-v109-blue));
border-radius:0!important;
background: var(--go-portal-accent, var(--go-v109-blue));
color: #fff !important;
font-size: .82rem;
font-weight: 900;
text-decoration: none !important;
}
body.newsx-dark-mode:not(.wp-admin) .go-portal-page--promocoes :is(.go-cp-cta, .go-promo-clean-card__button),
body.dark-mode:not(.wp-admin) .go-portal-page--promocoes :is(.go-cp-cta, .go-promo-clean-card__button),
html.dark body:not(.wp-admin) .go-portal-page--promocoes :is(.go-cp-cta, .go-promo-clean-card__button),
html.go-root-dark-mode body:not(.wp-admin) .go-portal-page--promocoes :is(.go-cp-cta, .go-promo-clean-card__button) {
color: #090b10 !important;
}
body.newsx-dark-mode:not(.wp-admin) .go-portal-page--promocoes .go-promo-radar-panel,
body.newsx-dark-mode:not(.wp-admin) .go-portal-page--promocoes .go-promo-coupon-card,
body.dark-mode:not(.wp-admin) .go-portal-page--promocoes .go-promo-radar-panel,
body.dark-mode:not(.wp-admin) .go-portal-page--promocoes .go-promo-coupon-card,
html.dark body:not(.wp-admin) .go-portal-page--promocoes .go-promo-radar-panel,
html.dark body:not(.wp-admin) .go-portal-page--promocoes .go-promo-coupon-card,
html.go-root-dark-mode body:not(.wp-admin) .go-portal-page--promocoes .go-promo-radar-panel,
html.go-root-dark-mode body:not(.wp-admin) .go-portal-page--promocoes .go-promo-coupon-card {
background: rgba(255,255,255,.035);
box-shadow: none;
} html body.single:not(.wp-admin) .go-single-author-card,
html body.single:not(.wp-admin) .go-article .go-single-author-card,
html body.single:not(.wp-admin) .go-review-single-page .go-single-author-card,
html body.single:not(.wp-admin) .go-review-single-main .go-single-author-card,
html body.single:not(.wp-admin) .go-article__footer .go-single-author-card {
position: relative !important;
display: grid !important;
grid-template-columns: auto minmax(0, 1fr) !important;
grid-template-areas: "label label" "avatar body" !important;
align-items: center !important;
gap: 12px 16px !important;
width: min(100%, 860px) !important;
max-width: 860px !important;
margin: clamp(30px, 4vw, 52px) 0 !important;
padding: 22px 24px !important;
border: 1px solid var(--go-v109-light-line) !important;
border-radius:0!important;
background: rgba(255,255,255,.74) !important;
box-shadow: 0 18px 42px rgba(15,23,42,.055) !important;
color: var(--go-v109-light-text) !important;
}
html body.single:not(.wp-admin) .go-single-author-card::before,
html body.single:not(.wp-admin) .go-single-author-card::after {
content: none !important;
display: none !important;
}
html body.single:not(.wp-admin) .go-single-author-card__label {
grid-area: label;
color: var(--go-v109-blue);
font-size: .72rem;
line-height: 1;
font-weight: 950;
letter-spacing: .1em;
text-transform: uppercase;
}
html body.single:not(.wp-admin) .go-single-author-card__avatar {
grid-area: avatar;
width: 70px !important;
height: 70px !important;
min-width: 70px !important;
min-height: 70px !important;
border: 2px solid var(--go-v109-blue) !important;
border-radius:0!important;
box-shadow: 0 0 0 5px rgba(var(--go-v109-blue-rgb), .08) !important;
overflow: hidden !important;
}
html body.single:not(.wp-admin) .go-single-author-card__avatar img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
display: block !important;
}
html body.single:not(.wp-admin) .go-single-author-card__body {
grid-area: body;
display: grid !important;
gap: 8px !important;
min-width: 0 !important;
}
html body.single:not(.wp-admin) .go-single-author-card__head {
display: flex !important;
flex-wrap: wrap !important;
align-items: baseline !important;
gap: 6px 10px !important;
}
html body.single:not(.wp-admin) .go-single-author-card__name {
color: var(--go-v109-light-text) !important;
font-size: clamp(1.35rem, 1.6vw, 1.8rem) !important;
font-weight: 950 !important;
line-height: .98 !important;
letter-spacing: -.052em !important;
text-decoration: none !important;
}
html body.single:not(.wp-admin) .go-single-author-card__eyebrow {
display: inline-flex !important;
align-items: center !important;
min-height: 23px !important;
padding: 0 9px !important;
border-radius:0!important;
background: rgba(var(--go-v109-blue-rgb), .075) !important;
color: var(--go-v109-blue) !important;
font-size: .78rem !important;
font-weight: 850 !important;
line-height: 1 !important;
}
html body.single:not(.wp-admin) .go-single-author-card p {
max-width: 70ch !important;
margin: 0 !important;
color: var(--go-v109-light-muted) !important;
font-size: .98rem !important;
font-weight: 480 !important;
line-height: 1.48 !important;
}
html body.single:not(.wp-admin) .go-single-author-card__actions {
display: flex !important;
flex-wrap: wrap !important;
align-items: center !important;
gap: 10px 14px !important;
margin-top: 2px !important;
}
html body.single:not(.wp-admin) .go-single-author-card__link {
color: var(--go-v109-blue) !important;
font-size: .82rem !important;
font-weight: 950 !important;
letter-spacing: .04em !important;
text-transform: uppercase !important;
text-decoration: none !important;
}
html body.single:not(.wp-admin) .go-single-author-card__link::after {
content: '→' !important;
margin-left: 7px !important;
}
html body.single:not(.wp-admin) .go-single-author-card__socials {
display: inline-flex;
gap: 8px;
}
html body.single:not(.wp-admin) .go-single-author-card__social {
display: inline-grid;
place-items: center;
width: 32px;
height: 32px;
border: 1px solid var(--go-v109-light-line);
border-radius:0!important;
background: rgba(15,23,42,.035);
color: var(--go-v109-light-text) !important;
font-size: .78rem;
font-weight: 900;
text-decoration: none !important;
} html body.single:not(.wp-admin) .newsx-post-sources {
width: min(100%, 860px) !important;
margin: clamp(24px, 3vw, 42px) 0 !important;
padding: 18px 20px !important;
border: 1px solid var(--go-v109-light-line) !important;
border-radius:0!important;
background: rgba(255,255,255,.70) !important;
box-shadow: 0 14px 34px rgba(15,23,42,.045) !important;
}
html body.single:not(.wp-admin) :is(.go-single-source-cluster, .go-article__footer-tag-list) {
display: flex !important;
flex-wrap: wrap !important;
gap: 8px !important;
margin: 0 !important;
padding: 0 !important;
}
html body.single:not(.wp-admin) .post-source + .post-source {
margin-top: 12px !important;
padding-top: 12px !important;
border-top: 1px solid var(--go-v109-light-line) !important;
}
html body.single:not(.wp-admin) :is(.go-single-source-pill, .go-single-source-pill--tag) {
display: inline-flex !important;
align-items: center !important;
gap: 6px !important;
min-height: 34px !important;
padding: 0 12px !important;
border: 1px solid rgba(var(--go-v109-blue-rgb), .18) !important;
border-radius:0!important;
background: rgba(var(--go-v109-blue-rgb), .055) !important;
color: var(--go-v109-blue) !important;
font-size: .83rem !important;
font-weight: 850 !important;
text-decoration: none !important;
}
html body.single:not(.wp-admin) .go-single-source-pill__prefix {
color: currentColor !important;
opacity: .78 !important;
}
html body.single:not(.wp-admin) :is(.go-single-source-pill:hover, .go-single-source-pill:focus-visible) {
border-color: var(--go-v109-blue) !important;
background: rgba(var(--go-v109-blue-rgb), .10) !important;
} html.dark body.single:not(.wp-admin) .go-single-author-card,
html.go-root-dark-mode body.single:not(.wp-admin) .go-single-author-card,
html[data-theme="dark"] body.single:not(.wp-admin) .go-single-author-card,
body.newsx-dark-mode.single:not(.wp-admin) .go-single-author-card,
body.dark-mode.single:not(.wp-admin) .go-single-author-card,
body.is-dark-theme.single:not(.wp-admin) .go-single-author-card,
html.dark body.single:not(.wp-admin) .newsx-post-sources,
html.go-root-dark-mode body.single:not(.wp-admin) .newsx-post-sources,
html[data-theme="dark"] body.single:not(.wp-admin) .newsx-post-sources,
body.newsx-dark-mode.single:not(.wp-admin) .newsx-post-sources,
body.dark-mode.single:not(.wp-admin) .newsx-post-sources,
body.is-dark-theme.single:not(.wp-admin) .newsx-post-sources {
border-color: var(--go-v109-dark-line) !important;
background: rgba(255,255,255,.035) !important;
box-shadow: none !important;
color: var(--go-v109-dark-text) !important;
}
html.dark body.single:not(.wp-admin) .go-single-author-card__label,
html.go-root-dark-mode body.single:not(.wp-admin) .go-single-author-card__label,
html[data-theme="dark"] body.single:not(.wp-admin) .go-single-author-card__label,
body.newsx-dark-mode.single:not(.wp-admin) .go-single-author-card__label,
body.dark-mode.single:not(.wp-admin) .go-single-author-card__label,
body.is-dark-theme.single:not(.wp-admin) .go-single-author-card__label,
html.dark body.single:not(.wp-admin) .go-single-author-card__link,
html.go-root-dark-mode body.single:not(.wp-admin) .go-single-author-card__link,
html[data-theme="dark"] body.single:not(.wp-admin) .go-single-author-card__link,
body.newsx-dark-mode.single:not(.wp-admin) .go-single-author-card__link,
body.dark-mode.single:not(.wp-admin) .go-single-author-card__link,
body.is-dark-theme.single:not(.wp-admin) .go-single-author-card__link {
color: var(--go-v109-lime) !important;
}
html.dark body.single:not(.wp-admin) .go-single-author-card__avatar,
html.go-root-dark-mode body.single:not(.wp-admin) .go-single-author-card__avatar,
html[data-theme="dark"] body.single:not(.wp-admin) .go-single-author-card__avatar,
body.newsx-dark-mode.single:not(.wp-admin) .go-single-author-card__avatar,
body.dark-mode.single:not(.wp-admin) .go-single-author-card__avatar,
body.is-dark-theme.single:not(.wp-admin) .go-single-author-card__avatar {
border-color: var(--go-v109-lime) !important;
box-shadow: 0 0 0 5px rgba(var(--go-v109-lime-rgb), .10) !important;
}
html.dark body.single:not(.wp-admin) .go-single-author-card__name,
html.go-root-dark-mode body.single:not(.wp-admin) .go-single-author-card__name,
html[data-theme="dark"] body.single:not(.wp-admin) .go-single-author-card__name,
body.newsx-dark-mode.single:not(.wp-admin) .go-single-author-card__name,
body.dark-mode.single:not(.wp-admin) .go-single-author-card__name,
body.is-dark-theme.single:not(.wp-admin) .go-single-author-card__name {
color: var(--go-v109-dark-text) !important;
}
html.dark body.single:not(.wp-admin) .go-single-author-card p,
html.go-root-dark-mode body.single:not(.wp-admin) .go-single-author-card p,
html[data-theme="dark"] body.single:not(.wp-admin) .go-single-author-card p,
body.newsx-dark-mode.single:not(.wp-admin) .go-single-author-card p,
body.dark-mode.single:not(.wp-admin) .go-single-author-card p,
body.is-dark-theme.single:not(.wp-admin) .go-single-author-card p {
color: var(--go-v109-dark-muted) !important;
}
html.dark body.single:not(.wp-admin) .go-single-author-card__eyebrow,
html.go-root-dark-mode body.single:not(.wp-admin) .go-single-author-card__eyebrow,
html[data-theme="dark"] body.single:not(.wp-admin) .go-single-author-card__eyebrow,
body.newsx-dark-mode.single:not(.wp-admin) .go-single-author-card__eyebrow,
body.dark-mode.single:not(.wp-admin) .go-single-author-card__eyebrow,
body.is-dark-theme.single:not(.wp-admin) .go-single-author-card__eyebrow,
html.dark body.single:not(.wp-admin) .go-single-source-pill,
html.go-root-dark-mode body.single:not(.wp-admin) .go-single-source-pill,
html[data-theme="dark"] body.single:not(.wp-admin) .go-single-source-pill,
body.newsx-dark-mode.single:not(.wp-admin) .go-single-source-pill,
body.dark-mode.single:not(.wp-admin) .go-single-source-pill,
body.is-dark-theme.single:not(.wp-admin) .go-single-source-pill {
border-color: rgba(var(--go-v109-lime-rgb), .20) !important;
background: rgba(var(--go-v109-lime-rgb), .075) !important;
color: var(--go-v109-lime) !important;
}
html.dark body.single:not(.wp-admin) .go-single-author-card__social,
html.go-root-dark-mode body.single:not(.wp-admin) .go-single-author-card__social,
html[data-theme="dark"] body.single:not(.wp-admin) .go-single-author-card__social,
body.newsx-dark-mode.single:not(.wp-admin) .go-single-author-card__social,
body.dark-mode.single:not(.wp-admin) .go-single-author-card__social,
body.is-dark-theme.single:not(.wp-admin) .go-single-author-card__social {
border-color: var(--go-v109-dark-line);
background: rgba(255,255,255,.045);
color: var(--go-v109-dark-text) !important;
} body.single:not(.wp-admin) .go-review-single-more--by-author {
width: 100%;
margin: clamp(28px, 4vw, 48px) 0 !important;
padding: 22px 24px !important;
border: 1px solid var(--go-v109-light-line) !important;
border-radius:0!important;
background: rgba(255,255,255,.78) !important;
box-shadow: 0 18px 46px rgba(15,23,42,.055) !important;
}
body.single:not(.wp-admin) .go-review-single-more-head {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-bottom: 18px;
}
body.single:not(.wp-admin) .go-review-single-more-avatar {
width: 42px !important;
height: 42px !important;
border-radius:0!important;
box-shadow: 0 2px 10px rgba(15,23,42,.18) !important;
}
body.single:not(.wp-admin) .go-review-single-more--by-author h2 {
margin: 0 !important;
color: var(--go-v109-light-text) !important;
font-size: clamp(1.08rem, 1.4vw, 1.35rem) !important;
font-weight: 900 !important;
letter-spacing: -.035em !important;
}
body.single:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-grid {
display: grid !important;
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
gap: 0 !important;
}
body.single:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-card {
display: grid !important;
grid-template-columns: auto minmax(0, 1fr) !important;
align-items: center !important;
gap: 14px !important;
padding: 18px 18px !important;
border: 0 !important;
border-left: 1px solid var(--go-v109-light-line) !important;
background: transparent !important;
box-shadow: none !important;
}
body.single:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-card:first-child {
border-left: 0 !important;
}
body.single:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-score {
display: inline-grid !important;
place-items: center !important;
width: 42px !important;
height: 42px !important;
border-radius:0!important;
background: var(--go-v109-blue) !important;
color: #fff !important;
font-size: .92rem !important;
font-weight: 950 !important;
line-height: 1 !important;
}
body.single:not(.wp-admin) .go-review-single-more--by-author h3 {
margin: 0 !important;
color: var(--go-v109-light-text) !important;
font-size: .96rem !important;
line-height: 1.14 !important;
font-weight: 850 !important;
letter-spacing: -.025em !important;
}
body.single:not(.wp-admin) .go-review-single-more--by-author h3 a {
color: inherit !important;
text-decoration: none !important;
}
body.single:not(.wp-admin) .go-review-single-more--by-author time {
display: block !important;
margin-top: 5px !important;
color: var(--go-v109-light-muted) !important;
font-size: .75rem !important;
font-weight: 800 !important;
text-transform: uppercase !important;
}
html.dark body.single:not(.wp-admin) .go-review-single-more--by-author,
html.go-root-dark-mode body.single:not(.wp-admin) .go-review-single-more--by-author,
body.newsx-dark-mode.single:not(.wp-admin) .go-review-single-more--by-author,
body.dark-mode.single:not(.wp-admin) .go-review-single-more--by-author,
body.is-dark-theme.single:not(.wp-admin) .go-review-single-more--by-author {
border-color: var(--go-v109-dark-line) !important;
background: rgba(255,255,255,.035) !important;
box-shadow: none !important;
}
html.dark body.single:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-card,
html.go-root-dark-mode body.single:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-card,
body.newsx-dark-mode.single:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-card,
body.dark-mode.single:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-card,
body.is-dark-theme.single:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-card {
border-left-color: var(--go-v109-dark-line) !important;
}
html.dark body.single:not(.wp-admin) .go-review-single-more--by-author h2,
html.dark body.single:not(.wp-admin) .go-review-single-more--by-author h3,
html.go-root-dark-mode body.single:not(.wp-admin) .go-review-single-more--by-author h2,
html.go-root-dark-mode body.single:not(.wp-admin) .go-review-single-more--by-author h3,
body.newsx-dark-mode.single:not(.wp-admin) .go-review-single-more--by-author h2,
body.newsx-dark-mode.single:not(.wp-admin) .go-review-single-more--by-author h3,
body.dark-mode.single:not(.wp-admin) .go-review-single-more--by-author h2,
body.dark-mode.single:not(.wp-admin) .go-review-single-more--by-author h3,
body.is-dark-theme.single:not(.wp-admin) .go-review-single-more--by-author h2,
body.is-dark-theme.single:not(.wp-admin) .go-review-single-more--by-author h3 {
color: var(--go-v109-dark-text) !important;
}
html.dark body.single:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-score,
html.go-root-dark-mode body.single:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-score,
body.newsx-dark-mode.single:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-score,
body.dark-mode.single:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-score,
body.is-dark-theme.single:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-score {
background: var(--go-v109-lime) !important;
color: #0b0d12 !important;
} body.single:not(.wp-admin) .go-review-single-closing {
position: relative !important;
display: grid !important;
grid-template-columns: minmax(140px, 180px) minmax(0, 1fr) minmax(260px, 42%) !important;
grid-template-rows: auto 1fr !important;
gap: 18px 28px !important;
align-items: center !important;
margin: clamp(30px, 5vw, 58px) 0 !important;
padding: clamp(22px, 3.4vw, 34px) !important;
border: 1px solid var(--go-v109-light-line) !important;
border-radius:0!important;
background: rgba(255,255,255,.86) !important;
box-shadow: 0 22px 55px rgba(15,23,42,.075) !important;
color: var(--go-v109-light-text) !important;
overflow: hidden !important;
}
body.single:not(.wp-admin) .go-review-single-closing::before {
content: '' !important;
grid-column: 3 !important;
grid-row: 1 / span 2 !important;
align-self: stretch !important;
min-height: 250px !important;
border-radius:0!important;
background-image: linear-gradient(90deg, rgba(0,0,0,.18), rgba(0,0,0,.04)), var(--go-review-verdict-image) !important;
background-size: cover !important;
background-position: center !important;
}
body.single:not(.wp-admin) .go-review-single-closing-head {
display: contents !important;
}
body.single:not(.wp-admin) .go-review-single-closing-copy {
grid-column: 2 !important;
grid-row: 1 !important;
}
body.single:not(.wp-admin) .go-review-single-closing h2 {
margin: 0 !important;
color: var(--go-v109-light-text) !important;
font-size: clamp(1.7rem, 2.6vw, 2.55rem) !important;
line-height: .98 !important;
letter-spacing: -.055em !important;
font-weight: 950 !important;
}
body.single:not(.wp-admin) .go-review-single-closing-score {
grid-column: 1 !important;
grid-row: 1 / span 2 !important;
justify-self: center !important;
display: grid !important;
place-items: center !important;
align-content: center !important;
width: clamp(118px, 13vw, 155px) !important;
height: clamp(118px, 13vw, 155px) !important;
padding: 0 !important;
border: 0 !important;
border-radius:0!important;
background: var(--go-v109-blue) !important;
color: #fff !important;
clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%) !important;
box-shadow: none !important;
}
body.single:not(.wp-admin) .go-review-single-closing-score span {
display: block !important;
margin: 0 0 4px !important;
color: currentColor !important;
font-size: .72rem !important;
line-height: 1 !important;
font-weight: 950 !important;
letter-spacing: .08em !important;
text-transform: uppercase !important;
}
body.single:not(.wp-admin) .go-review-single-closing-score strong {
color: currentColor !important;
font-size: clamp(2.6rem, 4vw, 4rem) !important;
line-height: .85 !important;
font-weight: 950 !important;
letter-spacing: -.06em !important;
}
body.single:not(.wp-admin) .go-review-single-closing-body {
grid-column: 2 !important;
grid-row: 2 !important;
max-width: 64ch !important;
color: var(--go-v109-light-text) !important;
font-size: 1rem !important;
line-height: 1.58 !important;
}
body.single:not(.wp-admin) .go-review-single-closing-body p {
margin: 0 !important;
color: inherit !important;
}
html.dark body.single:not(.wp-admin) .go-review-single-closing,
html.go-root-dark-mode body.single:not(.wp-admin) .go-review-single-closing,
body.newsx-dark-mode.single:not(.wp-admin) .go-review-single-closing,
body.dark-mode.single:not(.wp-admin) .go-review-single-closing,
body.is-dark-theme.single:not(.wp-admin) .go-review-single-closing {
border-color: var(--go-v109-dark-line) !important;
background: rgba(255,255,255,.04) !important;
box-shadow: none !important;
color: var(--go-v109-dark-text) !important;
}
html.dark body.single:not(.wp-admin) .go-review-single-closing h2,
html.dark body.single:not(.wp-admin) .go-review-single-closing-body,
html.go-root-dark-mode body.single:not(.wp-admin) .go-review-single-closing h2,
html.go-root-dark-mode body.single:not(.wp-admin) .go-review-single-closing-body,
body.newsx-dark-mode.single:not(.wp-admin) .go-review-single-closing h2,
body.newsx-dark-mode.single:not(.wp-admin) .go-review-single-closing-body,
body.dark-mode.single:not(.wp-admin) .go-review-single-closing h2,
body.dark-mode.single:not(.wp-admin) .go-review-single-closing-body,
body.is-dark-theme.single:not(.wp-admin) .go-review-single-closing h2,
body.is-dark-theme.single:not(.wp-admin) .go-review-single-closing-body {
color: var(--go-v109-dark-text) !important;
}
html.dark body.single:not(.wp-admin) .go-review-single-closing-score,
html.go-root-dark-mode body.single:not(.wp-admin) .go-review-single-closing-score,
body.newsx-dark-mode.single:not(.wp-admin) .go-review-single-closing-score,
body.dark-mode.single:not(.wp-admin) .go-review-single-closing-score,
body.is-dark-theme.single:not(.wp-admin) .go-review-single-closing-score {
background: var(--go-v109-lime) !important;
color: #0b0d12 !important;
}
@media (max-width: 980px) {
body:not(.wp-admin) .go-portal-page--promocoes .go-promo-radar-grid,
body.single:not(.wp-admin) .go-review-single-closing {
grid-template-columns: 1fr !important;
}
body.single:not(.wp-admin) .go-review-single-closing::before {
grid-column: 1 !important;
grid-row: 1 !important;
min-height: 220px !important;
}
body.single:not(.wp-admin) .go-review-single-closing-score,
body.single:not(.wp-admin) .go-review-single-closing-copy,
body.single:not(.wp-admin) .go-review-single-closing-body {
grid-column: 1 !important;
grid-row: auto !important;
justify-self: start !important;
}
body.single:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-grid,
body:not(.wp-admin) .go-portal-page--promocoes .go-promo-coupon-grid {
grid-template-columns: 1fr !important;
}
body.single:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-card {
border-left: 0 !important;
border-top: 1px solid var(--go-v109-light-line) !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
body.single:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-card:first-child {
border-top: 0 !important;
}
}
@media (max-width: 720px) {
html body.single:not(.wp-admin) .go-single-author-card {
grid-template-columns: auto minmax(0, 1fr) !important;
padding: 18px !important;
border-radius:0!important;
}
html body.single:not(.wp-admin) .go-single-author-card__avatar {
width: 58px !important;
height: 58px !important;
min-width: 58px !important;
min-height: 58px !important;
}
html body.single:not(.wp-admin) .newsx-post-sources {
padding: 14px !important;
border-radius:0!important;
}
}