/* GO v97: share buttons in the byline row, cleaner read-now bullets, and better review labels. */

:root {
  --go-v97-blue: #2817f1;
  --go-v97-blue-rgb: 40, 23, 241;
  --go-v97-lime: #c7f000;
  --go-v97-lime-rgb: 199, 240, 0;
}

/* Singles, except review/critica: share stays on the same line as author/date/read time. */
body.single:not(.single-review):not(.single-critica):not(.go-template-review):not(.go-template-critica):not(.wp-admin) .go-article__hero-share--below-cover,
body.single:not(.single-review):not(.single-critica):not(.go-template-review):not(.go-template-critica):not(.wp-admin) .go-article__hero-share--below-cover-standard,
body.single:not(.single-review):not(.single-critica):not(.go-template-review):not(.go-template-critica):not(.wp-admin) .go-gs-hero-share {
  display: none !important;
}

body.single:not(.single-review):not(.single-critica):not(.go-template-review):not(.go-template-critica):not(.wp-admin) .go-article__meta-row,
body.single:not(.single-review):not(.single-critica):not(.go-template-review):not(.go-template-critica):not(.wp-admin) .go-article__post-cover-meta .go-article__meta-row,
body.single:not(.single-review):not(.single-critica):not(.go-template-review):not(.go-template-critica):not(.wp-admin) .go-article__meta-row--after-cover {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px 18px !important;
  width: 100% !important;
}

