html:has(.ahura_element_faq_3) {
    scrollbar-gutter: stable;
}

.elementor-widget-ahura_faq_3,
.elementor-widget-ahura_faq_3 > .elementor-widget-container {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
}

.elementor-widget-ahura_faq_3 > .elementor-widget-container {
    width: 100%;
}

.ahura_element_faq_3,
.ahura_element_faq_3 .ah-items {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.ahura_element_faq_3 .ah-items .ah-item {
    padding: 20px 10px;
    cursor: pointer;
    border-radius: 10px;
    margin: 5px 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    border: 1px solid #f2f2f2;
}

.ahura_element_faq_3 .ah-items .ah-item:hover,
.ahura_element_faq_3 .ah-items .ah-item.ah-open {
    background-color: #f4f4f4;
}

.ahura_element_faq_3 .ah-items .ah-item .ah-title-section {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 1em;
    align-items: center;
    gap: 15px;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
}

.ahura_element_faq_3 .ah-items .ah-item .ah-title-section .ah-icon {
    display: inline-flex;
    width: 1em;
    min-width: 1em;
    align-items: center;
    justify-content: center;
}

.ahura_element_faq_3 .ah-items .ah-item .ah-image{
    background-color: #c6e1ee;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #29607b;
}

.ahura_element_faq_3 .ah-items .ah-item .ah-title-section .ah-title {
    font-size: 18px;
}

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

.ahura_element_faq_3 .ah-items .ah-item .ah-description {
    color: #868686;
    margin-top: 15px;
    display: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
}

/* Optional reference preset. The extra class is only rendered when the user
   enables the preset, leaving the original FAQ 3 appearance unchanged. */
.ahura_element_faq_3.ah-reference-design {
    padding: 6px;
    background-color: #f5f5f1;
}

.ahura_element_faq_3.ah-reference-design .ah-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ahura_element_faq_3.ah-reference-design .ah-items .ah-item,
.ahura_element_faq_3.ah-reference-design .ah-items .ah-item:hover,
.ahura_element_faq_3.ah-reference-design .ah-items .ah-item.ah-open {
    margin: 0 !important;
    padding: 18px 24px;
    background-color: #ffffff;
    border: 1px solid #dfe2d4;
    border-radius: 12px;
}

.ahura_element_faq_3.ah-reference-design .ah-items .ah-item .ah-title-section {
    grid-template-columns: 0 minmax(0, 1fr) auto;
    gap: 0;
    min-height: 28px;
}

.ahura_element_faq_3.ah-reference-design .ah-items .ah-item .ah-image,
.ahura_element_faq_3.ah-reference-design .ah-items .ah-item .no-image {
    width: 0 !important;
    height: 0 !important;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    opacity: 0;
}

.ahura_element_faq_3.ah-reference-design .ah-items .ah-item .ah-title {
    padding-inline-end: 20px;
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}

.ahura_element_faq_3.ah-reference-design .ah-items .ah-item .ah-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #bd7c05 !important;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
}

.ahura_element_faq_3.ah-reference-design .ah-items .ah-item .ah-icon i,
.ahura_element_faq_3.ah-reference-design .ah-items .ah-item .ah-icon svg {
    display: none !important;
}

.ahura_element_faq_3.ah-reference-design .ah-items .ah-item .ah-icon.ah-for-open::before {
    content: "+";
}

.ahura_element_faq_3.ah-reference-design .ah-items .ah-item .ah-icon.ah-for-close::before {
    content: "\00d7";
}

.ahura_element_faq_3.ah-reference-design .ah-items .ah-item .ah-description {
    margin-top: 14px;
    color: #727a74;
    font-size: 15px;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .ahura_element_faq_3.ah-reference-design .ah-items .ah-item,
    .ahura_element_faq_3.ah-reference-design .ah-items .ah-item:hover,
    .ahura_element_faq_3.ah-reference-design .ah-items .ah-item.ah-open {
        padding: 16px 18px;
    }

    .ahura_element_faq_3.ah-reference-design .ah-items .ah-item .ah-title {
        padding-inline-end: 14px;
    }
}
