﻿.article-source ul li {
    line-height: 1.4;
    margin: 0.5rem 0;
}

.email-share-button {
    background: #00008b;
    color: white;
    font-family: var(--font-family-sans-serif);
    font-size: 10pt;
    height: 28px;
    padding: 5px 10px 3px 10px;
    border-radius: 5px;
    margin-left: 2px;
    min-width: 5rem;
    white-space: nowrap;
}

a.email-share-button:hover {
    text-decoration: none;
    color: white;
    background: #00bfff;
}

.linkedin-share-btn {
    color: white;
    font-family: var(--font-family-sans-serif);
    font-size: 10pt;
    height: 28px;
    padding: 5px 10px 3px 10px;
    border-radius: 5px;
    margin-left: 2px;
    min-width: 5rem;
    white-space: nowrap;
    background: rgb(10, 102, 194);
}

a.linkedin-share-btn:hover {
    text-decoration: none;
    color: white;
    background: #00bfff;
}



.article-author-card.row {
    margin: 5px 0;
}

.article-author-card h3 {
    font-size: 1.1rem;
}

.article-author-bio {
    font-size: 1.1rem;
    font-style: italic;
}
