/* Game Overdrive v151: load-more padrão e hover global sem sublinhado. */
:root {
  --go-v151-hover-accent: #2800f0;
  --go-v151-hover-accent-soft: rgba(40, 0, 240, 0.08);
  --go-v151-hover-accent-border: rgba(40, 0, 240, 0.34);
  --go-v151-hover-accent-border-strong: rgba(40, 0, 240, 0.52);
  --go-v151-hover-text: #18152a;
}

html.dark,
html.go-root-dark-mode,
html[data-theme="dark"],
body.dark,
body.dark-mode,
body.is-dark-theme,
body.newsx-dark-mode,
body[data-theme="dark"],
[data-theme="dark"] {
  --go-v151-hover-accent: #c7f000;
  --go-v151-hover-accent-soft: rgba(199, 240, 0, 0.12);
  --go-v151-hover-accent-border: rgba(199, 240, 0, 0.38);
  --go-v151-hover-accent-border-strong: rgba(199, 240, 0, 0.60);
  --go-v151-hover-text: #f7f7fb;
}

/* Remove o hover com sublinhado do tema e troca por cor/realce no padrão da home. */
html body:not(.wp-admin) a,
html body:not(.wp-admin) a * {
  text-decoration-thickness: initial !important;
  text-underline-offset: initial !important;
}

html body:not(.wp-admin) a:is(:hover, :focus-visible),
html body:not(.wp-admin) a:is(:hover, :focus-visible) *,
html body:not(.wp-admin) :is(h1, h2, h3, h4, h5, h6) a:is(:hover, :focus-visible),
html body:not(.wp-admin) article:is(:hover, :focus-within) :is(h1, h2, h3, h4, h5, h6, strong, .entry-title, .newsx-grid-title, .go-ds-card-title, .go-ds-hero-copy strong, .go-ca-story-title, .go-news-archive-title, .go-reviews-archive-title) a,
html body:not(.wp-admin) article:is(:hover, :focus-within) a :is(h1, h2, h3, h4, h5, h6, strong, .entry-title, .newsx-grid-title, .go-ds-card-title, .go-ds-hero-copy strong, .go-ca-story-title, .go-news-archive-title, .go-reviews-archive-title) {
  color: var(--go-v151-hover-accent) !important;
  text-decoration: none !important;
}

html body:not(.wp-admin) .go-ds-home a:hover .go-ds-card-title,
html body:not(.wp-admin) .go-ds-home a:hover .go-ds-hero-copy strong,
html body:not(.wp-admin) .go-ds-home a:hover strong,
html body:not(.wp-admin) .go-home-page .go-home-story-title a:is(:hover, :focus-visible),
html body:not(.wp-admin) .go-game-library-card h2 a:hover,
html body:not(.wp-admin) .newsx-grid-title a:hover,
html body:not(.wp-admin) .entry-title a:hover,
html body:not(.wp-admin) .post-title a:hover {
  color: var(--go-v151-hover-accent) !important;
  text-decoration: none !important;
}

html body:not(.wp-admin) :is(.go-news-archive-chip, .go-reviews-archive-chip, .go-ca-nav a, .go-cp-quick-nav a, .go-author-filter-pill, .go-guides-filter-chip, .go-platform-filter, .go-platforms-filter, .newsx-grid-filter):is(:hover, :focus-visible, .is-active, .active) {
  border-color: var(--go-v151-hover-accent-border-strong) !important;
  background: var(--go-v151-hover-accent-soft) !important;
  color: var(--go-v151-hover-accent) !important;
  text-decoration: none !important;
}

/* Paginação antiga escondida quando o JS cria o botão novo. */
html body:not(.wp-admin) .go-v151-pagination-source {
  display: none !important;
}

html body:not(.wp-admin) .go-v151-load-more,
html body:not(.wp-admin) .go-portal-load-more,
html body:not(.wp-admin) .go-platforms-latest .go-portal-load-more,
html body:not(.wp-admin) .go-game-library-pagination.go-v151-load-more-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 30px auto 0 !important;
  text-align: center !important;
  gap: 10px !important;
}

html body:not(.wp-admin) :is(
  .go-v151-load-more__button,
  .go-portal-load-more__button,
  button[data-go-portal-load-more],
  .go-ds-load-more,
  .newsx-load-more
) {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: grid !important;
  place-items: center !important;
  width: min(360px, 100%) !important;
  min-height: 44px !important;
  margin: 0 auto !important;
  padding: 0 22px !important;
  border: 1px solid var(--go-v151-hover-accent-border) !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--go-v151-hover-accent) !important;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease, opacity .18s ease !important;
}

html body:not(.wp-admin) :is(
  .go-v151-load-more__button,
  .go-portal-load-more__button,
  button[data-go-portal-load-more],
  .go-ds-load-more,
  .newsx-load-more
):is(:hover, :focus-visible) {
  transform: translateY(-1px) !important;
  border-color: var(--go-v151-hover-accent-border-strong) !important;
  background: var(--go-v151-hover-accent-soft) !important;
  color: var(--go-v151-hover-text) !important;
  outline: none !important;
  text-decoration: none !important;
}

html body:not(.wp-admin) :is(.go-v151-load-more__button, .go-portal-load-more__button, button[data-go-portal-load-more], .go-ds-load-more, .newsx-load-more):disabled {
  cursor: progress !important;
  opacity: .68 !important;
  transform: none !important;
}

html body:not(.wp-admin) .go-v151-load-more__status {
  min-height: 1em !important;
  color: inherit !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  opacity: .72 !important;
}
