.about-author-8c2d820f-wrapper {
    background-color: #f9f6f0;
    border: 1px solid #d3c7b7;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #5c4e43;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease;
}

.about-author-8c2d820f-wrapper:hover {
    transform: translateY(-2px);
}

.author-image-wrap {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #d3c7b7;
    overflow: hidden;
}

.author-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.author-name {
    margin: 0 0 5px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #5c4e43;
}

.author-subtitle {
    margin: 0 0 15px;
    font-size: 0.9rem;
    font-style: italic;
    color: #8b7d72;
    letter-spacing: 0.5px;
}

.author-bio {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 20px;
    color: #5c4e43;
}

.author-socials {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.about-author-8c2d820f-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    color: #5c4e43;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.about-author-8c2d820f-social-link svg {
    width: 16px;
    height: 16px;
    fill: #5c4e43;
    transition: all 0.3s ease;
}

.about-author-8c2d820f-social-link:hover {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
