.faq-content .toggler {
    font-size: 18px !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 5px !important;
    font-weight: bold;
    padding: 20px 40px 20px 30px !important;
    background-color: #fff;
}

.faq-content .toggle_icon,
.faq-content .vert_icon,
.faq-content .hor_icon {
    border-color: var(--primary-color);
    opacity: 1 !important;
}

.faq-content .av_toggle_section:nth-child(n+2) {
    margin-top: 15px;
}

.faq-content .toggle_content {
    border: none;
    font-size: 16px;
    line-height: 1.7;
}

.faq-content .toggler:focus {
    outline: none;
}