.author-bio {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
}

.author-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 20px;
}

.author-info {
    flex: 1;
}

.author-name {
    margin: 0 0 10px 0;
    font-size: 1.2em;
}

.author-description {
    margin: 0 0 15px 0;
    font-size: 0.9em;
    line-height: 1.5;
}

.author-social {
    display: flex;
    gap: 10px;
}

.social-link {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 0.9em;
}

.social-link:hover {
    text-decoration: underline;
}
