.acw-popular-posts{
    width:100%;
    padding:22px 20px;
    border:1px solid #e7edf6;
    border-radius:16px;
    background:#fff;
    box-shadow:0 8px 24px rgba(31,63,109,.05);
    direction:rtl;
}
.acw-popular-posts *{box-sizing:border-box}
.acw-popular-posts__title{
    margin:0 0 16px;
    color:#1769e0;
    font-size:18px;
    font-weight:800;
    line-height:1.5;
    text-align:center;
}
.acw-popular-posts__list{
    --acw-popular-columns:3;
    --acw-popular-card-width:280px;
    display:flex;
    flex-direction:column;
    gap:14px;
    min-width:0;
    scrollbar-width:thin;
    scrollbar-color:rgba(23,105,224,.32) transparent;
}
.acw-popular-posts__list::-webkit-scrollbar{height:6px}
.acw-popular-posts__list::-webkit-scrollbar-track{background:transparent}
.acw-popular-posts__list::-webkit-scrollbar-thumb{
    border-radius:999px;
    background:rgba(23,105,224,.28);
}
.acw-popular-post{
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:12px;
    width:100%;
    min-width:0;
    max-width:100%;
    scroll-snap-align:start;
    overflow:hidden;
    transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
}
.acw-popular-post:hover{transform:translateY(-2px)}
.acw-popular-post__image{
    display:block;
    flex:0 0 90px;
    width:90px;
    height:70px;
    min-width:0;
    overflow:hidden;
    border-radius:10px;
    background:#eef3f8;
}
.acw-popular-post__image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .25s ease;
}
.acw-popular-post:hover .acw-popular-post__image img{transform:scale(1.05)}
.acw-popular-post__content{min-width:0;flex:1}
.acw-popular-post__title{
    display:-webkit-box;
    overflow:hidden;
    margin:0 0 5px;
    color:#172033;
    font-size:13px;
    font-weight:800;
    line-height:1.7;
    overflow-wrap:anywhere;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.acw-popular-post__title a{color:inherit;text-decoration:none}
.acw-popular-post__date{display:block;color:#9aa4b2;font-size:10px;line-height:1.5}
.acw-popular-posts__all{
    display:block;
    margin-top:15px;
    color:#1769e0;
    font-size:13px;
    font-weight:700;
    text-align:center;
    text-decoration:none;
}
@media(max-width:1024px){
    .acw-popular-posts{padding:20px 18px}
    .acw-popular-post{min-width:0}
    .acw-popular-post__content{overflow:hidden}
}
@media(max-width:767px){
    .acw-popular-posts{padding:18px 16px}
    .acw-popular-posts__title{text-align:right}
    .acw-popular-post__title{font-size:12.5px}
}
@media(prefers-reduced-motion:reduce){
    .acw-popular-post,
    .acw-popular-post__image img{transition:none}
    .acw-popular-post:hover{transform:none}
}
