.faq-acc-1b72e082-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.faq-acc-1b72e082-search-container {
    width: 100%;
}
.faq-acc-1b72e082-search {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.faq-acc-1b72e082-search:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.faq-acc-1b72e082-container {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    font-family: inherit;
}
.faq-acc-1b72e082-item {
    border-bottom: 1px solid #e0e0e0;
}
.faq-acc-1b72e082-item:last-child {
    border-bottom: none;
}
.faq-acc-1b72e082-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background-color: #f9f9f9;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s;
}
.faq-acc-1b72e082-header:hover {
    background-color: #f1f1f1;
}
.faq-acc-1b72e082-icon::before {
    content: '+';
    font-size: 20px;
    line-height: 1;
}
.faq-acc-1b72e082-item.active .faq-acc-1b72e082-icon::before {
    content: '−';
}
.faq-acc-1b72e082-content {
    padding: 16px 20px;
    background-color: #ffffff;
}
