/* About page. Shared header + spacing come from .content-page in _rasm.css;
   this file styles the article body (#aboutus), which is produced by the
   Quill -> HTML converter (justified paragraphs, a bold subheading, an
   ordered feature list). */

#aboutus {
    text-align: justify;
    line-height: 2.1;
    font-size: 12.5pt;
    color: #3a3a3a;
}

/* Bold subheadings inside the article */
#aboutus > strong {
    display: block;
    margin: 22px 0 10px;
    color: #8B4513;
    font-size: 14pt;
    font-weight: bold;
}

/* Feature / numbered lists */
#aboutus .rich-list {
    margin: 12px 0;
    padding-inline-start: 26px;
}

    #aboutus .rich-list > li {
        margin: 6px 0;
        padding-inline-start: 6px;
    }

    #aboutus ol.rich-list > li::marker {
        color: #c69f56;
        font-weight: bold;
    }

    #aboutus ul.rich-list > li::marker {
        color: #c69f56;
    }

/* Links inside the article pick up the site accent */
#aboutus a {
    color: #a05a1a;
    text-decoration: underline;
}
