.best-last-posts .swiper-slide { height: auto; }
.best-last-posts__card {
background: var(--card-bg, #fff);
border-radius: 12px;
overflow: hidden;
box-shadow: 0 15px 35px -20px rgba(21,51,107,.35);
height: 100%;
}
.best-last-posts__thumb img { width: 100%; height: auto; display: block; }
.best-last-posts__body { padding: 1rem; }
.best-last-posts__title { margin: 0 0 .5rem; }