/* Harthwyn 26.01.219 — What's New feature styles retained after Profile and I Am consolidation. */
.harthwyn-whats-new-cards__items{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px!important}
.harthwyn-whats-new-cards__item{position:relative;min-height:260px;padding:24px!important;border:1px solid #ded2c2!important;border-radius:20px!important;background:linear-gradient(145deg,#fffdf9,#f6f0e7)!important;box-shadow:0 16px 38px rgba(31,45,60,.08)!important;overflow:hidden}
.harthwyn-whats-new-cards__item:first-child{grid-column:1/-1;min-height:300px;background:linear-gradient(135deg,#173e68,#315f85)!important;color:#fff}
.harthwyn-whats-new-cards__item:first-child :is(h3,p,strong,a){color:#fff!important}
.harthwyn-whats-new-cards__item-icon{width:48px!important;height:48px!important;border-radius:14px!important;background:#f0e2c8!important;color:#173e68!important}
@media(max-width:1024px){.harthwyn-whats-new-cards__items{grid-template-columns:1fr!important}}
