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