.faq-accordion-container-9b07caed {
    width: 100%;
}

.faq-item-9b07caed {
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    background: #fff;
    transition: all 0.3s ease;
}

.faq-header-9b07caed {
    width: 100%;
    text-align: left;
    background: #fcfcfc;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.faq-header-9b07caed:focus {
    outline: none;
}

.faq-title-9b07caed {
    margin-right: 15px;
}

/* Accordion Icon - Beautiful custom CSS toggle icon */
.faq-icon-9b07caed {
    position: relative;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.faq-icon-vertical-9b07caed,
.faq-icon-horizontal-9b07caed {
    position: absolute;
    background-color: currentColor;
    transition: transform 0.3s ease;
}

.faq-icon-vertical-9b07caed {
    top: 0;
    left: 5px;
    width: 2px;
    height: 12px;
}

.faq-icon-horizontal-9b07caed {
    top: 5px;
    left: 0;
    width: 12px;
    height: 2px;
}

/* Active State Styles */
.faq-item-9b07caed.is-active .faq-header-9b07caed {
    background-color: #f7f7f7;
}

.faq-item-9b07caed.is-active .faq-icon-vertical-9b07caed {
    transform: rotate(90deg);
    opacity: 0;
}

.faq-item-9b07caed.is-active .faq-icon-horizontal-9b07caed {
    transform: rotate(90deg);
}

/* Content Pane */
.faq-content-9b07caed {
    display: none;
    overflow: hidden;
    border-top: 1px solid transparent;
}

.faq-item-9b07caed.is-active .faq-content-9b07caed {
    border-top-color: #eee;
}

.faq-content-inner-9b07caed {
    padding: 15px 20px;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}
