.angie-author-box-8717123b {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #ffffff;
}
.angie-author-box-8717123b .angie-author-box-avatar img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.angie-author-box-8717123b .angie-author-box-content {
    flex: 1;
}
.angie-author-box-8717123b .angie-author-box-name {
    margin: 0 0 10px 0;
    font-size: 1.2em;
}
.angie-author-box-8717123b .angie-author-box-bio {
    margin: 0;
    font-size: 0.9em;
    line-height: 1.5;
    color: #666;
}
.angie-author-social-icons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.angie-author-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: color 0.3s ease;
    text-decoration: none;
}
.angie-author-social-icon svg {
    fill: #333;
    transition: fill 0.3s ease;
}
.angie-author-social-icon:hover {
    color: #0073aa;
}
.angie-author-social-icon:hover svg {
    fill: #0073aa;
}

@media (max-width: 767px) {
    .angie-author-box-8717123b {
        flex-direction: column;
        text-align: center;
    }
    .angie-author-social-icons {
        justify-content: center;
    }
}
