.blog-post-content a {
    color: #3b82f6;
    text-decoration: underline;
}
.blog-post-content a:hover {
    color: #1d4ed8;
}

.blog-post-content ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
.blog-post-content ol {
    list-style: decimal;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
.blog-post-content li {
    margin-bottom: 0.25rem;
}

.blog-post-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}
.blog-post-content th,
.blog-post-content td {
    border: 1px solid #d1d5db;
    padding: 0.5rem 0.75rem;
    text-align: left;
}
.blog-post-content th {
    background: #f3f4f6;
    font-weight: 600;
}

.blog-post-content h1 { font-size: 1.75rem; font-weight: 700; margin: 1.5rem 0 0.5rem; }
.blog-post-content h2 { font-size: 1.5rem; font-weight: 600; margin: 1.25rem 0 0.5rem; }
.blog-post-content h3 { font-size: 1.25rem; font-weight: 600; margin: 1rem 0 0.5rem; }
.blog-post-content h4 { font-size: 1.125rem; font-weight: 600; margin: 0.75rem 0 0.5rem; }
.blog-post-content h5 { font-size: 1rem; font-weight: 600; margin: 0.5rem 0 0.25rem; }
.blog-post-content h6 { font-size: 0.875rem; font-weight: 600; margin: 0.5rem 0 0.25rem; }

.blog-post-content p {
    margin-bottom: 1rem;
}

.blog-post-content img {
    max-width: 100%;
    height: auto;
}

.blog-post-content blockquote {
    border-left: 4px solid #3b82f6;
    padding-left: 1rem;
    margin: 1rem 0;
    color: #6b7280;
    font-style: italic;
}

.blog-post-content pre {
    background: #1f2937;
    color: #f3f4f6;
    padding: 1rem;
    border-radius: 0.375rem;
    overflow-x: auto;
    margin-bottom: 1rem;
}
.blog-post-content code {
    background: #f3f4f6;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    font-size: 0.875em;
}
.blog-post-content pre code {
    background: transparent;
    padding: 0;
}
