.bp-faq-container-e5ec1a0e {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--bp-faq-gap, 20px);
    width: 100%;
}

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

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

.bp-faq-header-e5ec1a0e {
    display: flex;
    align-items: center; 
    width: 100%;
    min-height: 72px;
    
    padding: 25px !important;
    margin: 0 !important;
    
    background: transparent !important;
    border: none;
    color: inherit;
    cursor: pointer;
    text-align: left;
    transition: none !important;
}

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

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

.bp-faq-title-e5ec1a0e {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    flex-grow: 1;
    white-space: normal;
    padding-right: 24px;
}

.bp-faq-content-inner-e5ec1a0e {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    padding: 0 70px 45px 70px; 
}
.bp-faq-content-inner-e5ec1a0e p {
    margin-top: 0;
    margin-bottom: 1em;
}
.bp-faq-content-inner-e5ec1a0e p:last-child {
    margin-bottom: 0;
}
.bp-faq-content-e5ec1a0e {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
