.related-posts{display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.related-post-card{display:flex;flex-direction:column}.related-post-card a{text-decoration:none}.related-post-card figure{aspect-ratio:412/272;border-radius:16px;display:flex;margin:0 0 12px;overflow:hidden}.related-post-card img{aspect-ratio:412/272;border-radius:16px;display:block;max-width:100%;object-fit:cover;transition:transform .2s ease;width:100%}.related-post-card:hover img{transform:scale(1.1)}.related-post-card .related-post-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.related-post-card .related-post-tags .tag-link{border:1px solid #051f34;border-radius:17px;color:#051f34;display:inline-block;font-size:12px;padding:4px 16px}.related-post-card .related-post-date{color:gray;font-size:14px;margin-top:auto}@media (max-width:1024px){.related-posts{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.related-posts{grid-template-columns:repeat(1,1fr)}}