.related-posts__heading{margin-bottom:var(--spacing-10x)}.related-posts{--bg-color:var(--white-base);--border-radius:var(--radius-lg);--padding:var(--spacing-6x);--muted-text-color: ;--img-height:239px;display:grid;gap:var(--spacing-8x);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));& .btn--card-link{font-size:var(--text-sm)}@media (max-width:640px){--img-height:227px}}.related-post{background-color:var(--bg-color);border-radius:var(--border-radius);box-shadow:var(--box-shadow-md);display:flex;flex-direction:column;gap:var(--spacing-5x);height:100%;padding:var(--padding);transition:var(--transition);@media (hover:hover){&:hover{box-shadow:var(--box-shadow-lg)}}}.related-post__img{border-radius:var(--radius-lg);height:var(--img-height);object-fit:cover;width:100%}.related-post__body{display:flex;flex:1;flex-direction:column;gap:var(--spacing-6x);justify-content:space-between}.related-post__title{margin-bottom:var(--spacing-2x)}.related-post__description{color:var(--text-light);font-size:var(--text-sm)}