.sarie-featured-news{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:15px 0}.sarie-featured-item{background:#f6f6f6;position:relative;transition:all .3s ease;overflow:hidden}.sarie-featured-item:hover{background:#efefef;transform:translateY(-3px)}.sarie-featured-thumb{display:block;height:160px;overflow:hidden}.sarie-featured-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.sarie-featured-item:hover .sarie-featured-thumb img{transform:scale(1.05)}.sarie-featured-content{padding:12px 10px}.sarie-featured-title{margin:0;font-size:15px!important;font-weight:600;line-height:1.5!important;color:#222;position:relative;padding-right:14px}.sarie-featured-title:before{content:"";position:absolute;right:0;top:9px;width:7px;height:7px;background:#e21e22}.sarie-featured-title a{text-decoration:none;color:inherit;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color 0.3s ease}.sarie-featured-title a:hover{color:#e21e22}.sarie-meta{font-size:11px;color:#999;margin-top:8px;display:flex;justify-content:flex-end}@media (max-width:1024px){.sarie-featured-news{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.sarie-featured-news{grid-template-columns:repeat(2,1fr)!important}.sarie-featured-thumb{height:180px}}@media (max-width:350px){.sarie-featured-news{grid-template-columns:1fr!important}.sarie-featured-thumb{height:160px}}