.articles-wrapper.grid{margin-top:0;margin-bottom:0}.articles-wrapper .article{max-width:100%}.article{display:flex;align-items:center}.article-card{width:100%}.article-card__info{padding-top:1.5rem;display:flex;flex-direction:column;flex-grow:1}.article-card__image-wrapper{overflow:hidden;border-radius:var(--card-radius)}.article-card__image-wrapper>a{display:block}.article-card__title{font-weight:400;word-break:break-word;text-decoration:none}.article-card__title~*{font-family:var(--font-heading-family)}.article-card__header{display:flex;flex-direction:column;row-gap:.6rem;line-height:1}.article-card__header .h3{margin:0}.article-card__header .h3:not(:first-child){margin-top:1rem}.article-card__excerpt{font-size:1.4rem;line-height:calc(1 + .6 / var(--font-body-scale));margin-top:1.5rem;color:rgba(var(--color-foreground),.75)}.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{content:"";width:2rem;height:.1rem;display:inline-block;vertical-align:middle;margin-right:1rem;background-color:currentColor;transition:width var(--duration-default) ease}@media screen and (hover:hover){.article-card .card:hover .article-card__link::before{width:4rem}}.recommended-articles .blog__post.grid__item{display:flex}.recommended-articles .article-card{display:flex;flex-direction:column}.recommended-articles .article-card .card{display:flex;flex-direction:column;flex-grow:1}.recommended-articles .article-card__info{flex-grow:1}.article.grid__item{padding-bottom:0}.article-card__info{gap:1rem;border-top:0;padding:1rem;border:var(--article-info-border,1px solid #000)}.article-card__excerpt{margin-top:0}.article-card__footer{margin-top:auto}.article-card__footer:not(:last-child){margin-bottom:0}.article-card__title{font-weight:600}.article-card__link{font-weight:400;font-size:1.4rem}.article-card__link:not(.button--secondary){color:#fff;background-color:#000;border-color:#000}.article-card__link:not(.button--secondary):hover{background-color:#000}.article-card__link::before{content:none}.article-card__blog-title{display:flex}.article-card__blog-title span{background-size:300%;padding:3px 7px;display:inline-block;text-transform:capitalize;background:#eee;transition:background-image .2s ease-in-out}.article-card__blog-title span:hover{color:#fff;background-image:linear-gradient(65deg,#0099a8,#1675b7,#149fad)}