/* Gutenberg styles go here. */
.editor-styles-wrapper.block-editor-writing-flow {
    background-color: #ffffff;
}
/*-----------------------------------------–––––––––--
Buttons
-----------------------------------------–––––––––--*/
[class*="wp-block-buttons"] .wp-block-button__link,
[class*="is-style-fill"] .wp-block-button__link,
[class*="is-style-outline"] .wp-block-button__link,
[class*="is-style-button-yellow-fill"] .wp-block-button__link,
[class*="is-style-button-light-fill"] .wp-block-button__link,
[class*="is-style-button-black-fill"] .wp-block-button__link,
[class*="is-style-button-gray-fill"] .wp-block-button__link {
    border-radius: 4px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
}
[class*="is-style-fill"] .wp-block-button__link,
:where(.editor-styles-wrapper) .wp-block-button__link {
    background-color: rgba(253, 196, 31, 1);
    color: rgba(114, 74, 3, 1);
    font-weight: bold;
}
[class*="is-style-outline"] .wp-block-button__link {
    background-color: transparent;
    color: #fff;
}
[class*="is-style-button-black-fill"] .wp-block-button__link {
    background-color: rgba(20, 20, 30, 1)!important;
    color: rgba(188, 188, 200, 1);
}
[class*="is-style-button-light-fill"] .wp-block-button__link {
    background-color: rgba(255, 243, 206, 1) !important;
    color: rgba(114, 74, 3, 1);
}
[class*="is-style-button-gray-fill"] .wp-block-button__link {
    background-color: #666 !important;
    color: #fff;
}
/* [class*="heading-is-dark-purple"], 
[class*="heading-is-dark-purple"] a {
    color:#962887;
    font-weight: bold;
} */
/*-----------------------------------------–––––––––--
FAQ 
-----------------------------------------–––––––––--*/
.faq {
    /* background-color: rgba(114, 74, 3, 1); */
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 10px;
}
/*-----------------------------------------–––––––––--
links
-----------------------------------------–––––––––--*/
a {
    color: rgba(114, 74, 3, 1);
    font-weight: 700;
}