/* Overdrive 3.11.23 — remove decorative service-hero ornaments added in V42. */
body.go-verge .go-v7-service-head{
	background:transparent!important;
}
body.go-verge .go-v7-service-head::after,
body.go-verge .go-v7-service-head__accent{
	display:none!important;
	content:none!important;
}
html[data-theme="light-mode"] body.go-verge .go-v7-service-head,
html[data-theme="light"] body.go-verge .go-v7-service-head,
html[data-theme="dark-mode"] body.go-verge .go-v7-service-head,
html[data-theme="dark"] body.go-verge .go-v7-service-head{
	background:transparent!important;
}

/* The follower count is useful information, not a second CTA. */
body.go-verge .go-product-action__count{
	font-size:.78rem;
	font-weight:600;
	line-height:1;
	color:var(--text-secondary,currentColor);
	margin-inline-start:7px;
	opacity:.82;
	white-space:nowrap;
}
body.go-verge .go-product-action__count[hidden]{display:none!important}
body.go-verge :is(.go-v47-service-follow,.go-v47-platform-follow){
	display:flex;
	align-items:center;
	margin-top:16px;
}
