/* GO v114: verdict image background, unified score cards, review-more position, author card cleanup. */

:root {
  --go-v114-blue: #2817f1;
  --go-v114-blue-rgb: 40, 23, 241;
  --go-v114-lime: #c7f000;
  --go-v114-lime-rgb: 199, 240, 0;
  --go-v114-light-text: #070b12;
  --go-v114-light-muted: #5a6474;
  --go-v114-light-line: rgba(15, 23, 42, .12);
  --go-v114-dark-text: #f7f8fb;
  --go-v114-dark-muted: rgba(247, 248, 251, .68);
  --go-v114-dark-line: rgba(255, 255, 255, .13);
}

/* Author box: same clean, horizontal pattern for review and text singles. */
html body.single-post:not(.wp-admin) .go-single-author-card,
html body.go-template-standard:not(.wp-admin) .go-single-author-card,
html body.go-template-news:not(.wp-admin) .go-single-author-card,
html body.go-template-review:not(.wp-admin) .go-single-author-card,
html body.go-template-critica: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-main .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-article__footer .go-single-author-card {
  box-sizing: border-box !important;
  position: relative !important;
  isolation: isolate !important;
  display: grid !important;
  grid-template-columns: 68px minmax(0, 1fr) !important;
  grid-template-areas:
    "avatar label"
    "avatar body" !important;
  align-items: center !important;
  gap: 6px 16px !important;
  width: min(820px, 100%) !important;
  min-width: 0 !important;
  max-width: 820px !important;
  margin: clamp(32px, 4vw, 52px) 0 !important;
  padding: 20px 22px !important;
  border: 1px solid var(--go-v114-light-line) !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.72) !important;
  background-image: linear-gradient(135deg, rgba(var(--go-v114-blue-rgb), .045), rgba(255,255,255,.76) 42%, rgba(255,255,255,.64)) !important;
  color: var(--go-v114-light-text) !important;
  box-shadow: 0 18px 42px rgba(15,23,42,.055) !important;
  overflow: visible !important;
}

