
.author-title {
    font-size:1.5rem;
}   

.author-avatar {

    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e8edf2;
}

.author-label {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.author-role {
    color:#0099ff;
    font-size: 1.1rem;
    font-weight: 500;
}

.author-linkedin {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #0077b5;
    text-decoration: none;
    border: 1px solid #0077b5;
    border-radius: 4px;
    padding: 6px 14px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.author-linkedin:hover {
    background-color: #0077b5;
    color: #fff;
}

.author-linkedin i {
    font-size: 1rem;
}

/* Article cards
   ========================================================================== */

.author-article-card {
    text-decoration: none;
    color: inherit;
}

.article-card-inner {
    border-radius: 8px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.author-article-card:hover .article-card-inner {
    border-color: #1e4b8f;
    box-shadow: 0 2px 12px rgba(30, 75, 143, 0.08);
}

.article-category {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.article-title {
    font-size: 1rem;
    font-weight: 600;
    color: #0099ff;
    line-height: 1.4;
}

.article-summary {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
}

.article-read-more {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1e4b8f;
    text-decoration: none;
}

.article-read-more i {
    font-size: 0.75rem;
    margin-left: 3px;
}
