.bp-faq-container-0f2795de {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--bp-faq-gap, 50px);
    width: 100%;
}
@media (max-width: 1024px) {
    .bp-faq-container-0f2795de {
        gap: var(--bp-faq-gap-tablet, 25px);
    }
}
@media (max-width: 767px) {
    .bp-faq-container-0f2795de {
        grid-template-columns: 1fr;
        gap: var(--bp-faq-gap-mobile, 20px);
    }
}

.bp-faq-item-0f2795de {
    border-radius: 40px;
    overflow: hidden;
    color: #fff;
    height: max-content;
    align-self: start;
    width: 100%;
    transition: none !important;
}

.bp-faq-item-0f2795de:hover,
.bp-faq-item-0f2795de:focus {
    opacity: 1 !important;
    box-shadow: none !important;
    transform: none !important;
    filter: none !important;
}

/* Neutralizing the exact Elementor values mentioned by user */
.bp-faq-header-0f2795de {
    display: flex;
    align-items: center; 
    width: 100%;
    min-height: 72px; 
    
    /* OVERRIDING ELEMENTOR DEFAULTS STRICTLY */
    padding: 25px !important;
    margin: 0 !important;
    
    background: transparent !important;
    border: none;
    color: inherit;
    cursor: pointer;
    text-align: left;
    transition: none !important;
}

.bp-faq-header-0f2795de:focus, .bp-faq-header-0f2795de:hover {
    outline: none;
    background: transparent !important;
    color: inherit !important;
}

.bp-faq-icon-0f2795de {
    margin-right: 25px; 
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}
.bp-faq-icon-0f2795de svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}
.bp-faq-icon-minus-0f2795de { display: none; }
.bp-faq-item-0f2795de.is-open .bp-faq-icon-plus-0f2795de { display: none; }
.bp-faq-item-0f2795de.is-open .bp-faq-icon-minus-0f2795de { display: block; }

.bp-faq-title-0f2795de {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    flex-grow: 1;
    white-space: normal; /* Ensure text wraps */
    padding-right: 24px; /* Prevent text from touching the pill edge */
}

.bp-faq-content-inner-0f2795de {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    /* padding: top right bottom left */
    /* top 0, right 70px (requested), bottom 45px (requested), left 70px */
    padding: 0 70px 45px 70px; 
}
.bp-faq-content-0f2795de {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}