.faq-main-title-e319a812 {
    margin-bottom: 20px;
    text-align: left;
}
.faq-item-e319a812 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.faq-question-e319a812 {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 15px 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-answer-inner-e319a812 {
    padding: 10px;
    font-size: 16px;
}
.faq-icon-e319a812 svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    transition: transform 0.3s ease;
}
.faq-item-e319a812.is-open .faq-icon-e319a812 svg,
.faq-item-e319a812.is-open .faq-icon-e319a812 i {
    transform: rotate(45deg);
}
