.faq-container-828fba23 {
    border: 2px solid #54a2eb;
    border-radius: 4px;
    background-color: transparent;
    overflow: hidden;
}

.faq-list-828fba23 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq-item-828fba23 {
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.faq-item-828fba23.is-active {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.faq-trigger-828fba23 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    outline: none;
    transition: background-color 0.2s ease;
}

.faq-trigger-828fba23 span {
    font-size: 16px;
    line-height: 1.4;
    transition: color 0.2s ease;
}

/* Override potential theme button hover colors */
.faq-trigger-828fba23:hover,
.faq-trigger-828fba23:focus,
.faq-trigger-828fba23:active {
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.faq-trigger-828fba23:hover span {
    color: #54a2eb;
}

.faq-icon-828fba23 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 15px;
    flex-shrink: 0;
}

.faq-icon-828fba23 i,
.faq-icon-828fba23 svg {
    font-size: 14px;
    width: 14px;
    height: 14px;
}

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

.faq-content-wrapper-828fba23 {
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-content-828fba23 {
    font-size: 15px;
    line-height: 1.6;
}

/* Responsive Overrides */
@media (max-width: 767px) {
    .faq-trigger-828fba23 span {
        font-size: 14px;
    }
    .faq-content-828fba23 {
        font-size: 13px;
    }
    .faq-icon-828fba23 i,
    .faq-icon-828fba23 svg {
        font-size: 12px;
        width: 12px;
        height: 12px;
    }
}
