/* EditorJS Content Styles */
.editor-content {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.editor-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.editor-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #1a1a1a;
}

.editor-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    color: #1a1a1a;
}

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

.editor-content ul,
.editor-content ol {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

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

.editor-content blockquote {
    border-left: 4px solid #e0e0e0;
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #666;
}

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

.editor-content figure {
    margin: 2rem 0;
}

.editor-content figcaption {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 0.5rem;
}

/* Two column layout */
.editor-content .row {
    margin-bottom: 2rem;
}

.editor-content .row .col-md-6 {
    padding: 1rem;
}

.editor-content .row .col-md-6 img {
    margin: 0.5rem 0;
}

.editor-content .row .col-md-6 p {
    margin: 0.5rem 0;
}

@media (max-width: 768px) {
    .editor-content .row .col-md-6 {
        margin-bottom: 1rem;
    }
}
