<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.row{display:flex}
.profile{width:45%;display:flex;align-items:center}
.pro-content{display:flex;align-items:center}
.pro-content .profile-img .pro-img{box-shadow:0 0 8px gray;border-radius:50%;background:transparent;width:70px;height:70px}
.inner-content{display:inline-flex;flex-direction:column;margin:15px;position:relative}
.popup-text::before{position:absolute;top:-8px;left:50%;transform:translatex(-50%) rotate(-225deg);content:"";width:15px;height:15px;background:#fff;border:1px solid #000;border-top-color:transparent;border-right-color:transparent}
.popup-text:hover{display:block}
.popup-text{position:absolute;top:50px;right:-90px;border:1px solid #000;border-radius:5px;padding:10px;width:300px;display:none;z-index:10;background:#fff;transition:all ease-in-out .3s}
.profile-name{position:relative}
.profile-name:hover+.popup-text{display:block;transition:all ease-in-out .5s}
.written-by{justify-content:flex-end;position:relative}
.text{display:inline-block;margin-bottom:5px;font-weight:600}
.review-by{position:relative;display:flex;justify-content:center;margin-top:110px;margin-left:-150px}
.review-by::after{content:"";border-top:1px solid #999;width:25%;height:20px;display:block;position:absolute;top:40%;right:110px}
.fa-pen-nib{transform:rotate(-45deg)}
.fa-circle-check{color:#56c756}
a{color:#005e9e}
.written-by::before{content:"";border-top:1px solid #999;width:25%;height:20px;display:block;position:absolute;top:50%;right:200px}
@media only screen and (max-width:1024px){.profile{width:75%}
.byline-main{display:flex;flex-direction:column;margin-top:20px}
.review-by{margin-top:5px;margin-left:0}
.review-by::after{right:30px}
}
@media only screen and (max-width:360px){.profile{width:85%}
.pro-img{width:60px;height:60px}
}</pre></body></html>