.articles-wrapper.grid{margin-bottom:0;margin-top:0}.articles-wrapper .article{max-width:100%}.article{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.article-card{width:100%}.article-card__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;-ms-flex-positive:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;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{font-weight:400;text-decoration:none;word-break:break-word}.article-card__title~*{font-family:var(--font-heading-family)}.article-card__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;line-height:1;row-gap:.6rem}.article-card__header .h3{margin:0}.article-card__header .h3: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;-webkit-transition:width var(--duration-default) ease;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}}