/* ~/wed_archive/portal/blog/blog-styles.css */
.blog-content h2 {
    font-family: 'Playfair Display', serif;
    color: #333;
    margin-top: 2rem;
}

.blog-content h3 {
    color: #555;
    margin-top: 1.5rem;
}

.blog-preview h2 a:hover {
    color: #b76e79;
}

.blog-content ul li,
.blog-content ol li {
    margin-bottom: 0.5rem;
}

.blog-content blockquote {
    border-left: 4px solid #b76e79;
    padding-left: 1rem;
    margin: 2rem 0;
    font-style: italic;
}
