.featured-articles-slice__wrapper{position:relative;border-radius:1.5rem;padding:var(--spacing-md) 1rem;background:var(--theme-background-color, #fff);transition:background .5s linear}@media only screen and (min-width:48rem){.featured-articles-slice__wrapper{padding:var(--spacing-sm) 2rem}}.featured-articles-slice__wrapper:after{content:"";width:100%;height:30%;position:absolute;left:0;bottom:0;background-color:#fff;z-index:1;background:linear-gradient(to top,#fff,#fff0)}.featured-articles-slice__header{display:flex;justify-content:space-between;align-items:center}.featured-articles-slice__title{margin-bottom:0}.featured-articles-slice__categories{margin-top:var(--spacing-sm);display:flex;gap:1.5rem}.featured-articles-slice__articles{margin-top:var(--spacing-sm);position:relative;z-index:2}.featured-articles-slice__articles .article-card__text{display:none}.featured-articles-slice__category-group{display:none;grid-template-columns:repeat(1,1fr);gap:2rem}@media only screen and (min-width:48rem){.featured-articles-slice__category-group{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:75rem){.featured-articles-slice__category-group{grid-template-columns:repeat(4,1fr)}}.featured-articles-slice__category-group.show{display:grid}.featured-articles-slice__dropdown{margin-top:var(--spacing-sm)}.featured-articles-slice__dropdown .btn-dropdown{text-align:left;justify-content:flex-start;font-weight:500;color:#000}.featured-articles-slice__dropdown .dropdown-menu{width:100%;position:relative;display:inline-flex;justify-content:flex-start}.featured-articles-slice__dropdown .dropdown-toggle-text{font-weight:600}@media only screen and (min-width:48rem){.featured-articles-slice__dropdown .dropdown-toggle-text{font-size:var(--font-size-title5);font-weight:620;line-height:var(--line-height-title5);letter-spacing:0;color:inherit;margin-bottom:0}}.featured-articles-slice__dropdown-toggle{border:none;background:none;padding-bottom:.5rem;border-bottom:2px solid rgb(0,0,0);text-align:left;color:#000;display:flex;justify-content:space-between;align-items:center}@media only screen and (min-width:48rem){.featured-articles-slice__dropdown-toggle{padding-bottom:1rem}}.featured-articles-slice--green{--theme-color: #00d158;--theme-background-color: #bff3d5}.featured-articles-slice--blue{--theme-color: #00c7ff;--theme-background-color: #bee0ef}.featured-articles-slice--red{--theme-color: #ff6b79;--theme-background-color: #ffe9eb}.featured-articles-slice--purple{--theme-color: #b458ff;--theme-background-color: #daccea}.featured-articles-slice--terracotta{--theme-color: rgb(239, 170, 142);--theme-background-color: #eee}
