.lat_star {position:relative;}
.lat_star .lat_title {display:block;padding:0 0 15px;line-height:20px;font-size:17px;color:#253dbe;border-bottom:2px solid #ededed}
.lat_star .lat_title a {position:relative;color:#000;display:inline-block}
.lat_star ul {padding:10px 0}
.lat_star li {position:relative;padding:6px 0;}
.lat_star li i {margin-right:2px}

/* 수정된 레이아웃 스타일 */
.lat_star .lat_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lat_star .lat_subject {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.lat_star .lat_subject a {
    font-size:14px;
    line-height:20px;
    color:#fff;
    vertical-align:middle;
    letter-spacing:-1px;
}

.lat_star .lat_rating {
    flex-shrink: 0;
    text-align: right;
}

.lat_star li .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:middle}
.lat_star li .fa-caret-right {color:#A0A0A0}
.lat_star .empty_li {line-height:145px;color:#666;text-align:center;padding:0}
.lat_star .empty_li:before {background:none;padding:0}
.lat_star .lt_cmt {margin-left:2px;color:#FF6C75;font-size:11px;font-weight:bold}
.lat_star .lt_more {position:absolute;top:0;right:0;display:block;width:40px;line-height:25px;font-size:13px;color:#555;text-align:center}


/* 별점 스타일 */
.lat_star .stars {
    display: inline-block;
    color: #ffca08;
    font-size: 12px;
    white-space: nowrap;
}

.lat_star .stars .fa-star, 
.lat_star .stars .fa-star-half-o, 
.lat_star .stars .fa-star-o {
    margin-right: -1px;
}

.lat_star .rating-text {
    display: inline-block;
    margin-left: 3px;
    color: #fff;
    font-size: 11px;
    vertical-align: middle;
}

.lat_star .no-rating {
    display: inline-block;
    color: #fff;
    font-size: 11px;
}
