/* Ảnh bài viết - load sau style.css nên không làm mất giao diện/nền bạn đã chỉnh */
.home-page .news-art{background-image:var(--post-image,url('../img/news-cover.jpg'))!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important}
.home-page .news-art:before{background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.2))!important}
.home-page .mini-news{padding:0!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:190px auto!important;gap:0!important;align-items:stretch!important;overflow:hidden}
.home-page .mini-news-thumb{width:100%;min-height:190px;position:relative;background-image:var(--post-image,url('../img/news-cover.jpg'));background-position:center;background-size:cover;background-repeat:no-repeat}
.home-page .mini-news-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.24))}
.home-page .mini-news-thumb .date{position:absolute;z-index:2;left:10px;top:10px;width:auto!important;height:auto!important;min-width:55px;padding:6px 9px;background:rgba(141,23,66,.92)!important;color:#fff!important;border-radius:9px!important;box-shadow:0 5px 14px rgba(0,0,0,.22)}
.home-page .mini-news-body{min-width:0;padding:18px 20px 20px;align-self:stretch}
.home-page .mini-news-body b,.home-page .mini-news-body small{display:block}.home-page .mini-news-body small{margin-top:5px}
.article-thumb{background-image:var(--post-image,url('../img/news-cover.jpg'))!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important;min-height:110px}
.article-cover{width:100%;max-height:580px;object-fit:cover;border-radius:18px;margin:20px 0}
@media(max-width:540px){.home-page .mini-news{grid-template-columns:1fr!important;grid-template-rows:160px auto!important}.home-page .mini-news-thumb{min-height:160px}.home-page .mini-news-body{padding:14px 16px 16px}}
