.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}}.article.grid__item{padding-bottom:0}.article-card__info{gap:1rem;border-top:0;padding:1.5rem 1rem 1rem;border:1px solid #000}@media screen and (min-width:720px){.article-card__info{min-height:300px}}@media screen and (min-width:720px){.article-card__header{min-height:70px}}.article-card__excerpt{margin-top:0}@media screen and (min-width:720px){.article-card__excerpt{min-height:45px}}@media screen and (min-width:720px){.article-card__footer{margin-top:auto}}.article-card__footer:not(:last-child){margin-bottom:0}.article-card__link{font-weight:400;color:#fff;background-color:#000;border-color:#000;font-size:1rem}.article-card__link: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,#3bb2bf,#1675b7,#149fad)}