.author_extra_info{
    width:calc(100% - 10px);
    margin:8px 5px 0;
    display:flex;
    flex-direction:column;
    gap:5px;
    box-sizing:border-box;
}

.author_info_row{
    display:flex;
    align-items:center;
    width:100%;
    height:35px;
    background:#ffffff0a;
    overflow:hidden;
    border-radius:0;
    box-sizing:border-box;
}

.author_info_icon{
    width:35px;
    min-width:35px;
    height:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    color:#fff;
}

.author_info_text{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 10px;
    min-width:0;
}

.author_info_label{
    color:var(--text-secondary);
    font-size:13px;
    font-weight:600;
    white-space:nowrap;
}

.author_info_value{
    color:#fff;
    font-size:13px;
    font-weight:500;
    text-align:right;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-left:15px;
}