.article-content {
    font-size: 16px;
    line-height: 34px;
    color: #1f2937;
}

/* Paragraphs */
.article-content p {
    margin-bottom: 24px !important;
    font-size: 16px !important;
    line-height: 34px !important;
    color: #1f2937 !important;
}

/* Spans generated by editor */
.article-content span {
    font-size: inherit !important;
    line-height: inherit !important;
    color: #1f2937 !important;
    text-align:justify  !important;
}

/* Images */
.ql-editor img,
.article-content img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}

/* Headings */
.article-content h1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin: 30px 0 15px;
}

.article-content h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin: 28px 0 14px;
}

.article-content h3 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin: 26px 0 13px;
}

.article-content h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin: 24px 0 12px;
}

/* Lists */
.article-content ul,
.article-content ol {
    margin: 20px 0 25px 30px;
}

.article-content li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 32px;
}

/* Links */
.article-content a {
    color: #dc2626;
    text-decoration: underline;
}

/* Blockquotes */
.article-content blockquote {
    border-left: 4px solid #dc2626;
    padding-left: 16px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
}

/* Tables */
.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.article-content table th,
.article-content table td {
    border: 1px solid #e5e7eb;
    padding: 12px;
    font-size: 16px;
}

/* Mobile */
@media (max-width: 768px) {
    .article-content,
    .article-content p,
    .article-content span {
        font-size: 16px !important;
        line-height: 30px !important;
    }

    .article-content h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .article-content h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .article-content h3 {
        font-size: 22px;
        line-height: 30px;
    }
}