.faq-item-b563e068 {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
}
.faq-header-b563e068 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
}
.faq-content-b563e068 {
    display: none;
    padding-top: 10px;
    color: #555;
    line-height: 1.6;
}
.faq-icon-b563e068 svg {
    transition: transform 0.3s ease;
}
.faq-item-b563e068.active .faq-icon-b563e068 svg {
    transform: rotate(45deg);
}