html body.single-post:not(.wp-admin) .go-single-author-card::before,
html body.single-post:not(.wp-admin) .go-single-author-card::after,
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-post:not(.wp-admin) .go-single-author-card__label,
html body.go-template-standard:not(.wp-admin) .go-single-author-card__label,
html body.go-template-news:not(.wp-admin) .go-single-author-card__label,
html body.go-template-review:not(.wp-admin) .go-single-author-card__label,
html body.go-template-critica:not(.wp-admin) .go-single-author-card__label,
html body.single:not(.wp-admin) .go-single-author-card__label {
  grid-area: label !important;
  display: block !important;
  margin: 0 !important;
  color: var(--go-v114-blue) !important;
  font-size: .72rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

html body.single-post:not(.wp-admin) .go-single-author-card__avatar,
html body.go-template-standard:not(.wp-admin) .go-single-author-card__avatar,
html body.go-template-news:not(.wp-admin) .go-single-author-card__avatar,
html body.go-template-review:not(.wp-admin) .go-single-author-card__avatar,
html body.go-template-critica:not(.wp-admin) .go-single-author-card__avatar,
html body.single:not(.wp-admin) .go-single-author-card__avatar {
  grid-area: avatar !important;
  display: block !important;
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  min-height: 64px !important;
  align-self: center !important;
  border: 2px solid var(--go-v114-blue) !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: 0 0 0 4px rgba(var(--go-v114-blue-rgb), .09) !important;
  overflow: hidden !important;
}

html body.single:not(.wp-admin) .go-single-author-card__avatar img,
html body.single:not(.wp-admin) .go-single-author-card__avatar .avatar {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

html body.single-post:not(.wp-admin) .go-single-author-card__body,
html body.go-template-standard:not(.wp-admin) .go-single-author-card__body,
html body.go-template-news:not(.wp-admin) .go-single-author-card__body,
html body.go-template-review:not(.wp-admin) .go-single-author-card__body,
html body.go-template-critica:not(.wp-admin) .go-single-author-card__body,
html body.single:not(.wp-admin) .go-single-author-card__body {
  grid-area: body !important;
  display: grid !important;
  gap: 8px !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.single:not(.wp-admin) .go-single-author-card__head {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  gap: 6px 10px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.single:not(.wp-admin) .go-single-author-card__name {
  display: inline !important;
  max-width: 100% !important;
  margin: 0 !important;
  color: var(--go-v114-light-text) !important;
  font-size: clamp(1.28rem, 1.55vw, 1.62rem) !important;
  font-weight: 950 !important;
  line-height: 1.02 !important;
  letter-spacing: -.045em !important;
  text-decoration: none !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

html body.single:not(.wp-admin) .go-single-author-card__eyebrow {
  display: inline !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--go-v114-blue) !important;
  font-size: .86rem !important;
  font-weight: 850 !important;
  line-height: 1.1 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px !important;
  text-decoration-color: rgba(var(--go-v114-blue-rgb), .34) !important;
  white-space: nowrap !important;
}

html body.single:not(.wp-admin) .go-single-author-card p {
  max-width: 66ch !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--go-v114-light-muted) !important;
  font-size: clamp(.92rem, .98vw, .98rem) !important;
  font-weight: 560 !important;
  line-height: 1.45 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

html body.single:not(.wp-admin) .go-single-author-card__actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 9px 11px !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
}

html body.single:not(.wp-admin) .go-single-author-card__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--go-v114-blue) !important;
  font-size: .82rem !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: .035em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  text-align: left !important;
  white-space: normal !important;
}

html body.single:not(.wp-admin) .go-single-author-card__link::after {
  content: '→' !important;
  margin-left: 8px !important;
  font-size: .95em !important;
  line-height: 1 !important;
}

html body.single:not(.wp-admin) .go-single-author-card__socials {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 !important;
}

html body.single:not(.wp-admin) .go-single-author-card__social {
  display: inline-grid !important;
  place-items: center !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  border: 1px solid rgba(var(--go-v114-blue-rgb), .18) !important;
  border-radius: 999px !important;
  background: rgba(var(--go-v114-blue-rgb), .045) !important;
  color: var(--go-v114-light-text) !important;
  font-size: .78rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !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,
html[class*="dark"] body.single:not(.wp-admin) .go-single-author-card,
body.newsx-dark-mode.single:not(.wp-admin) .go-single-author-card,
body.dark.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 {
  border-color: var(--go-v114-dark-line) !important;
  background: rgba(255,255,255,.035) !important;
  background-image: linear-gradient(135deg, rgba(var(--go-v114-lime-rgb), .065), rgba(255,255,255,.032) 44%, rgba(255,255,255,.018)) !important;
  color: var(--go-v114-dark-text) !important;
  box-shadow: none !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,
html[class*="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.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-v114-lime) !important;
  box-shadow: 0 0 0 4px rgba(var(--go-v114-lime-rgb), .10) !important;
}

html.dark body.single:not(.wp-admin) .go-single-author-card__label,
html.dark body.single:not(.wp-admin) .go-single-author-card__eyebrow,
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__label,
html.go-root-dark-mode body.single:not(.wp-admin) .go-single-author-card__eyebrow,
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__label,
html[data-theme="dark"] body.single:not(.wp-admin) .go-single-author-card__eyebrow,
html[data-theme="dark"] body.single:not(.wp-admin) .go-single-author-card__link,
html[class*="dark"] body.single:not(.wp-admin) .go-single-author-card__label,
html[class*="dark"] body.single:not(.wp-admin) .go-single-author-card__eyebrow,
html[class*="dark"] body.single:not(.wp-admin) .go-single-author-card__link,
body.newsx-dark-mode.single:not(.wp-admin) .go-single-author-card__label,
body.newsx-dark-mode.single:not(.wp-admin) .go-single-author-card__eyebrow,
body.newsx-dark-mode.single:not(.wp-admin) .go-single-author-card__link,
body.dark.single:not(.wp-admin) .go-single-author-card__label,
body.dark.single:not(.wp-admin) .go-single-author-card__eyebrow,
body.dark.single:not(.wp-admin) .go-single-author-card__link,
body.dark-mode.single:not(.wp-admin) .go-single-author-card__label,
body.dark-mode.single:not(.wp-admin) .go-single-author-card__eyebrow,
body.dark-mode.single:not(.wp-admin) .go-single-author-card__link,
body.is-dark-theme.single:not(.wp-admin) .go-single-author-card__label,
body.is-dark-theme.single:not(.wp-admin) .go-single-author-card__eyebrow,
body.is-dark-theme.single:not(.wp-admin) .go-single-author-card__link {
  color: var(--go-v114-lime) !important;
  text-decoration-color: rgba(var(--go-v114-lime-rgb), .36) !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,
html[class*="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.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-v114-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,
html[class*="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.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-v114-dark-muted) !important;
}

/* Review verdict: image becomes the background, not a third column. */
body.single-post:not(.wp-admin) .go-review-single-closing,
body.single-review:not(.wp-admin) .go-review-single-closing,
body.go-template-review:not(.wp-admin) .go-review-single-closing,
body.go-template-critica:not(.wp-admin) .go-review-single-closing {
  position: relative !important;
  isolation: isolate !important;
  display: grid !important;
  grid-template-columns: minmax(118px, 150px) minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  grid-template-areas:
    "score title"
    "score text" !important;
  align-items: center !important;
  gap: clamp(16px, 2.2vw, 28px) clamp(20px, 3vw, 34px) !important;
  width: 100% !important;
  max-width: min(920px, 100%) !important;
  min-width: 0 !important;
  margin: clamp(32px, 5vw, 58px) 0 !important;
  padding: clamp(24px, 3.4vw, 40px) !important;
  overflow: hidden !important;
  border-radius: 28px !important;
  border: 1px solid rgba(148, 163, 184, .18) !important;
  background: #0b1018 !important;
  box-shadow: 0 22px 52px rgba(15,23,42,.12) !important;
  color: #fff !important;
}

body.single-post:not(.wp-admin) .go-review-single-closing::before,
body.single-review:not(.wp-admin) .go-review-single-closing::before,
body.go-template-review:not(.wp-admin) .go-review-single-closing::before,
body.go-template-critica:not(.wp-admin) .go-review-single-closing::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  display: block !important;
  min-height: 0 !important;
  border-radius: inherit !important;
  background-image:
    linear-gradient(90deg, rgba(7,10,17,.96) 0%, rgba(7,10,17,.88) 47%, rgba(7,10,17,.62) 100%),
    var(--go-review-verdict-image) !important;
  background-size: cover !important;
  background-position: center !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

body.single-post:not(.wp-admin) .go-review-single-closing::after,
body.single-review:not(.wp-admin) .go-review-single-closing::after,
body.go-template-review:not(.wp-admin) .go-review-single-closing::after,
body.go-template-critica:not(.wp-admin) .go-review-single-closing::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  display: block !important;
  background:
    radial-gradient(circle at 12% 48%, rgba(var(--go-v114-lime-rgb), .13), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.035), transparent 48%) !important;
  pointer-events: none !important;
}

body.single-post:not(.wp-admin) .go-review-single-closing-head,
body.single-review:not(.wp-admin) .go-review-single-closing-head,
body.go-template-review:not(.wp-admin) .go-review-single-closing-head,
body.go-template-critica:not(.wp-admin) .go-review-single-closing-head {
  display: contents !important;
}

body.single-post:not(.wp-admin) .go-review-single-closing-copy,
body.single-review:not(.wp-admin) .go-review-single-closing-copy,
body.go-template-review:not(.wp-admin) .go-review-single-closing-copy,
body.go-template-critica:not(.wp-admin) .go-review-single-closing-copy {
  grid-area: title !important;
  display: block !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: none !important;
  position: relative !important;
  z-index: 1 !important;
}

body.single-post:not(.wp-admin) .go-review-single-closing h2,
body.single-review:not(.wp-admin) .go-review-single-closing h2,
body.go-template-review:not(.wp-admin) .go-review-single-closing h2,
body.go-template-critica:not(.wp-admin) .go-review-single-closing h2 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(2rem, 3.1vw, 3rem) !important;
  line-height: .95 !important;
  letter-spacing: -.06em !important;
  font-weight: 950 !important;
  text-align: left !important;
  text-shadow: 0 2px 16px rgba(0,0,0,.28) !important;
}

body.single-post:not(.wp-admin) .go-review-single-closing-body,
body.single-review:not(.wp-admin) .go-review-single-closing-body,
body.go-template-review:not(.wp-admin) .go-review-single-closing-body,
body.go-template-critica:not(.wp-admin) .go-review-single-closing-body {
  grid-area: text !important;
  display: block !important;
  position: relative !important;
  z-index: 1 !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: 68ch !important;
  color: rgba(255,255,255,.92) !important;
  font-size: clamp(1rem, 1.05vw, 1.08rem) !important;
  line-height: 1.62 !important;
  text-align: left !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

body.single-post:not(.wp-admin) .go-review-single-closing-body p,
body.single-review:not(.wp-admin) .go-review-single-closing-body p,
body.go-template-review:not(.wp-admin) .go-review-single-closing-body p,
body.go-template-critica:not(.wp-admin) .go-review-single-closing-body p {
  margin: 0 !important;
  color: inherit !important;
  max-width: none !important;
}

/* Same score design for Nota geral and verdict score. */
body.single-post:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score),
body.single-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score),
body.go-template-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score),
body.go-template-critica:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score) {
  --go-v114-score-bg: var(--go-v114-blue);
  --go-v114-score-fg: #fff;
  grid-area: score !important;
  justify-self: center !important;
  align-self: center !important;
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  place-items: center !important;
  align-content: center !important;
  gap: 6px !important;
  width: clamp(112px, 12vw, 146px) !important;
  min-width: clamp(112px, 12vw, 146px) !important;
  min-height: clamp(112px, 12vw, 146px) !important;
  padding: 16px 14px !important;
  border: 1px solid color-mix(in srgb, var(--go-v114-score-bg) 72%, #fff 28%) !important;
  border-radius: 24px !important;
  background: var(--go-v114-score-bg) !important;
  background-color: var(--go-v114-score-bg) !important;
  background-image: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,0)) !important;
  color: var(--go-v114-score-fg) !important;
  box-shadow: 0 18px 38px rgba(0,0,0,.22) !important;
  clip-path: none !important;
  transform: none !important;
  text-align: center !important;
}

