.block_entrylist-author .items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: 0;
}

.block_entrylist-author .items .item {
    padding: 0 0 20px;
    border-top: 0;
    border-bottom: 1px solid #ff6b9f;
}

.block_entrylist-author .items .item .item__link {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
}

.block_entrylist-author .items .item .item__name {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 0;
}

.block_entrylist-author .items .item .item__job-title {
    font-size: 12px;
    line-height: 1.5;
}

.block_blog_profile .texts.texts-avatar-none {
    width: 100%;
}

.block_blog_profile-author .face .avatar {
    -o-object-fit: cover;
    object-fit: cover;
}

.block_blog_profile-author .texts .name {
    white-space: nowrap;
}

.block_blog_profile-author .texts .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 20px;
    max-width: 70%;
}

.block_blog_profile-author .texts .links .color {
    text-align: end;
    width: 88px;
}

.block_blog_profile-author .texts .links .icon_eternal_color {
    margin-left: 0;
}
