/* Exibe o ícone oficial do ORCID antes do endereço de cada autor. */
.obj_article_details .authors .orcid > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.obj_article_details .authors .orcid > a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background-image: url("https://portalcoleta.com.br/public/imagens/orcid-id.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
