Injecting global verification badge style
/* Global Title Verification Badge for Desktop (Vector) and Mobile (Minerva) */ .firstHeading::after, .mw-first-heading::after {
content: "";
display: inline-block;
width: 22px;
height: 22px;
margin-left: 8px;
vertical-align: middle;
background: url('/images/Verified.png') no-repeat center center;
background-size: contain;
}