

/* Start:/local/components/lonfur/faq/templates/.default/style.css?1747055217912*/
.faq-container {
    margin: 2rem auto;
}

.faq-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.faq-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    min-height: 3.5rem;
    line-height: 1.25rem;
    border-radius: 10px;
}

.faq-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
}

.faq-item-header.active{
    background-color: #0EAA9E;
    color: white;
}

.faq-item-header.active::after {
    content: "\2212";
}

.faq-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
}

/* End */
/* /local/components/lonfur/faq/templates/.default/style.css?1747055217912 */
