/*
 * Copyright (c) 2026 Aeirya Mohammadi
 * Licensed under the GNU General Public License v3.0.
 * See LICENSE for details.
 */

.article-author__orcid {
    display: inline-block;
    width: 1.05em;
    height: 1.05em;
    margin-inline-start: 0.2em;
    vertical-align: -0.08em;
    line-height: 1;
}

.article-author__orcid > a {
    display: block;
    width: 100%;
    height: 100%;
}

.article-author__orcid svg {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

/* alternatively use: */
/* <div style="width: 12px; height: auto; display: inline-block">
 */