/* CKEditor Content Styles */
.article-content {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.article-content p {
    margin-bottom: 1.2em;
}

.article-content h1, 
.article-content h2, 
.article-content h3, 
.article-content h4, 
.article-content h5, 
.article-content h6 {
    margin-top: 1.5em;
    margin-bottom: 0.8em;
    font-weight: 600;
    line-height: 1.3;
}

.article-content h1 { font-size: 2.2em; }
.article-content h2 { font-size: 1.8em; }
.article-content h3 { font-size: 1.5em; }
.article-content h4 { font-size: 1.3em; }

.article-content a {
    color: #007bff;
    text-decoration: none;
}

.article-content a:hover {
    text-decoration: underline;
}

.article-content img {
    max-width: 100%;
    height: auto;
    margin: 1em 0;
}

.article-content blockquote {
    padding: 0.5em 1em;
    margin: 1em 0;
    border-left: 4px solid #ddd;
    color: #666;
}

.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

.article-content table th,
.article-content table td {
    padding: 0.5em;
    border: 1px solid #ddd;
}

.article-content .lead {
    font-size: 1.2em;
    line-height: 1.5;
}

.article-content .btn {
    display: inline-block;
    padding: 0.5em 1em;
    background: #007bff;
    color: white;
    border-radius: 4px;
    text-decoration: none;
}

.article-content .btn:hover {
    background: #0069d9;
    text-decoration: none;
}