/* components/blog-teaser.css — Home latest-articles teaser.
 * Post card styles live in blog.css (shared with the Blog listing + related-articles block).
 */

.blog-teaser-header {
    max-width: 560px;
    margin-inline: auto;
    margin-bottom: var(--space-12);
}

.blog-teaser-footer {
    margin-top: var(--space-4);
}
