.author-box-wrapper-bf133218 {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    gap: 20px;
}

.author-box-wrapper-bf133218.img-pos-left {
    flex-direction: row;
}

.author-box-wrapper-bf133218.img-pos-right {
    flex-direction: row-reverse;
}

.author-box-wrapper-bf133218.img-pos-top {
    flex-direction: column;
}

.author-box-wrapper-bf133218.img-pos-bottom {
    flex-direction: column-reverse;
}

.author-image-bf133218 {
    flex-shrink: 0;
    display: block;
    text-decoration: none;
}

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

.author-content-bf133218 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.author-name-bf133218 {
    margin: 0 0 10px 0;
    transition: color 0.3s ease;
}

.author-name-link-bf133218 {
    color: inherit;
    text-decoration: none !important;
}

.author-name-link-bf133218:hover {
    color: inherit;
    text-decoration: none;
}

.author-bio-bf133218 {
    margin: 0 0 15px 0;
    transition: color 0.3s ease;
}

.author-social-container-bf133218 {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #eaeaea;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.author-social-link-bf133218 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.author-social-link-bf133218:hover {
    opacity: 0.8;
}

.author-social-link-bf133218 i {
    font-size: 16px;
}

.author-social-link-bf133218 svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

@media (max-width: 767px) {
    .author-box-wrapper-bf133218 {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }
    .author-content-bf133218 {
        align-items: center !important;
    }
    .author-social-container-bf133218 {
        justify-content: center !important;
    }
}