.editor-styles-wrapper ol,
.editor-styles-wrapper ul {
    list-style: none;
}
.editor-styles-wrapper dd,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
.editor-styles-wrapper li,
.editor-styles-wrapper ol,
.editor-styles-wrapper p,
.editor-styles-wrapper ul {
    margin: 0;
    padding: 0;
}
.editor-styles-wrapper .block {
    margin-bottom: 80px;
}
.editor-styles-wrapper .js-accordion-item {
    margin: 1rem 0;
}
.editor-styles-wrapper .js-accordion-item .js-accordion-content {
    overflow: hidden;
    visibility: visible;
    transition: all 0.2s ease-in-out;
}
.editor-styles-wrapper .js-accordion-item[data-collapsed='true'] .js-accordion-content {
    max-height: 0;
    visibility: hidden;
} /*# sourceMappingURL=blocks.css.map */
