.simple-card{display:flex;height:100%}.simple-card__link{background:#f0eee3;border-bottom:6px solid transparent;display:flex;gap:16px;width:100%}.simple-card--blue .simple-card__link{border-color:#183758}.simple-card--green .simple-card__link{border-color:#0d887a}.simple-card--yellow .simple-card__link{border-color:#d3a15e}.simple-card__media{width:120px}.simple-card__img{aspect-ratio:3/2;display:block;height:100%;object-fit:cover}@media(max-width:1024px){.simple-card__img{max-height:80px}}.simple-card__body{display:flex;flex-direction:column;gap:2px;justify-content:center;padding-bottom:10px;padding-right:16px;padding-top:10px;width:calc(100% - 136px)}.simple-card__type{color:#0d887a;font-size:14px;font-weight:700}.simple-card--blue .simple-card__type{color:#183758}.simple-card--green .simple-card__type{color:#0d887a}.simple-card--yellow .simple-card__type{color:#d3a15e}.simple-card__title{color:var(--ecp-color-foundational-navy,#052656);font-size:16px;font-weight:700;line-height:20px}