@layer components{.date{color:#000;font-size:.875rem;font-weight:500;line-height:.7}@media (width>=1920px){.date{font-size:1rem}}.article-card{row-gap:1rem;min-inline-size:0;display:grid}@media (width>=1920px){.article-card{row-gap:1.5rem}}.article-card__image{aspect-ratio:16/9;border-radius:10px}.article-card__content{justify-items:start;row-gap:.5rem;display:grid}@media (width>=1920px){.article-card__content{row-gap:1rem}}.article-card__date{color:var(--color-primary)}.article-card__title{margin-block-end:0;font-size:1rem;line-height:1.3}@media (width>=1920px){.article-card__title{font-size:1.25rem}}.article-card__excerpt{font-size:.875rem}@media (width>=1920px){.article-card__excerpt{font-size:1rem}}.article-card__more{text-transform:uppercase;font-weight:500}.article-card__more:hover,.article-card__more:active{color:var(--color-secondary)}.article-card:hover .article-card__more{color:var(--color-secondary)}}@layer pages{.blog-hero__wrapper{display:grid}@media (width>=1024px){.blog-hero__wrapper{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.blog-hero__text{font-size:1.125rem}}@media (width>=1280px){.blog-hero__text{font-size:1.5rem}}@media (width>=1920px){.blog-hero__text{font-size:2rem}}.blog-list{display:grid}.blog-list__items{--items-gap:1.5rem;grid-template-columns:repeat(auto-fit, minmax(clamp(min(100%, 290px), calc(25% - var(--items-gap)), 390px), 1fr));gap:var(--items-gap);display:grid}@media (width>=1920px){.blog-list__items{--items-gap:2.5rem}}}
