.content-article {
    font-family: "Inter", sans-serif;
    line-height: 1.8;
    color: #1f2937; /* abu tua */
}

/* Heading styles */
.content-article h1 {
    font-weight: 700;
    color: #111827;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 2.25rem; /* default desktop */
}

.content-article h2,
.content-article h3,
.content-article h4 {
    font-weight: 600;
    color: #111827;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.content-article h2 {
    font-size: 1.75rem;
}

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

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

.content-article a {
    color: #7c3aed; /* ungu sesuai tema */
    text-decoration: underline;
}

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

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

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

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

.content-article blockquote {
    border-left: 4px solid #7c3aed;
    padding-left: 1rem;
    color: #4b5563;
    font-style: italic;
    margin: 1.5rem 0;
    background-color: #f9fafb;
}

/* 🔹 Responsive adjustments for mobile */
@media (max-width: 640px) {
    .content-article {
        line-height: 1.7;
        font-size: 0.95rem;
    }

    .content-article h1 {
        font-size: 1.5rem; /* lebih kecil di mobile */
    }

    .content-article h2 {
        font-size: 1.25rem;
    }

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

    .content-article img {
        margin: 0.75rem 0;
    }
}
