.articles-wrapper.grid{margin-bottom:0;margin-top:0}.articles-wrapper .article{max-width:100%}.article{align-items:center;display:flex}.article-card__info{display:flex;flex-direction:column;flex-grow:1;padding-top:1.5rem}.article-card__image-wrapper{border-radius:var(--card-radius);overflow:hidden}.article-card__image-wrapper>a{display:block}.article-card__title{text-decoration:none;word-break:break-word}.article-card__header{display:flex;flex-direction:column;line-height:1;row-gap:.6rem}.article-card__header h2{margin:0}.article-card__header h2:not(:first-child){margin-top:1rem}.article-card__excerpt{color:rgba(var(--color-foreground),.75);font-size:1.4rem;line-height:calc(1 + .6/var(--font-body-scale));margin-top:1.5rem}.article-card__footer{font-size:1.4rem}.article-card__footer:not(:last-child){margin-bottom:1rem}.article-card__footer:last-child{margin-top:auto}.article-card__link{color:rgb(var(--color-link))}.article-card__link:before{background-color:currentColor;content:"";display:inline-block;height:.1rem;margin-right:1rem;transition:width var(--duration-default) ease;vertical-align:middle;width:2rem}@media screen and (hover:hover){.article-card .card:hover .article-card__link:before{width:4rem}}