.modern-faq-wrapper-83972b3f {
    width: 100%;
}
.faq-item-83972b3f {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq-question-83972b3f {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    background: #f9f9f9;
    user-select: none;
    transition: background 0.3s;
}
.faq-question-83972b3f:hover {
    background: #f1f1f1;
}
.faq-answer-83972b3f {
    padding: 20px 25px;
    font-size: 16px;
    line-height: 1.6;
    border-top: 1px solid #e5e5e5;
}
.faq-icon-83972b3f {
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-icon-83972b3f.hidden {
    display: none;
}
.faq-item-83972b3f.active {
    border-color: #dcdcdc;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.faq-item-83972b3f.active .faq-question-83972b3f {
    background: #ffffff;
}