/* Fix ORCID icon visibility in OJS 3.4 */
.orcid-profile,
.orcid-icon,
.orcid-link {
    color: #2e7d32 !important;   /* ORCID green */
    fill: #2e7d32 !important;
}

.orcid-icon svg {
    fill: #2e7d32 !important;
}
