.tv-author-box{
margin:40px 0 70px; padding:24px;
border:1px solid #e6e6e6;
border-radius:10px;
text-align:center;
}
.tv-author-box__content-date{
margin:0 0 10px;
font-size:0.85em;
opacity:.75;
}
.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 a{
text-decoration:none;
color:inherit;
}
.tv-author-box__name a:hover{
text-decoration:underline;
}
.tv-author-box__bio{
opacity:.9;
}