.ahura_element_faq_4 {
    /* background-color: #080d27; */
    padding: 20px;
    border-radius: 10px;
}

.ahura_element_faq_4 .ah-items .ah-item {
    padding: 20px 25px;
    cursor: pointer;
    border-radius: 10px;
    margin: 5px 0;
    position: relative;
}

.ahura_element_faq_4 .ah-items .ah-item:hover,
.ahura_element_faq_4 .ah-items .ah-item.ah-open {
    /* background-image: linear-gradient(130deg, #213170 0%, #42518a 100%); */
}

.ahura_element_faq_4 .ah-items .ah-item:hover::before,
.ahura_element_faq_4 .ah-items .ah-item.ah-open::before {
    content: '';
    display: block;
    position: absolute;
    min-width: 120px;
    height: 2px;
    background-color: #80bde1;
    top: 0;
}

.ahura_element_faq_4 .ah-items .ah-item .ah-number {
    font-size: 12px;
    color: #ccb58c;
    font-weight: bold;
    width: fit-content;
}
.ahura_element_faq_4 .ah-items .ah-item.ah-open .ah-number,
.ahura_element_faq_4 .ah-items .ah-item:hover .ah-number
{
    color: #80bde1;
}

.ahura_element_faq_4 .ah-items .ah-item .ah-title-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ahura_element_faq_4 .ah-items .ah-item .ah-title-section .ah-title .ah-title-value {
    font-size: 18px;
    color: #fff;
}

.ahura_element_faq_4 .ah-items .ah-item .ah-title-section .ah-icon {
    color: #fff;
    background-color: #162055;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.ahura_element_faq_4 .ah-items .ah-item:hover .ah-title-section .ah-icon,
.ahura_element_faq_4 .ah-items .ah-item.ah-open .ah-title-section .ah-icon {
    border-color: #121a42;
}

.ahura_element_faq_4 .ah-items .ah-item.ah-open .ah-title-section .ah-icon.ah-for-open,
.ahura_element_faq_4 .ah-items .ah-item:not(.ah-open) .ah-title-section .ah-icon.ah-for-close {
    display: none;
}

.ahura_element_faq_4 .ah-items .ah-item .ah-description {
    color: #ffffffa3;
    display: none;
}