.tv-author-box{
margin:40px 0 0;
padding:24px;
border:1px solid #e6e6e6;
border-radius:10px;
text-align:center;
}
.tv-author-box__title{ margin:0 0 18px; font-weight:700; }
.tv-author-box__content{
display:flex;
gap:16px;
align-items:center;
justify-content:center;
flex-wrap:wrap;
}
.tv-author-box__avatar img{ border-radius:999px; }
.tv-author-box__name{ font-weight:700; margin-bottom:6px; }
.tv-author-box__bio{ opacity:.9; }