.faq-accordion-container-1c18c8d7 {
    max-width: 600px;
    margin: 0 auto;
    font-family: inherit;
}
.faq-1c18c8d7-item {
    border-bottom: 1px solid #e2e8f0;
}
.faq-1c18c8d7-item:last-child {
    border-bottom: none;
}
.faq-1c18c8d7-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: transparent;
    border: none;
    padding: 1.5rem 0;
    cursor: pointer;
    text-align: left;
}
.faq-1c18c8d7-question {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #032750;
    padding-right: 1rem;
}
.faq-1c18c8d7-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    color: #032750;
    flex-shrink: 0;
}
.faq-1c18c8d7-item.is-open .faq-1c18c8d7-icon {
    transform: rotate(180deg);
}
.faq-1c18c8d7-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.faq-1c18c8d7-answer {
    padding-bottom: 1.5rem;
    color: #475569;
    line-height: 1.6;
}
