.faq-wrapper-a3492af6 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.faq-search-container-a3492af6 {
    margin-bottom: 1.5rem;
    position: relative;
}

.faq-search-input-a3492af6 {
    width: 100%;
    padding: 0.8rem 1.2rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.faq-search-input-a3492af6:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.faq-container-a3492af6 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item-a3492af6 {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.faq-item-a3492af6.faq-active-a3492af6 {
    border-color: #3b82f6;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.05);
}

.faq-trigger-a3492af6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.2rem 1.5rem;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    transition: color 0.3s ease;
}

.faq-trigger-a3492af6:focus {
    outline: none;
}

.faq-icon-a3492af6 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.faq-icon-a3492af6 svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    transition: fill 0.3s ease;
}

.faq-item-a3492af6.faq-active-a3492af6 .faq-icon-a3492af6 {
    transform: rotate(180deg);
}

.faq-content-a3492af6 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-content-inner-a3492af6 {
    padding: 0 1.5rem 1.5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #4b5563;
}

.faq-no-results-a3492af6 {
    display: none;
    text-align: center;
    padding: 2rem;
    color: #9ca3af;
    font-size: 1rem;
}
