/**
 * FAQ Theme: FSnD
 * Override faq.css styles for promoting-fsnd.de
 *
 * All selectors are scoped to .fsnd-faq-theme-fsnd
 * so they only apply when this theme is active.
 */

.fsnd-faq-theme-fsnd .faqHeader {
    background-color: #2d5f2d;
    color: #ffffff;
    border: 1px solid #1e4a1e;
}

.fsnd-faq-theme-fsnd .faqHeader:after {
    color: #ffffff;
}

.fsnd-faq-theme-fsnd .open > .faqBody {
    border-left: 3px solid #2d5f2d;
    background-color: #f2f8f2;
}
