.ahura_element_faq .ah-items .ah-item {
    padding: 20px 10px;
    cursor: pointer;
}
.ahura_element_faq .ah-items .ah-item .ah-title-section,
.ah-items .ah-item .ah-title-section .ah-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ahura_element_faq .ah-items .ah-item.ah-open .ah-title-section .ah-title::before {
    content: '';
    position: absolute;
    height: 100%;
    border-radius: 4px 0 0 4px;
}
.ahura_element_faq .ah-items .ah-item .ah-title-section .ah-title {
    position: relative;
    font-size: 25px;
}
.ahura_element_faq .ah-items .ah-item.ah-open .ah-title-section .ah-icon.ah-for-open,
.ahura_element_faq .ah-items .ah-item:not(.ah-open) .ah-title-section .ah-icon.ah-for-close
{
    display: none;
}
.ahura_element_faq .ah-items .ah-item .ah-description {
    color: #868686;
    display: none;
}

.ahura_element_faq .ah-title-section .title-arrows-area.position-absolute {
    position: absolute;
    right: 10px;
}

.ahura_element_faq .ah-items .ah-item .ah-title-section .ah-icon svg {
    width: 15px;
    height: 15px;
}
