/* Gutenberg styles go here. */
.editor-styles-wrapper.block-editor-writing-flow {
    /* background-color: #1C1E25FF;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; */
}
h1, 
.wp-block-heading {
    /* font-weight: 900;
    color: #FFD8E7FF; */
}
/*-----------------------------------------–––––––––--
Buttons
-----------------------------------------–––––––––--*/
[class*="is-style-micro-green"] .wp-block-button__link,
[class*="is-style-fill"] .wp-block-button__link,
[class*="is-style-outline"] .wp-block-button__link {
    border-radius: 16px;
    font-size: 20px;
    font-weight: 800;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 20px 30px;
    background-color: #D5E6A0;
    color: #005941;
    border: 1px solid #D5E6A0;
}
[class*="is-style-outline"] .wp-block-button__link {
    background-color: transparent;
}
[class*="is-style-micro-green"] .wp-block-button__link {
    padding: 5px 15px;
    font-size: 16px;
}
/*-----------------------------------------–––––––––--
FAQ 
-----------------------------------------–––––––––--*/
/* .wp-block-details {
    background-color: #4E0433FF;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 10px;
}
.wp-block-details summary {
    color: #F639B1FF;
    font-size: 16px;
    font-weight: 800;
}
.wp-block-details summary code {
    color: white;
} */
/*-----------------------------------------–––––––––--
links
-----------------------------------------–––––––––--*/
/* a {
    color: #F639B1FF;
    font-weight: 600;
} */
/*-----------------------------------------–––––––––--
group
-----------------------------------------–––––––––--*/
/* [class*="is-style-block-group-predefined"] .wp-block-group__inner-container{
    background-color: #2D2D38FF;
    border-radius: 16px;
    padding: 20px;
} */
/*-----------------------------------------–––––––––--
lists
-----------------------------------------–––––––––--*/
/* ul {
    padding-left: 16px;
    line-height: 2;
} */