/* Author avatar styling */
.author-avatar {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0 auto 20px;
    flex-shrink: 0;
}

/* Gravatar styling för konsistent storlek */
.author-profile img {
    border-radius: 50%;
    width: 120px !important;
    height: 120px !important;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0 auto 20px;
}
