.auth .jl_auth_head .author-description .pfm-author-credential {
display: block;
margin-top: 14px;
padding: 12px 14px;
border: 1px solid #dfe4eb;
border-left: 4px solid #b22025;
border-radius: 8px;
background: #fff;
color: #172033;
font-size: 14px;
font-weight: 600;
line-height: 1.55;
opacity: 1;
}
.auth .jl_auth_head .author-description .pfm-author-credential a {
color: #b22025;
font-weight: 800;
text-decoration: underline;
text-decoration-thickness: 2px;
text-underline-offset: 3px;
}
.auth .jl_auth_head .author-description .pfm-author-credential a:hover,
.auth .jl_auth_head .author-description .pfm-author-credential a:focus-visible {
color: #0b1f3a;
} .pfm-author-profile__bio .pfm-author-credential {
display: block;
margin-top: 18px;
padding-top: 16px;
border-top: 1px solid #e4e8ee;
color: inherit;
font-size: 15px;
font-weight: 600;
line-height: 1.6;
opacity: 1;
}
.pfm-author-profile__bio .pfm-author-credential a {
color: #b22025;
font-weight: 800;
text-decoration: underline;
text-decoration-thickness: 2px;
text-underline-offset: 3px;
}
.pfm-author-profile__bio .pfm-author-credential a:hover,
.pfm-author-profile__bio .pfm-author-credential a:focus-visible {
color: #0b1f3a;
}
@media (max-width: 760px) {
.auth .jl_auth_head .author-description .pfm-author-credential {
margin-top: 12px;
padding: 11px 12px;
font-size: 13px;
}
.pfm-author-profile__bio .pfm-author-credential {
margin-top: 16px;
padding-top: 14px;
font-size: 14px;
}
}