/* V46: compact visible trust, topic clusters and hub-to-hub knowledge links. */
body.single-post.go-verge .go-author-card__expertise{
	margin:9px 0 0;
	color:var(--text-secondary);
	font-size:var(--fs-sm);
	line-height:1.45;
}
body.single-post.go-verge .go-author-card__expertise strong{color:var(--text);font-weight:700}
body.single-post.go-verge .go-author-card__trust{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:8px 18px;
	margin-top:12px;
}
body.single-post.go-verge .go-author-card__trust .go-author-card__link{margin:0}
body.single-post.go-verge .go-author-card__policy{
	color:var(--text-secondary);
	font-size:var(--fs-xs);
	font-weight:650;
	text-decoration:underline;
	text-decoration-color:color-mix(in srgb,var(--text-secondary) 38%,transparent);
	text-underline-offset:3px;
}
body.single-post.go-verge .go-author-card__policy:hover{color:var(--text);text-decoration-color:currentColor}
.go-topic-cluster-v17__format{
	display:block;
	margin:0 0 7px;
	color:var(--text-secondary);
	font-family:var(--font-mono);
	font-size:var(--fs-2xs);
	font-weight:700;
	letter-spacing:.08em;
	line-height:1.2;
	text-transform:uppercase;
}
.go-related-subjects-v46{
	display:flex;
	align-items:flex-start;
	gap:12px 18px;
	margin-top:clamp(28px,4vw,44px);
	padding-top:18px;
	border-top:1px solid var(--frame);
}
.go-related-subjects-v46__label{
	flex:none;
	padding-top:7px;
	color:var(--text-secondary);
	font-family:var(--font-mono);
	font-size:var(--fs-2xs);
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase;
}
.go-related-subjects-v46__links{display:flex;flex-wrap:wrap;gap:8px}
.go-related-subjects-v46__links a{
	dis:inline-flex;
	align-items:center;
	min-height:32px;
	padding:5px 10px;
	border:1px solid var(--frame);
	border-radius:999px;
	background:color-mix(in srgb,var(--slate) 72%,transparent);
	color:var(--text);
	font-size:var(--fs-xs);
	font-weight:650;
	line-height:1.2;
}
.go-related-subjects-v46__links a:hover,.go-related-subjects-v46__links a:focus-visible{
	border-color:color-mix(in srgb,var(--lime) 36%,var(--frame));
	color:var(--text);
}
@media(max-width:640px){
	body.single-post.go-verge .go-author-card__trust{align-items:flex-start;flex-direction:column;gap:8px}
	.go-related-subjects-v46{display:block}
	.go-related-subjects-v46__label{display:block;margin-bottom:10px;padding:0}
	.go-related-subjects-v46__links{flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}
	.go-related-subjects-v46__links::-webkit-scrollbar{display:none}
	.go-related-subjects-v46__links a{flex:none}
}
