.in-the-news-card{display:flex;flex-grow:1;flex-direction:column}
.in-the-news-card__wrapper{width:100%;padding:22px 0 20px}
.in-the-news-card__block{position:relative;display:flex;flex-direction:column;justify-content:space-between;color:#222}
.in-the-news-card__overlay{position:absolute;top:0;bottom:0;left:0;right:0}
.in-the-news-card__date{font-size:12px;font-weight:500;font-style:normal;line-height:1.6;margin-bottom:16px;text-transform:uppercase}
.in-the-news-card__title{font-size:20px;font-weight:500;font-style:normal;line-height:1.4;margin-bottom:8px}
.in-the-news-card__info-wrapper{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:400;font-style:normal}
.in-the-news-card__image{max-height:42px}
html:not(.aem-AuthorLayer-Edit) .in-the-news-card{flex-direction:row}