.module-blog-latest-post .card{display:flex;height:calc(100% - var(--space-32));min-height:unset;position:relative}.module-blog-latest-post .card .card-inner{display:flex;flex-direction:var(--flex-col);gap:var(--space-32)}.module-blog-latest-post .card .card-inner .card-body{display:flex;flex-direction:var(--flex-col);gap:var(--space-16)}.module-blog-latest-post .card .card-image{aspect-ratio:4/3;overflow:hidden}.module-blog-latest-post .card .card-image img{height:var(--w-full);object-fit:cover;width:var(--w-full)}.module-blog-latest-post .card a.action-card{bottom:0;left:0;position:absolute;right:0;top:0}.module-blog-latest-post .card a.action-card:after{content:"";cursor:pointer;inset:0;position:absolute;z-index:1}.module-blog-latest-post .card-body .card-heading h3.h3{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}