.faq.v1{
    &[data-colors="alternate-light"], &[data-colors="primary-light"]{
        .bg-bx.lk-bg{
            &.faq-list-item[open], &.faq-list-item:hover{
                color: white !important;
                .faq-list-idx::before, .faq-list-ttl{
                    color: white !important;
                }
                .flr_hd path{
                    fill: white !important;
                }
            }
        }
    }
}