.blog-post-content {
    line-height: 1.6;
    font-size: 1.1rem;
}

.blog-post-content h1,
.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4,
.blog-post-content h5,
.blog-post-content h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.blog-post-content h1 { font-size: 2.5rem; }
.blog-post-content h2 { font-size: 2rem; }
.blog-post-content h3 { font-size: 1.75rem; }
.blog-post-content h4 { font-size: 1.5rem; }
.blog-post-content h5 { font-size: 1.25rem; }
.blog-post-content h6 { font-size: 1rem; }

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

.blog-post-content pre {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto;
    margin-bottom: 1.5rem;
    border: 1px solid #e9ecef;
}

.blog-post-content code {
    font-family: 'JetBrains Mono', 'Fira Code', 'Source Code Pro', Consolas, Monaco, 'Courier New', monospace;
    font-size: 0.9em;
}

/* Inline code */
.blog-post-content :not(pre) > code {
    background-color: #f8f9fa;
    padding: 0.2em 0.4em;
    border-radius: 3px;
    border: 1px solid #e9ecef;
    color: #e83e8c;
}

/* Code blocks */
.blog-post-content pre code {
    padding: 0;
    background-color: transparent;
    border: none;
    color: inherit;
    display: block;
    line-height: 1.5;
    tab-size: 4;
}

/* Syntax highlighting container */
.blog-post-content .highlight {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.blog-post-content blockquote {
    border-left: 4px solid #dee2e6;
    padding-left: 1rem;
    margin-left: 0;
    margin-bottom: 1.5rem;
    color: #6c757d;
}

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

.blog-post-content li {
    margin-bottom: 0.5rem;
}

.blog-post-content img {
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
    border-radius: 4px;
}

.blog-post-content hr {
    margin: 2rem 0;
    border-top: 1px solid #dee2e6;
}

.blog-post-content table {
    width: 100%;
    margin-bottom: 1.5rem;
    border-collapse: collapse;
}

.blog-post-content th,
.blog-post-content td {
    padding: 0.75rem;
    border: 1px solid #dee2e6;
}

.blog-post-content th {
    background-color: #f8f9fa;
    font-weight: 600;
}

.blog-post-content tr:nth-child(even) {
    background-color: #f8f9fa;
}
