.faq-container-1943 {
    border: 1px solid #ddd;
    border-radius: 4px;
}
.faq-item-1943 {
    border-bottom: 1px solid #ddd;
}
.faq-item-1943:last-child {
    border-bottom: none;
}
.faq-question-1943 {
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    background: #f9f9f9;
    transition: background 0.3s ease;
}
.faq-question-1943:hover, .faq-question-1943.is-active {
    background: #eee;
}
.faq-answer-1943 {
    padding: 15px;
    display: none;
}
.elementor-editor-active .faq-answer-1943 {
	display: block;
}