.authorbox{display: inline-block;
width: 100%;}
.authorbox .left{    display: inline-block;
width: 150px;
float: left;}
.authorbox .left img{    display: inline-block;
width: 120px;
border: solid 1px var( --wp--preset--color--fontcolor);
border-radius: 50%;
margin: 0 20px; filter: grayscale(100%);}
.authorbox .right{    float: left;
display: inline-block;
width: calc(100% - 190px);
padding: 0 20px;
vertical-align: top;
}
.authorbox .right .top{    display: inline-block;
float: left;
width: 100%;
margin: 20px 0px 20px 0px;
}
.authorbox .right .top .ll{    display: inline-block;
float: left;
border-right: solid 2px var(--wp--preset--color--fontcolor);
vertical-align: top;
padding: 15px 15px 0 0;
margin: 0 10px 0px 0px;}
.authorbox .right .top .ll h4{    margin: 0;
font-size: 1.6rem;
font-weight: 600;
line-height: 1;
color: var(--wp--preset--color--fontcolor);
}
.authorbox .right .top .ll h6{margin: 0 0 15px;
text-transform: unset;
font-size: 1rem;
line-height: 1.5;
color: var(--wp--preset--color--fontcolor);
}
.authorbox .right .top .rr{display: inline-block;
float: left;
margin: 15px 0;}
.authorbox .right .top .rr a{    display: inline-block;
float: left;
text-decoration: none;
margin: 0 10px 0 0;
}
.authorbox .right .top .rr a > img{    width: 35px;}
.authorbox .right .bottom{display: inline-block;
width: 100%;
}
.authorbox .right .bottom p{    font-size: 1rem;
color: var(--wp--preset--color--fontcolor);
margin: 0 0 1.5rem;
}
.authorbox .right .bottom a{display: inline-block;
text-decoration: none;
color: var(--wp--preset--color--background);
background: var(--wp--preset--color--primary);
padding: 0.7rem 2rem;
font-size: 1rem;
font-weight: 600;
line-height: 1;
margin: 0 10px 0 0;
border-radius: 5px;}
@media only screen and (max-width: 480px) and (min-width: 320px)  {.authorbox .left {
display: block;
width: 150px;
float: unset;
margin: 0 auto;
}
.authorbox .right {
float: UNSET;
display: inline-block;
width: calc(100% - 40px);
padding: 0 20px;
vertical-align: top;
}}
@media only screen and (max-width: 781px) and (min-width: 481px)  {}
@media only screen and (max-width: 992px) and (min-width: 782px)  {}
@media only screen and (max-width: 1200px) and (min-width: 993px)  {}.latestlistnew ul{width:90% !important;}