@charset "utf-8";

.latest-text-wrap {overflow:hidden;height:40px;}
.latest-slider {transition:transform 0.5s ease;}
.latest-slide-item {display:flex;align-items:center;gap:10px;height:40px;opacity:0.7;transition:opacity 0.5s ease;}
.latest-slide-item h4 {font-weight:500}
.latest-slide-item.active {opacity:1}