
.author-snippet {
    margin-top: 1.5rem;
    background-color: #E4F3FF;
    border-radius: 1.5rem;
    padding: 1rem;
}

.author-snippet-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-snippet-avatar {
    flex-shrink: 0;
    text-decoration: none;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #e8edf2;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-snippet-img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.author-snippet-details {
    line-height: 1.4;
}

.author-snippet-name {
    margin: 0 0 2px;
    font-size: 0.875rem;
    color: #102a4b;
}

.author-snippet-name a {
    color: #1e4b8f;
    font-weight: 500;
    text-decoration: none;
}

.author-snippet-name a:hover {
    text-decoration: underline;
}

.author-snippet-role {
    margin: 0;
    font-size: 0.8rem;
    color: #102a4b;
}

.author-snippet-dates {
    margin-top: 0.6rem;
}

.author-snippet-dates p {
    margin: 0;
    font-size: 0.8rem;
    color: #102a4b;
    line-height: 1.7;
}