body.single-post:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score).is-excellent,
body.single-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score).is-excellent,
body.go-template-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score).is-excellent,
body.go-template-critica:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score).is-excellent {
  --go-v114-score-bg: #16a34a;
  --go-v114-score-fg: #fff;
}

body.single-post:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score).is-great,
body.single-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score).is-great,
body.go-template-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score).is-great,
body.go-template-critica:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score).is-great {
  --go-v114-score-bg: #0284c7;
  --go-v114-score-fg: #fff;
}

body.single-post:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score).is-good,
body.single-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score).is-good,
body.go-template-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score).is-good,
body.go-template-critica:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score).is-good {
  --go-v114-score-bg: var(--go-v114-lime);
  --go-v114-score-fg: #0b0d12;
}

body.single-post:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score).is-mid,
body.single-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score).is-mid,
body.go-template-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score).is-mid,
body.go-template-critica:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score).is-mid {
  --go-v114-score-bg: #f97316;
  --go-v114-score-fg: #111827;
}

body.single-post:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score).is-low,
body.single-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score).is-low,
body.go-template-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score).is-low,
body.go-template-critica:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score).is-low {
  --go-v114-score-bg: #dc2626;
  --go-v114-score-fg: #fff;
}

body.single-post:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score)::before,
body.single-post:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score)::after,
body.single-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score)::before,
body.single-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score)::after,
body.go-template-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score)::before,
body.go-template-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score)::after,
body.go-template-critica:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score)::before,
body.go-template-critica:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score)::after {
  content: none !important;
  display: none !important;
}

