/*
 * about.php's organisation details list.
 *
 * Three rules, and they share nothing with the other content pages: about.php uses its
 * own vocabulary throughout — .section-container, .content-wrapper, .core-value-item —
 * and none of the .content-container / .page-header / .back-link chrome that
 * project_tips, volunteer_guide and success_stories share. So it gets its own file
 * rather than being filed with them on the strength of being small.
 *
 * #eee became --light-gray. That is the whole change.
 */

#our-organization .org-details {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

#our-organization .org-details li {
    padding: 8px 0;
    border-bottom: 1px solid var(--light-gray);
}

#our-organization .org-details a {
    color: var(--brand-text);
}
