.article-content {
    h3 {
        font-size: 24px; /* Larger size for main headings */
        margin-top: 1.5rem; /* Space above the heading */
        margin-bottom: 1rem; /* Space below the heading */
        color: #2c3e50; /* Dark color for better readability */
    }

    p {
        font-size: 16px; /* Standard paragraph size */
        margin-top: 0.5rem; /* Space above paragraphs */
        margin-bottom: 1rem; /* Space below paragraphs */
        line-height: 1.6; /* Improved line spacing for readability */
        color: #34495e; /* Slightly lighter color than headings */
    }

    ol {
        margin-left: 1.5rem; /* Indentation for ordered lists */
        margin-top: 1rem; /* Space above the list */
        margin-bottom: 1rem; /* Space below the list */
    }

    li {
        margin-bottom: 0.5rem; /* Space between list items */
    }

    em {
        font-style: italic; /* Emphasize italicized text */
        color: #e74c3c; /* Optional: color for emphasis */
    }
}
