.blog-post-content {
    font-size: 1.125rem;
    line-height: 1.85;
}

.blog-post-content > * + * {
    margin-top: 1.25rem;
}

.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4 {
    color: #111827;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 2.25rem;
}

.blog-post-content h2 {
    font-size: 1.875rem;
}

.blog-post-content h3 {
    font-size: 1.5rem;
}

.blog-post-content h4 {
    font-size: 1.25rem;
}

.blog-post-content ul,
.blog-post-content ol {
    padding-left: 1.5rem;
}

.blog-post-content ul {
    list-style: disc;
}

.blog-post-content ol {
    list-style: decimal;
}

.blog-post-content blockquote {
    border-left: 4px solid currentColor;
    font-style: italic;
    padding-left: 1.25rem;
}

.blog-post-content a {
    font-weight: 600;
    text-decoration: underline;
}

.blog-post-content pre,
.blog-post-content code {
    background: #f3f4f6;
    border-radius: .375rem;
}

.blog-post-content pre {
    overflow-x: auto;
    padding: 1rem;
}

.blog-post-content code {
    font-size: .9em;
    padding: .1rem .3rem;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
