.faq-80d58f8b-wrapper {
    width: 100%;
}

.faq-80d58f8b-item {
    border-radius: 6px;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.faq-80d58f8b-title {
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    user-select: none;
}

.faq-80d58f8b-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    transition: transform 0.3s ease;
}

.faq-80d58f8b-icon::before,
.faq-80d58f8b-icon::after {
    content: '';
    position: absolute;
    background-color: currentColor;
    transition: transform 0.3s ease;
}

/* Horizontal line */
.faq-80d58f8b-icon::before {
    top: 6px;
    left: 0;
    width: 14px;
    height: 2px;
}

/* Vertical line */
.faq-80d58f8b-icon::after {
    top: 0;
    left: 6px;
    width: 2px;
    height: 14px;
}

.faq-80d58f8b-item.is-active .faq-80d58f8b-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.faq-80d58f8b-content {
    display: none;
    overflow: hidden;
}

.faq-80d58f8b-content-inner {
    padding-top: 15px;
    line-height: 1.6;
}