body.single-post:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score) :is(span, strong, em, small, b),
body.single-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score) :is(span, strong, em, small, b),
body.go-template-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score) :is(span, strong, em, small, b),
body.go-template-critica:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score) :is(span, strong, em, small, b) {
  color: var(--go-v114-score-fg) !important;
  text-shadow: none !important;
}

body.single-post:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score) span,
body.single-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score) span,
body.go-template-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score) span,
body.go-template-critica:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score) span {
  display: block !important;
  margin: 0 !important;
  opacity: .9 !important;
  font-size: .72rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

body.single-post:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score) strong,
body.single-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score) strong,
body.go-template-review:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score) strong,
body.go-template-critica:not(.wp-admin) :is(.go-review-single-score-card, .go-review-single-closing-score) strong {
  display: block !important;
  opacity: 1 !important;
  font-size: clamp(2.55rem, 4vw, 4rem) !important;
  font-weight: 950 !important;
  line-height: .85 !important;
  letter-spacing: -.06em !important;
}

body.single-post:not(.wp-admin) .go-review-single-score-card em,
body.single-review:not(.wp-admin) .go-review-single-score-card em,
body.go-template-review:not(.wp-admin) .go-review-single-score-card em,
body.go-template-critica:not(.wp-admin) .go-review-single-score-card em {
  display: block !important;
  margin: 0 !important;
  opacity: .9 !important;
  font-size: .8rem !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
}

body.single-post:not(.wp-admin) .go-review-single-decision-sidebar > .go-review-single-score-card,
body.single-review:not(.wp-admin) .go-review-single-decision-sidebar > .go-review-single-score-card,
body.go-template-review:not(.wp-admin) .go-review-single-decision-sidebar > .go-review-single-score-card,
body.go-template-critica:not(.wp-admin) .go-review-single-decision-sidebar > .go-review-single-score-card {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 132px !important;
  border-radius: 24px !important;
}

