.articles-category-section .ch-contaier{padding-right:0}
.articles-category-section .articles-category-wrapper{height:auto;display:flex;flex-direction:column;align-items:flex-start;padding-left:16px;gap:16px}
.articles-category-section .article-category-header{width:100%;overflow-wrap:break-word}
.articles-category-section .category-grid{width:100%;height:100%;display:flex;gap:8px;overflow-x:scroll;padding-right:16px;scrollbar-width:none}
.articles-category-section .category-card-sec{width:auto;display:flex;flex-direction:column;align-items:center;gap:8px}
.articles-category-section .category-grid a:hover,.articles-category-section .category-grid a:focus,.articles-category-section .category-grid a:visited{background-color:#f4f7ff}
.articles-category-section a:hover,.articles-category-section a:focus,.articles-category-section a:visited{text-decoration:none;color:inherit}
.articles-category-section .category-thumbnail{width:160px;height:90px}
.articles-category-section .category-thumbnail img{width:100%;height:100%;border-radius:8px}
.articles-category-section .category-label-sec .category-title{color:var(--Primary-Charcoal,#333);text-align:center;font-feature-settings:'liga' off,'clig' off}
.articles-category-section .category-title{margin-bottom:0}
@media(min-width:768px){.articles-category-section .category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(218px,1fr));justify-content:flex-start;overflow-x:hidden;align-content:flex-start}
.articles-category-section .category-grid.few-results{grid-template-columns:repeat(auto-fit,218px)}
.articles-category-section .category-thumbnail{width:100%;height:122px}
.articles-category-section .category-thumbnail img{border-radius:12px;object-fit:fill}
}
@media(min-width:1200px){.articles-category-section .articles-category-wrapper{max-width:1170px;margin:auto}
.articles-category-section .article-category-header,.articles-category-section .category-grid{padding-left:0;padding-right:0}
}