#bruise_faq {
    scroll-margin-top: 80px;
}

.page .editor .section.faqArea .faqTabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 60px;
    padding-inline-start: 0;
}

.page .editor .section.faqArea .faqTabs li {
    list-style: none;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #DAD5C9;
    transition: 0.3s;
}

.page .editor .section.faqArea .faqTabs li.active {
    background-color: #FDA800;
    color: #FFF;
    border: solid 1px #FDA800;
}

.page .editor .section.faqArea .faqTabContent {
    display: none;
}

.page .editor .section.faqArea .faqTabContent.active {
    display: block;
}

.editor .section.faqArea .box>.textArea>p a {
    cursor: pointer;
    pointer-events: all;
    font-weight: bold;
    opacity: 0.9;
    transition: opacity 0.4s !important;
    color: inherit;
    text-decoration: none;
}

.editor .section.faqArea .box>.textArea>p a:hover {
    opacity: 0.5;
    color: inherit !important;
}

@media (max-width: 767px) {
    .page .editor .section.faqArea .box>.title {
        font-size: 3.4vw;
    }

    .page .editor .section.faqArea .box>.title:before {
        width: 5vw;
        height: 5vw;
        min-height: 32px;
        min-width: 32px;
    }

    .page .editor .section.faqArea .faqTabs {
        justify-content: flex-start;
        margin-bottom: 6vw;
        margin-top: 6vw;
    }

    .page .editor .section.faqArea .faqTabs li {
        font-size: 3.2vw;
        padding: 1.5vw 3vw;
    }
}

.bruise_faq_link {
    margin-bottom: 30px;
    width: fit-content;
}

.bruise_faq_link .btn.arrow.more {
    padding: 15px 50px 15px 20px;
    color: #FDA800;
}
.bruise_faq_link .btn{
    border: 1px solid #FDA800;
}
.bruise_faq_link a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: block;
}