/* GF Tu van chan nuoi - mobile UX (2026-09-23). Chi ap dung body.gf-tvcn */
/* (1) List bai o chuyen muc con: thumbnail dung ti le anh 1200x630, khong crop (layout list cua theme <=1023px) */
@media (max-width:1023px){
body.gf-tvcn .articles-wrapper .article-item:not(:first-child) .article__image img{height:auto!important;aspect-ratio:120/63!important;object-fit:cover}
}
/* (2) Carousel o trang Tu van chan nuoi - mobile */
@media (max-width:767px){
body.gf-tvcn .category-section .news-carousel .article__title,
body.gf-tvcn .category-section .news-carousel .article__title a{font-size:15px!important;line-height:1.38!important;letter-spacing:.01em}
body.gf-tvcn .category-section .news-carousel .article__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-height:calc(15px * 1.38 * 3)}
body.gf-tvcn .category-section .owl-dots.gf-win{display:flex;flex-wrap:nowrap;justify-content:flex-start;overflow:hidden;margin-left:auto;margin-right:auto;scrollbar-width:none;-webkit-mask-image:none;mask-image:none;transition:-webkit-mask-image .2s}
body.gf-tvcn .category-section .owl-dots.gf-win::-webkit-scrollbar{display:none}
body.gf-tvcn .category-section .owl-dots.gf-win .owl-dot{flex:none;transition:transform .25s ease,opacity .25s ease}
body.gf-tvcn .category-section .owl-dots.gf-win .owl-dot.gf-edge{transform:scale(.62);opacity:.7}
body.gf-tvcn .category-section .owl-dots.gf-win.gf-fr{-webkit-mask-image:linear-gradient(90deg,#000 72%,transparent);mask-image:linear-gradient(90deg,#000 72%,transparent)}
body.gf-tvcn .category-section .owl-dots.gf-win.gf-fl{-webkit-mask-image:linear-gradient(90deg,transparent,#000 28%);mask-image:linear-gradient(90deg,transparent,#000 28%)}
body.gf-tvcn .category-section .owl-dots.gf-win.gf-fl.gf-fr{-webkit-mask-image:linear-gradient(90deg,transparent,#000 22%,#000 78%,transparent);mask-image:linear-gradient(90deg,transparent,#000 22%,#000 78%,transparent)}
body.gf-tvcn .category-section .owl-carousel.gf-loading .owl-stage-outer::after{content:"";position:absolute;right:14px;top:50%;width:22px;height:22px;margin-top:-11px;border:2.5px solid rgba(45,138,62,.25);border-top-color:#2d8a3e;border-radius:50%;animation:gftvspin .8s linear infinite;z-index:3}
body.gf-tvcn .category-section .owl-stage-outer{position:relative}
}
@keyframes gftvspin{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion:reduce){body.gf-tvcn .category-section .owl-dots.gf-win .owl-dot{transition:none}}
