.wp-block-faq-block-for-gutenberg-faq {
    font-family: var(--bs-body-font-family);
    color: #666;
    font-size: 16px;
    background: #f9f9f9;
    line-height: 1.6em;
    padding: 20px;
    margin-bottom: 10px
}

.wp-block-faq-block-for-gutenberg-faq .question {
    font-weight: 700;
    font-size: 120%;
    cursor: pointer;
    padding: 7px
}

.wp-block-faq-block-for-gutenberg-faq .question:before {
    content: "+";
    font-size: 20px;
    float: right;
    margin-left: 5px
}

.wp-block-faq-block-for-gutenberg-faq .question h4 {
    margin-bottom: 10px;
    padding: 0;
    clear: none;
    margin: 0 !important;
    font-size: inherit
}

.wp-block-faq-block-for-gutenberg-faq .answer {
    display: none;
    transition-delay: 0s
}

.wp-block-faq-block-for-gutenberg-faq .active:before {
    content: "−" !important
}

.wp-block-faq-block-for-gutenberg-faq .active+.answer {
    display: block;
    transition: visibility 0s linear .33s, opacity .33s linear
}

.edit-answer .answer,
.answer.edit-answer,
.edit-answer {
    display: block !important
}

.answer {
    background: #3bb0d6;
    padding: 7px 7px;
    overflow-wrap: break-word;
    color: #fff
}

.question:first-child:before {
    content: "+";
    font-size: 20px;
    float: right;
    margin-left: 5px
}

.faq-block-action-button {
    margin: 0 auto;
    margin-top: -10px;
    margin-right: 3px;
    text-align: right;
    display: flex;
    gap: 10px;
    justify-content: flex-end
}

.faq-block-action-button a {
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
    color: var(--wp-admin-theme-color, #3858e9);
    font-weight: 700
}

.faq-block-action-button a.faq-block-action-remove {
    color: #cc1818 !important
}

.faq-block-action-button a:focus {
    border: none;
    outline: none;
    box-shadow: none
}