.article-content {
    line-height: 1.6;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-weight: 600;
}

.article-content p {
    margin-bottom: 1em;
}

.article-content ul,
.article-content ol {
    margin-bottom: 1em;
    padding-left: 2em;
}

.article-content li {
    margin-bottom: 0.5em;
}

.article-content code {
    background-color: #f8f9fa;
    padding: 0.2em 0.4em;
    border-radius: 3px;
    font-family: monospace;
}

.article-content pre {
    background-color: #f8f9fa;
    padding: 1em;
    border-radius: 5px;
    overflow-x: auto;
    margin-bottom: 1em;
}

.article-content pre code {
    background: none;
    padding: 0;
}

.article-content blockquote {
    border-left: 4px solid #dee2e6;
    padding-left: 1em;
    margin-left: 0;
    color: #6c757d;
    margin-bottom: 1em;
}
.pagination {
    margin: 20px 0;
}

.page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
}

.page-link {
    color: #007bff;
}

.page-link:hover {
    color: #0056b3;
}