.article-content h1 {
    color: #d42a5b;
    font-size: 2rem;
    font-weight: 700;
    margin: 1.5rem 0 1rem 0;
    opacity: 1;
}

.article-content h2 {
    color: #b0234c;
    font-size: 1.75rem;
    font-weight: 600;
    margin: 1.25rem 0 0.75rem 0;
}

.article-content h3 {
    color: #eb7696;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1rem 0 0.5rem 0;
}

.article-content p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.article-content ul, .article-content ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

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

.article-content code {
    background-color: #f0f0f0;
    border-radius: 3px;
    font-family: monospace;
    padding: 0.2rem 0.4rem;
}

.article-content pre {
    background-color: #1e1e1e;
    border-radius: 4px;
    color: #f8f8f8;
    overflow-x: auto;
    padding: 1rem;
    margin: 1rem 0;
}

.article-content a {
    color: #2cc9ff;
    text-decoration: none;
}

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

.article-content blockquote {
    border-left: 4px solid #d42a5b;
    margin: 1rem 0;
    padding: 0.5rem 1rem;
    background-color: #f9f9f9;
    font-style: italic;
}

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