:root {
--go-v113-author-blue: #2817f1;
--go-v113-author-blue-rgb: 40, 23, 241;
--go-v113-author-lime: #c7f000;
--go-v113-author-lime-rgb: 199, 240, 0;
--go-v113-author-light-text: #080c14;
--go-v113-author-light-muted: #596579;
--go-v113-author-light-line: rgba(15, 23, 42, .12);
--go-v113-author-dark-text: #f6f7fb;
--go-v113-author-dark-muted: rgba(246, 247, 251, .68);
--go-v113-author-dark-line: rgba(255, 255, 255, .13);
} html body.single:not(.wp-admin) :is(.go-article__footer, .go-article__footer-meta, .go-article__main, .go-article__content, .go-review-single-main, .go-review-single-content, .newsx-post-content) {
overflow: visible !important;
}
html body.single:not(.wp-admin) .go-single-author-card,
html body.single:not(.wp-admin) .go-single-author-card.go-single-author-card--v109,
html body.single:not(.wp-admin) .go-article .go-single-author-card,
html body.single:not(.wp-admin) .go-article__footer .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 {
box-sizing: border-box !important;
position: relative !important;
isolation: isolate !important;
display: grid !important;
grid-template-columns: 76px minmax(0, 1fr) auto !important;
grid-template-rows: auto auto !important;
grid-template-areas:
"avatar body actions"
"avatar bio  actions" !important;
align-items: center !important;
gap: 10px 18px !important;
width: min(860px, calc(100vw - 48px)) !important;
min-width: min(720px, calc(100vw - 48px)) !important;
max-width: min(860px, calc(100vw - 48px)) !important;
margin: clamp(30px, 4vw, 54px) 0 !important;
padding: 20px 22px !important;
border: 1px solid var(--go-v113-author-light-line) !important;
border-radius:0!important;
background:
linear-gradient(135deg, rgba(var(--go-v113-author-blue-rgb), .045), rgba(255,255,255,.78) 42%, rgba(255,255,255,.66)) !important;
color: var(--go-v113-author-light-text) !important;
box-shadow: 0 18px 42px rgba(15,23,42,.055) !important;
overflow: visible !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__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-v113-author-blue) !important;
border-radius:0!important;
background: transparent !important;
box-shadow: 0 0 0 4px rgba(var(--go-v113-author-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:0!important;
box-shadow: none !important;
}
html body.single:not(.wp-admin) .go-single-author-card__body {
grid-area: body !important;
display: grid !important;
grid-template-columns: minmax(0, auto) 1fr !important;
grid-template-areas:
"label label"
"head head" !important;
gap: 5px !important;
min-width: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
html body.single:not(.wp-admin) .go-single-author-card__label {
grid-area: label !important;
display: block !important;
margin: 0 !important;
color: var(--go-v113-author-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:not(.wp-admin) .go-single-author-card__head {
grid-area: head !important;
display: flex !important;
align-items: baseline !important;
flex-wrap: wrap !important;
gap: 7px 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: none !important;
margin: 0 !important;
color: var(--go-v113-author-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: normal !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-v113-author-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-v113-author-blue-rgb), .34) !important;
white-space: nowrap !important;
}
html body.single:not(.wp-admin) .go-single-author-card p {
grid-area: bio !important;
max-width: 62ch !important;
margin: 0 !important;
padding: 0 !important;
color: var(--go-v113-author-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 {
grid-area: actions !important;
display: flex !important;
align-items: center !important;
justify-content: flex-end !important;
flex-wrap: wrap !important;
gap: 9px !important;
min-width: 150px !important;
max-width: 220px !important;
margin: 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: 36px !important;
padding: 0 13px !important;
border: 1px solid rgba(var(--go-v113-author-blue-rgb), .20) !important;
border-radius:0!important;
background: rgba(var(--go-v113-author-blue-rgb), .065) !important;
color: var(--go-v113-author-blue) !important;
font-size: .76rem !important;
font-weight: 950 !important;
line-height: 1 !important;
letter-spacing: .035em !important;
text-transform: uppercase !important;
text-decoration: none !important;
text-align: center !important;
white-space: nowrap !important;
}
html body.single:not(.wp-admin) .go-single-author-card__link::after {
content: '↗' !important;
margin-left: 7px !important;
font-size: .8em !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: 34px !important;
height: 34px !important;
min-width: 34px !important;
min-height: 34px !important;
border: 1px solid rgba(var(--go-v113-author-blue-rgb), .18) !important;
border-radius:0!important;
background: rgba(var(--go-v113-author-blue-rgb), .045) !important;
color: var(--go-v113-author-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-v113-author-dark-line) !important;
background:
linear-gradient(135deg, rgba(var(--go-v113-author-lime-rgb), .065), rgba(255,255,255,.032) 44%, rgba(255,255,255,.018)) !important;
color: var(--go-v113-author-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-v113-author-lime) !important;
box-shadow: 0 0 0 4px rgba(var(--go-v113-author-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-v113-author-lime) !important;
text-decoration-color: rgba(var(--go-v113-author-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-v113-author-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-v113-author-dark-muted) !important;
}
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,
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__link,
body.dark.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 {
border-color: rgba(var(--go-v113-author-lime-rgb), .20) !important;
background: rgba(var(--go-v113-author-lime-rgb), .075) !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,
html[class*="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.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: rgba(var(--go-v113-author-lime-rgb), .16) !important;
background: rgba(255,255,255,.035) !important;
color: var(--go-v113-author-dark-text) !important;
}
@media (max-width: 900px) {
html body.single:not(.wp-admin) .go-single-author-card,
html body.single:not(.wp-admin) .go-single-author-card.go-single-author-card--v109 {
grid-template-columns: 64px minmax(0, 1fr) !important;
grid-template-areas:
"avatar body"
"avatar bio"
"actions actions" !important;
width: 100% !important;
min-width: 0 !important;
max-width: 100% !important;
}
html body.single:not(.wp-admin) .go-single-author-card__actions {
justify-content: flex-start !important;
min-width: 0 !important;
max-width: none !important;
}
}
@media (max-width: 560px) {
html body.single:not(.wp-admin) .go-single-author-card,
html body.single:not(.wp-admin) .go-single-author-card.go-single-author-card--v109 {
grid-template-columns: 52px minmax(0, 1fr) !important;
gap: 8px 12px !important;
padding: 16px !important;
border-radius:0!important;
}
html body.single:not(.wp-admin) .go-single-author-card__avatar {
width: 52px !important;
height: 52px !important;
min-width: 52px !important;
min-height: 52px !important;
}
html body.single:not(.wp-admin) .go-single-author-card__name {
font-size: 1.18rem !important;
}
html body.single:not(.wp-admin) .go-single-author-card p {
font-size: .92rem !important;
line-height: 1.42 !important;
}
html body.single:not(.wp-admin) .go-single-author-card__link {
white-space: normal !important;
}
}