.detail > *
{
    font-size: 14px !important;
    font-weight: 300 !important;
    margin:0px !important;
}
.detail
{
    gap: 2px;
}
.detail .jp-clamp-3
{
   word-break: break-all;
}
.date 
{
    margin-top:8px !important;
}
.date ul
{
    list-style: none;
}
.date ul li:nth-child(1),
.date ul li:nth-child(2)
{
    color:#288AD6;
}
.date ul li:nth-child(n+2):before
{
    content:"";
    display: block;
    height:5px;
    width: 5px;
    border-radius: 100%;
    background-color: #999999;
    margin:0 5px;
}
.date .uk-text-xsmall
{
    font-size: 14px !important;
}
.content-review .jpstar.small::before
{
    content: "S" !important;
}
.jpstar.small.active::before
{
    color: #FFA500;
    width: auto !important;
    font-size:12px;
    font-weight: 300;
}