﻿/* Article Page Styles */

/* Main content container */
.article-content {
    font-size: 24px;
    color: black;
    margin-top: 24px;
}

/* Article header image */
.article-header-image {
    max-width: 1024px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

/* Section spacing */
.section-spacing {
    margin-top: 24px;
}

/* Chapter headings */
.chapter-heading {
    margin-top: 24px;
}

/* Unstyled lists (removes default bullet points) */
.unstyled-list {
    list-style-type: none;
    margin-top: 24px;
}

/* List items with spacing */
.spaced-list-item {
    margin-top: 24px;
}

/* Nested content within list items */
.nested-content {
    margin-top: 24px;
}

/* Nested unstyled lists */
.nested-unstyled-list {
    list-style-type: none;
}

/* Article footer section */
.article-footer {
    margin-top: 24px;
}
