.faq-container-46222925 {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}

.faq-section-title-46222925 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #0b1a2e;
    margin-bottom: 50px;
}

.faq-accordion-46222925 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item-46222925 {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item-46222925:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.faq-header-46222925 {
    padding: 24px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
}

.faq-header-46222925 h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #0b1a2e;
    padding-right: 20px;
    line-height: 1.4;
}

.faq-icon-46222925 {
    color: #6EC1E4;
    font-size: 16px;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.faq-content-46222925 {
    display: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.faq-content-inner-46222925 {
    padding: 24px 30px;
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
}

.faq-content-inner-46222925 p:last-child {
    margin-bottom: 0;
}
