.article-content {
    color: #374151;
    font-family: "Times New Roman", Times, serif !important;
    font-size: 18px;
    line-height: 1.8;
    overflow-wrap: anywhere;
}

body.article-content {
    box-sizing: border-box;
    margin: 0;
    padding: 20px;
}

.article-content > :first-child {
    margin-top: 0;
}

.article-content > :last-child {
    margin-bottom: 0;
}

.article-content p {
    margin: 0 0 1.5rem;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4 {
    color: #003366;
    font-family: "Times New Roman", Times, serif !important;
    font-weight: 700;
}

.article-content h1 {
    font-size: 2.25rem;
    line-height: 1.2;
    margin: 0 0 1.5rem;
}

.article-content h2 {
    font-size: 1.875rem;
    line-height: 1.25;
    margin: 2.75rem 0 1rem;
}

.article-content h3 {
    color: #0075b0;
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 2.25rem 0 0.875rem;
}

.article-content h4 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 2rem 0 0.75rem;
}

.article-content strong,
.article-content b {
    color: #1f2937;
    font-weight: 700;
}

.article-content em,
.article-content i {
    font-style: italic;
}

.article-content a {
    color: #0075b0;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #00a0c6;
    text-underline-offset: 3px;
}

.article-content a:hover {
    color: #003366;
}

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

.article-content ul {
    list-style: disc;
}

.article-content ol {
    list-style: decimal;
}

.article-content li {
    margin: 0.5rem 0;
    padding-left: 0.25rem;
}

.article-content li::marker {
    color: #0075b0;
    font-weight: 700;
}

.article-content blockquote {
    background: #f3f8fb;
    border-left: 4px solid #00a0c6;
    color: #374151;
    margin: 2rem 0;
    padding: 1.25rem 1.5rem;
}

.article-content blockquote p:last-child {
    margin-bottom: 0;
}

.article-content img {
    border-radius: 8px;
    display: block;
    height: auto;
    margin: 2rem auto;
    max-width: 100%;
}

.article-content hr {
    border: 0;
    border-top: 1px solid #dbe4ee;
    margin: 2.5rem 0;
}

.article-content table {
    border-collapse: collapse;
    display: block;
    margin: 2rem 0;
    max-width: 100%;
    overflow-x: auto;
    width: 100%;
}

.article-content th,
.article-content td {
    border: 1px solid #dbe4ee;
    padding: 0.75rem 1rem;
    text-align: left;
}

.article-content th {
    background: #f3f8fb;
    color: #003366;
    font-weight: 700;
}

@media (max-width: 640px) {
    .article-content {
        font-size: 17px;
        line-height: 1.75;
    }

    body.article-content {
        padding: 16px;
    }

    .article-content h1 {
        font-size: 1.875rem;
    }

    .article-content h2 {
        font-size: 1.625rem;
        margin-top: 2.25rem;
    }

    .article-content h3 {
        font-size: 1.375rem;
    }
}
