.news-insights-section{width:100%}.news-insights-section.section-base{padding-top:0}.news-filter-wrap{display:flex;flex-direction:column;align-items:center;gap:var(--space-9);margin-bottom:var(--space-17)}.news-filter-label{font-family:var(--font-family-mono);font-size:var(--font-size-base);text-transform:uppercase;margin:0;font-weight:var(--font-weight-normal)}.news-filter-buttons{display:flex;gap:var(--space-7);flex-wrap:wrap;justify-content:center}.news-insights-section .filter-btn{min-width:9rem}.news-post-list{display:flex;flex-direction:column;gap:var(--space-17)}.news-post-card{--bs-gutter-y:2rem;--bs-gutter-x:2rem}.news-post-item{width:100%}.news-post-image-wrap{display:flex}.news-post-image-wrap a{height:100%;width:100%}.news-post-image{width:100%;height:100%;min-height:11.75rem;object-fit:cover;border-radius:var(--radius-2xl);display:block;aspect-ratio:200 / 234}@media (min-width:768px){.news-post-card{align-items:stretch}.news-post-image{max-width:100%}}.news-post-content{display:flex;flex-direction:column;gap:var(--space-9)}.news-post-header{display:flex;flex-direction:column;gap:var(--space-5)}.news-post-category{font-family:var(--font-family-mono);font-size:var(--font-size-base);text-transform:uppercase;margin:0;line-height:var(--line-height-tight)}.news-post-title{font-family:var(--font-family-sans);font-size:var(--font-size-24);margin:0;padding:0;line-height:1.4;font-weight:var(--font-weight-normal)}.news-post-title a{color:inherit;text-decoration:none;transition:color var(--transition-base)}.news-post-title a:hover{color:var(--bs-primary-300)}.news-post-footer{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;padding-bottom:var(--space-9);border-bottom:.0625rem solid rgba(var(--bs-primary-50-rgb),.3)}.news-post-date{font-family:var(--font-family-mono);font-size:var(--font-size-14);text-transform:uppercase;margin:0;line-height:1.4}.news-post-arrow{display:flex;transition:transform var(--transition-base)}.news-post-arrow:hover{transform:translateX(.375rem)}.news-post-arrow svg{fill:currentColor}@media (min-width:768px){.news-filter-wrap{margin-bottom:var(--space-21)}.news-post-list{gap:var(--space-21)}.news-post-content{gap:var(--space-14)}.news-post-title{font-size:var(--font-size-30);line-height:1.25;max-width:37.125rem}.news-post-date{font-size:var(--font-size-16);line-height:1.2}.news-post-footer{padding-bottom:var(--space-11)}}@media (min-width:992px){.news-filter-wrap{margin-bottom:var(--space-22)}.news-post-list{gap:var(--space-22)}}@media (prefers-reduced-motion:reduce){.news-insights-section *{transition:none;animation:none}}