/**
 * FAQ Theme: Horvat
 * Override faq.css styles for catering-horvat.de
 *
 * All selectors are scoped to .fsnd-faq-theme-horvat
 * so they only apply when this theme is active.
 */

.fsnd-faq-theme-horvat .faqHeader {
    background-color: #8b6914;
    color: #ffffff;
    border: 1px solid #6d5210;
}

.fsnd-faq-theme-horvat .faqHeader:after {
    color: #ffffff;
}

.fsnd-faq-theme-horvat .open > .faqBody {
    border-left: 3px solid #8b6914;
    background-color: #fdf8ed;
}
