
/* GO v64: hard fix for the author block on singles/reviews. */
html body:not(.wp-admin) .go-single-author-card,
html body:not(.wp-admin) .go-article .go-single-author-card,
html body:not(.wp-admin) .go-review-single-page .go-single-author-card,
html body:not(.wp-admin) .go-review-single-main .go-single-author-card,
html body:not(.wp-admin) .go-article__footer .go-single-author-card {
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 820px !important;
  min-width: 0 !important;
  margin: 34px 0 !important;
  padding: 18px 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(148, 163, 184, 0.20) !important;
  border-bottom: 1px solid rgba(148, 163, 184, 0.20) !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: var(--go-mode-text, #0b0d12) !important;
  overflow: visible !important;
}

html body:not(.wp-admin) .go-single-author-card::before,
html body:not(.wp-admin) .go-single-author-card::after {
  content: none !important;
  display: none !important;
}

html body:not(.wp-admin) .go-single-author-card__avatar {
  box-sizing: border-box !important;
  flex: 0 0 54px !important;
  display: block !important;
  width: 54px !important;
  max-width: 54px !important;
  height: 54px !important;
  max-height: 54px !important;
  min-width: 54px !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 2px solid var(--go-mode-accent, #c7f000) !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: 0 0 0 4px rgba(199, 240, 0, 0.12) !important;
  overflow: hidden !important;
  transform: none !important;
}

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

html body:not(.wp-admin) .go-single-author-card__body {
  box-sizing: border-box !important;
  flex: 1 1 auto !important;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body:not(.wp-admin) .go-single-author-card__head {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2px !important;
  width: 100% !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

html body:not(.wp-admin) .go-single-author-card__name {
  order: 1 !important;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--go-mode-text, #0b0d12) !important;
  font-size: clamp(1.02rem, 1.25vw, 1.22rem) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

html body:not(.wp-admin) .go-single-author-card__eyebrow {
  order: 2 !important;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--go-mode-muted, #687083) !important;
  font-size: 0.84rem !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  background: transparent !important;
  border: 0 !important;
}

html body:not(.wp-admin) .go-single-author-card p {
  display: block !important;
  width: 100% !important;
  max-width: 68ch !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--go-mode-text, #0b0d12) !important;
  opacity: 0.86 !important;
  font-size: clamp(0.94rem, 1.05vw, 1.03rem) !important;
  font-weight: 500 !important;
  line-height: 1.56 !important;
  white-space: normal !important;
}

html body:not(.wp-admin) .go-single-author-card__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--go-mode-accent, #c7f000) !important;
  font-size: 0.86rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

html body:not(.wp-admin) .go-single-author-card__link:is(:hover, :focus-visible) {
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

html.dark body:not(.wp-admin) .go-single-author-card,
html.go-root-dark-mode body:not(.wp-admin) .go-single-author-card,
html[class*="dark"] body:not(.wp-admin) .go-single-author-card,
body.newsx-dark-mode:not(.wp-admin) .go-single-author-card,
body.dark-mode:not(.wp-admin) .go-single-author-card,
body.is-dark-theme:not(.wp-admin) .go-single-author-card {
  border-top-color: rgba(255, 255, 255, 0.14) !important;
  border-bottom-color: rgba(255, 255, 255, 0.14) !important;
  color: #f5f7fb !important;
}

html.dark body:not(.wp-admin) .go-single-author-card__name,
html.go-root-dark-mode body:not(.wp-admin) .go-single-author-card__name,
html[class*="dark"] body:not(.wp-admin) .go-single-author-card__name,
body.newsx-dark-mode:not(.wp-admin) .go-single-author-card__name,
body.dark-mode:not(.wp-admin) .go-single-author-card__name,
body.is-dark-theme:not(.wp-admin) .go-single-author-card__name,
html.dark body:not(.wp-admin) .go-single-author-card p,
html.go-root-dark-mode body:not(.wp-admin) .go-single-author-card p,
html[class*="dark"] body:not(.wp-admin) .go-single-author-card p,
body.newsx-dark-mode:not(.wp-admin) .go-single-author-card p,
body.dark-mode:not(.wp-admin) .go-single-author-card p,
body.is-dark-theme:not(.wp-admin) .go-single-author-card p {
  color: #f5f7fb !important;
}

html.dark body:not(.wp-admin) .go-single-author-card__eyebrow,
html.go-root-dark-mode body:not(.wp-admin) .go-single-author-card__eyebrow,
html[class*="dark"] body:not(.wp-admin) .go-single-author-card__eyebrow,
body.newsx-dark-mode:not(.wp-admin) .go-single-author-card__eyebrow,
body.dark-mode:not(.wp-admin) .go-single-author-card__eyebrow,
body.is-dark-theme:not(.wp-admin) .go-single-author-card__eyebrow {
  color: #b8c0cf !important;
}

@media (max-width: 720px) {
  html body:not(.wp-admin) .go-single-author-card {
    gap: 12px !important;
    margin: 28px 0 !important;
    padding: 16px 0 !important;
  }

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