body.single:not(.single-review):not(.single-critica):not(.go-template-review):not(.go-template-critica):not(.wp-admin) .go-article__meta-row > .go-article__meta,
body.single:not(.single-review):not(.single-critica):not(.go-template-review):not(.go-template-critica):not(.wp-admin) .go-article__post-cover-meta .go-article__meta-row > .go-article__meta {
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

body.single:not(.single-review):not(.single-critica):not(.go-template-review):not(.go-template-critica):not(.wp-admin) .go-article__meta-row > .go-article__share,
body.single:not(.single-review):not(.single-critica):not(.go-template-review):not(.go-template-critica):not(.wp-admin) .go-article__post-cover-meta .go-article__meta-row > .go-article__share {
  display: flex !important;
  flex: 0 0 auto !important;
  margin-left: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.single:not(.single-review):not(.single-critica):not(.go-template-review):not(.go-template-critica):not(.wp-admin) .go-article__share-list {
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.single:not(.single-review):not(.single-critica):not(.go-template-review):not(.go-template-critica):not(.wp-admin) .go-article__share-link {
  width: 34px !important;
  height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  border: 1px solid rgba(148, 163, 184, 0.22) !important;
  background: rgba(148, 163, 184, 0.06) !important;
  color: var(--go-v97-blue) !important;
  box-shadow: none !important;
}

body.newsx-dark-mode.single:not(.single-review):not(.single-critica):not(.wp-admin) .go-article__share-link,
body.dark.single:not(.single-review):not(.single-critica):not(.wp-admin) .go-article__share-link,
body.dark-mode.single:not(.single-review):not(.single-critica):not(.wp-admin) .go-article__share-link,
body.is-dark-theme.single:not(.single-review):not(.single-critica):not(.wp-admin) .go-article__share-link,
html.dark body.single:not(.single-review):not(.single-critica):not(.wp-admin) .go-article__share-link,
html.go-root-dark-mode body.single:not(.single-review):not(.single-critica):not(.wp-admin) .go-article__share-link,
html[data-theme="dark"] body.single:not(.single-review):not(.single-critica):not(.wp-admin) .go-article__share-link {
  border-color: rgba(199, 240, 0, 0.20) !important;
  background: rgba(199, 240, 0, 0.075) !important;
  color: var(--go-v97-lime) !important;
}

body.single:not(.single-review):not(.single-critica):not(.go-template-review):not(.go-template-critica):not(.wp-admin) .go-article__share-link:is(:hover, :focus-visible) {
  border-color: currentColor !important;
  background: rgba(40, 23, 241, 0.10) !important;
  transform: translateY(-1px) !important;
}

body.newsx-dark-mode.single:not(.single-review):not(.single-critica):not(.wp-admin) .go-article__share-link:is(:hover, :focus-visible),
body.dark.single:not(.single-review):not(.single-critica):not(.wp-admin) .go-article__share-link:is(:hover, :focus-visible),
body.dark-mode.single:not(.single-review):not(.single-critica):not(.wp-admin) .go-article__share-link:is(:hover, :focus-visible),
body.is-dark-theme.single:not(.single-review):not(.single-critica):not(.wp-admin) .go-article__share-link:is(:hover, :focus-visible),
html.dark body.single:not(.single-review):not(.single-critica):not(.wp-admin) .go-article__share-link:is(:hover, :focus-visible),
html.go-root-dark-mode body.single:not(.single-review):not(.single-critica):not(.wp-admin) .go-article__share-link:is(:hover, :focus-visible),
html[data-theme="dark"] body.single:not(.single-review):not(.single-critica):not(.wp-admin) .go-article__share-link:is(:hover, :focus-visible) {
  background: rgba(199, 240, 0, 0.12) !important;
}

@media (max-width: 720px) {
  body.single:not(.single-review):not(.single-critica):not(.go-template-review):not(.go-template-critica):not(.wp-admin) .go-article__meta-row,
  body.single:not(.single-review):not(.single-critica):not(.go-template-review):not(.go-template-critica):not(.wp-admin) .go-article__post-cover-meta .go-article__meta-row {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  body.single:not(.single-review):not(.single-critica):not(.go-template-review):not(.go-template-critica):not(.wp-admin) .go-article__meta-row > .go-article__share,
  body.single:not(.single-review):not(.single-critica):not(.go-template-review):not(.go-template-critica):not(.wp-admin) .go-article__post-cover-meta .go-article__meta-row > .go-article__share {
    margin-left: 0 !important;
  }
}

/* Para ler agora: bullets/ranks with readable standard colors, not solid neon blobs. */
body.single:not(.wp-admin) .go-review-single-decision-sidebar .go-v47-sidebar-latest__rank,
body.single:not(.wp-admin) .go-v47-sidebar-latest__rank {
  width: 34px !important;
  height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  border: 1px solid rgba(var(--go-v97-blue-rgb), 0.22) !important;
  background: rgba(var(--go-v97-blue-rgb), 0.10) !important;
  color: var(--go-v97-blue) !important;
  box-shadow: none !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
}

body.newsx-dark-mode.single:not(.wp-admin) .go-review-single-decision-sidebar .go-v47-sidebar-latest__rank,
body.dark.single:not(.wp-admin) .go-review-single-decision-sidebar .go-v47-sidebar-latest__rank,
body.dark-mode.single:not(.wp-admin) .go-review-single-decision-sidebar .go-v47-sidebar-latest__rank,
body.is-dark-theme.single:not(.wp-admin) .go-review-single-decision-sidebar .go-v47-sidebar-latest__rank,
html.dark body.single:not(.wp-admin) .go-review-single-decision-sidebar .go-v47-sidebar-latest__rank,
html.go-root-dark-mode body.single:not(.wp-admin) .go-review-single-decision-sidebar .go-v47-sidebar-latest__rank,
html[data-theme="dark"] body.single:not(.wp-admin) .go-review-single-decision-sidebar .go-v47-sidebar-latest__rank,
body.newsx-dark-mode.single:not(.wp-admin) .go-v47-sidebar-latest__rank,
body.dark.single:not(.wp-admin) .go-v47-sidebar-latest__rank,
body.dark-mode.single:not(.wp-admin) .go-v47-sidebar-latest__rank,
body.is-dark-theme.single:not(.wp-admin) .go-v47-sidebar-latest__rank,
html.dark body.single:not(.wp-admin) .go-v47-sidebar-latest__rank,
html.go-root-dark-mode body.single:not(.wp-admin) .go-v47-sidebar-latest__rank,
html[data-theme="dark"] body.single:not(.wp-admin) .go-v47-sidebar-latest__rank {
  border-color: rgba(var(--go-v97-lime-rgb), 0.24) !important;
  background: rgba(var(--go-v97-lime-rgb), 0.14) !important;
  color: var(--go-v97-lime) !important;
}
