/* Fix ORCID logo display on article pages */
.obj_article_details .authors .orcid a::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
  background-image: url('https://orcid.org/sites/default/files/images/orcid_16x16.png');
  background-size: contain;
  background-repeat: no-repeat;
}