.faq-terms {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0;
}

.faq-terms .faq-term-item {
    padding: 13px 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
}

.faq-terms .faq-term-item p {
    margin: 0;
}

.faq-terms.size-large {
    gap: 64px;
}

.faq-terms.size-large .faq-term-item .faq-term-label {
    font-size: 38px;
}

.faq-terms .faq-term-item .faq-term-label {
    margin: 0;
}

.faq-terms .faq-term-item .wp-block-button .wp-element-button {
    padding: 20px 25px;
    line-height: 20px;
    width: 200px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    border-radius: 32px;
}

.faq-term-btn {
    padding: 7px 50px;
    border-radius: 40px;
    border: 1px solid #000;
    display: block;
    transition: all 0.3s ease-in-out;
}

.faq-term-btn svg {
    transition: all 0.3s ease-in-out;
    display: block;
}

.faq-term-btn:hover {
    background-color: #000;
    color: #fff;
}

.faq-terms.faq-other-cats {
    list-style: none;
}

.faq-terms.faq-other-cats .faq-term-item {
    line-height: 66px;
}

.faq-questions {
    list-style: none;
    padding: 0;
    border-bottom: 2px solid #000;
}

.faq-questions .faq-question-item {
    border-top: 2px solid #000;
    padding: 38px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
}


.faq-term-btn figure,
.faq-term-btn figure img {
    display: block;
    width: 24px;
    height: 24px;
}


.faq-breadcrumbs .faq-bc {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.faq-breadcrumbs .faq-bc .faq-bc__sep {
    width: 8px;
    height: 11px;
    background: url('data:image/svg+xml;charset=utf-8,<svg width="8" height="11" viewBox="0 0 8 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L6 5.5L1 10" stroke="currentColor" stroke-width="2"/></svg>') no-repeat center center;
}

.faq-breadcrumbs .faq-bc .faq-bc__sep svg {
    display: block;
}

.faq-breadcrumbs .faq-bc .faq-bc__item {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    cursor: default;
}

.faq-breadcrumbs .faq-bc .faq-bc__item.last {
    font-weight: 500;
}

.faq-breadcrumbs .faq-bc a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
}

.faq-breadcrumbs .faq-bc a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .faq-questions .faq-question-item,
    .faq-terms .faq-term-item .faq-term-label,
    .faq-terms.size-large .faq-term-item .faq-term-label {
        font-size: 14px;
        line-height: 18px;
    }

    .faq-terms .faq-term-item {
        padding: 8px 0;
    }

    .faq-terms.faq-terms--rows {
        gap: 15px;
    }

    .faq-breadcrumbs .faq-bc .faq-bc__item,
    .faq-breadcrumbs .faq-bc .faq-bc__item a {
        font-size: 11px;
        line-height: 14px;
    }

    .faq-other-categories,
    .faq-page-questions {
        margin-top: 30px !important;
    }

    .faq-questions .faq-question-item {
        padding: 15px 0;
    }

    .faq-term-btn {
        padding: 5px 40px;
    }

    .faq-other-categories {
        padding: 0 !important;
    }

    .faq-other-categories .wp-block-heading {
        margin-bottom: 15px !important;
    }

    .faq-other-categories .faq-other-wrap,
    .faq-other-categories .faq-other-wrap .faq-terms {
        margin: 0 !important;
    }

    .faq-answer-content {
        padding: 0 !important;
        margin-top: 30px !important;
    }

    .faq-terms .faq-term-item .wp-block-button .wp-element-button {
        width: 120px;
        padding: 10px 15px !important;
        font-size: 13px !important;
    }
}
