<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog-articles {
    margin-top: 30px;
}

.blog-article {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
}

.article-header {
    padding: 10px 20px;
}

.article-title {
    margin: 0;
    font-size: 2rem;
    color: #333;
    font-weight: 600;
}

.article-title .fa {
    margin-left: 10px;
    color: #666;
}

.article-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.article-content {
    padding: 25px;
    line-height: 1.8;
    color: #444;
}

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 15px 0;
}

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

.article-content h1, 
.article-content h2, 
.article-content h3, 
.article-content h4 {
    margin: 1.5em 0 0.8em;
    color: #333;
}

.article-content ul, 
.article-content ol {
    margin: 1em 0;
    padding-right: 2em;
}

.article-content blockquote {
    border-right: 4px solid #007bff;
    padding: 10px 20px;
    margin: 20px 0;
    background: #f8f9fa;
    font-style: italic;
}

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

.article-content a:hover {
    color: #0056b3;
    text-decoration: underline;
} </pre></body></html>