.fm-blog-card {
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    transition: box-shadow .2s ease;
}

.fm-blog-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .14);
}

.fm-blog-cover {
    height: 200px;
    object-fit: cover;
}

.fm-blog-post {
    max-width: 800px;
    margin: 0 auto;
}

.fm-blog-post-cover {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: .5rem;
}

/* Typography for HTML content generated by Quill */
.fm-blog-content {
    font-size: 1.05rem;
    line-height: 1.8;
}

.fm-blog-content h1,
.fm-blog-content h2,
.fm-blog-content h3 {
    margin-top: 1.8rem;
    margin-bottom: .6rem;
}

.fm-blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: .375rem;
    margin: 1rem 0;
}

.fm-blog-content blockquote {
    border-left: 4px solid #dee2e6;
    padding-left: 1rem;
    color: #6c757d;
    font-style: italic;
}

.fm-blog-content ul,
.fm-blog-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.fm-blog-content a {
    text-decoration: underline;
}
