.cekome-stars-list .fs {
    color: #f60
}

.cekome-stars-list .es {
    color: #4f4f4f
}

.cekome-stars-list .st-review {
    font-size: 1.6rem;
    font-weight: 300;
    position: relative
}

.cekome-stars-list .st-date{
    float: right;
    font-size: 0.8rem;
}

.cekome-stars-list p {
    margin-bottom: 1rem
}

.cekome-stars-list .st-quote {
    display: block;
    margin: 1rem 2rem 0 0;
    font-weight: 300
}

.cekome-stars-list .st-response {
    display: block;
    padding: 10px 10px 0 33px;
    font-weight: 600;
    font-size: 80%;
    font-style: italic;
    position: relative;
    border-top: 1px dashed #ccc;
    margin-top: 10px
}

.cekome-stars-list .st-response:before {
    content: "R:";
    display: block;
    position: absolute;
    left: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0 0 0 6px;
    width: 18px;
    height: 24px;
    border-radius: 50%;
    background: var(--primary-color)!important;
    color: #fff;
    font-style: normal
}

.cekome-stars-list article {
    margin: 1rem 0 0;
    padding: 0 0 1rem
}

.cekome-stars-list article:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.1)
}