/* More reviews now sits below the author box on review singles. */
body.single-post:not(.wp-admin) .go-review-single-more--by-author,
body.go-template-review:not(.wp-admin) .go-review-single-more--by-author,
body.go-template-critica:not(.wp-admin) .go-review-single-more--by-author {
  width: min(820px, 100%) !important;
  max-width: 820px !important;
  margin: -18px 0 clamp(30px, 4vw, 52px) !important;
  padding: 20px 22px !important;
  border: 1px solid var(--go-v114-light-line) !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.72) !important;
  background-image: linear-gradient(135deg, rgba(var(--go-v114-blue-rgb), .035), rgba(255,255,255,.74) 42%, rgba(255,255,255,.62)) !important;
  color: var(--go-v114-light-text) !important;
  box-shadow: 0 18px 42px rgba(15,23,42,.055) !important;
}

body.single-post:not(.wp-admin) .go-review-single-more-head,
body.go-template-review:not(.wp-admin) .go-review-single-more-head,
body.go-template-critica:not(.wp-admin) .go-review-single-more-head {
  justify-content: flex-start !important;
  margin-bottom: 16px !important;
}

body.single-post:not(.wp-admin) .go-review-single-more--by-author h2,
body.go-template-review:not(.wp-admin) .go-review-single-more--by-author h2,
body.go-template-critica:not(.wp-admin) .go-review-single-more--by-author h2 {
  color: var(--go-v114-light-text) !important;
}

body.single-post:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-score,
body.go-template-review:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-score,
body.go-template-critica:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-score {
  border-radius: 12px !important;
  background: var(--go-v114-blue) !important;
  color: #fff !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,
html[data-theme="dark"] 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.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-v114-dark-line) !important;
  background: rgba(255,255,255,.035) !important;
  background-image: linear-gradient(135deg, rgba(var(--go-v114-lime-rgb), .055), rgba(255,255,255,.026) 42%, rgba(255,255,255,.016)) !important;
  color: var(--go-v114-dark-text) !important;
  box-shadow: none !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,
html[data-theme="dark"] body.single:not(.wp-admin) .go-review-single-more--by-author h2,
html[data-theme="dark"] 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-v114-dark-text) !important;
}

html.dark body.single:not(.wp-admin) .go-review-single-more--by-author time,
html.go-root-dark-mode body.single:not(.wp-admin) .go-review-single-more--by-author time,
html[data-theme="dark"] body.single:not(.wp-admin) .go-review-single-more--by-author time,
body.newsx-dark-mode.single:not(.wp-admin) .go-review-single-more--by-author time,
body.dark-mode.single:not(.wp-admin) .go-review-single-more--by-author time,
body.is-dark-theme.single:not(.wp-admin) .go-review-single-more--by-author time {
  color: var(--go-v114-dark-muted) !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,
html[data-theme="dark"] 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-v114-lime) !important;
  color: #0b0d12 !important;
}

@media (max-width: 760px) {
  body.single-post:not(.wp-admin) .go-review-single-closing,
  body.single-review:not(.wp-admin) .go-review-single-closing,
  body.go-template-review:not(.wp-admin) .go-review-single-closing,
  body.go-template-critica:not(.wp-admin) .go-review-single-closing {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "title"
      "score"
      "text" !important;
    gap: 18px !important;
    padding: 20px !important;
    border-radius: 22px !important;
  }

  body.single-post:not(.wp-admin) .go-review-single-closing-score,
  body.single-review:not(.wp-admin) .go-review-single-closing-score,
  body.go-template-review:not(.wp-admin) .go-review-single-closing-score,
  body.go-template-critica:not(.wp-admin) .go-review-single-closing-score {
    justify-self: start !important;
  }

  html body.single:not(.wp-admin) .go-single-author-card {
    grid-template-columns: 56px minmax(0,1fr) !important;
    gap: 6px 13px !important;
    padding: 16px !important;
    border-radius: 18px !important;
  }

  html body.single:not(.wp-admin) .go-single-author-card__avatar {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
  }
}

@media (max-width: 540px) {
  html body.single:not(.wp-admin) .go-single-author-card {
    grid-template-columns: 52px minmax(0,1fr) !important;
  }

  html body.single:not(.wp-admin) .go-single-author-card p {
    grid-column: 1 / -1 !important;
    max-width: none !important;
  }

  html body.single:not(.wp-admin) .go-single-author-card__actions {
    grid-column: 1 / -1 !important;
  }

  body.single-post:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-grid,
  body.go-template-review:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-grid,
  body.go-template-critica:not(.wp-admin) .go-review-single-more--by-author .go-review-single-more-grid {
    grid-template-columns: 1fr !important;
  }
}
