.custom-pages-content-faq {
    margin: 48px auto 0;
    max-width: 860px;
    color: inherit;
}

.custom-pages-content-faq__title {
    margin: 0 0 22px;
    color: inherit;
    font-size: 1.25rem !important;
    line-height: 1.3;
    letter-spacing: 0;
}

.custom-pages-content-faq__list {
    display: grid;
    gap: 8px;
}

.custom-pages-content-faq__item {
    border: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.custom-pages-content-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 36px;
    padding: 9px 18px;
    border: 0;
    background: rgba(15, 23, 42, 0.04);
    color: inherit;
    cursor: pointer;
    font: inherit;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
}

.custom-pages-content-faq__question:hover,
.custom-pages-content-faq__question:focus {
    background: rgba(15, 23, 42, 0.07);
}

.custom-pages-content-faq__question:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: -2px;
}

.custom-pages-content-faq__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(128, 128, 128, 0.3);
    flex: 0 0 auto;
    font-weight: 700;
    line-height: 1;
}

.custom-pages-content-faq__answer {
    padding: 0 18px 12px;
    color: inherit;
    line-height: 1.75;
}

.custom-pages-content-faq__answer p {
    margin: 0 0 0.8em;
}

.custom-pages-content-faq__answer p:last-child {
    margin-bottom: 0;
}

.custom-pages-content-faq--boxed .custom-pages-content-faq__item {
    background: #fff;
    border: 0;
    box-shadow: none;
    color: #1f2937;
}

.custom-pages-content-faq--boxed .custom-pages-content-faq__item.is-expanded {
    border: 0;
}

.custom-pages-content-faq--minimal .custom-pages-content-faq__item {
    border: 0;
    border-radius: 0;
    background: transparent;
}

.custom-pages-content-faq--minimal .custom-pages-content-faq__question {
    padding-left: 18px;
    padding-right: 18px;
}

.custom-pages-content-faq--minimal .custom-pages-content-faq__answer {
    padding-left: 0;
    padding-right: 0;
}

.custom-pages-style-theme-adaptive .custom-pages-content-faq,
.custom-pages-content-faq--theme-adaptive {
    color: inherit;
}
