.ljyr-widget{
display:flex;
width:100%;
box-sizing:border-box;
flex-direction:column;
gap:4px;
margin:0;
padding:12px 16px;
border:1px solid #e5e5e5;
border-radius:5px;
background:transparent;
text-decoration:none;
transition:.2s;
box-shadow:none;
}

.ljyr-widget:hover{
transform:none;
box-shadow:none;
}

.ljyr-rating-line{
display:flex;
align-items:center;
gap:6px;
}

.ljyr-logo{
display:flex;
align-items:center;
justify-content:center;
flex:0 0 auto;
}

.ljyr-logo svg{
display:block;
width:16px;
height:16px;
}

.ljyr-rating{
font-size:20px;
font-weight:700;
line-height:1;
color:#111;
margin:0 2px 0 0;
}

.ljyr-stars{
font-size:15px;
line-height:1;
letter-spacing:1px;
color:#ffb400;
}

.ljyr-info{
font-size:13px;
line-height:1.15;
color:#222;
}

.ljyr-info span{
margin:0 4px;
color:#777;
}

.ljyr-footer{
font-size:12px;
line-height:1.15;
color:#888;
margin-top:-2px;
}

.ljyr-widget *{
text-decoration:none;
}

@media (max-width:767px){

.ljyr-widget{
padding:10px 12px;
gap:3px;
}

.ljyr-logo svg{
width:14px;
height:14px;
}

.ljyr-rating{
font-size:18px;
}

.ljyr-stars{
font-size:13px;
}

.ljyr-info{
font-size:12px;
}

.ljyr-footer{
font-size:11px;
}

}