/**
 * plugins/generic/orcidIdDisplay/css/orcidIdDisplay.css
 *
 * Styles the ORCID iD badges this plugin adds, and also styles core
 * OJS's own native ".orcid" markup on the article details page (the
 * plugin supplies that markup's icon, but core supplies the wrapper).
 */

.orcidIdDisplaySummary,
.orcidIdDisplayDetails {
    display: block;
    margin-top: 0.35em;
    font-size: 0.9em;
    line-height: 1.4;
}

.orcidIdDisplayLabel {
    font-weight: 600;
}

.orcidIdDisplayLink,
.orcid a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
}

.orcidIdDisplayLink svg,
.orcid svg,
.orcidIdDisplayIcon {
    width: 16px;
    height: 16px;
    margin-right: 0.25em;
    flex-shrink: 0;
}

.orcidIdDisplayName {
    text-decoration: underline;
}
