/* .faqbox details[open] > *:not(summary) {
    display: none !important;
}

.faqbox details summary:after {
    display: none !important;
} */

.faq-title {
    margin-bottom: 0 !important;
}

.faqbox details > summary {
    width: 100% !important;
    height: 40px;
    max-height: 40px;
    margin: 0;
}
