/**
 * Note that these styles are loaded *after* common styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
.editor-styles-wrapper .wp-block-mtairy-custom-blocks-list-child-pages {
    /* float: left; */
    width: 370px;
    background-color: #b6e4bc;
    padding: 2rem 1.25rem 1.25rem;
    box-sizing: border-box;
    margin: 0 4rem 2rem 0;
    font-family: "Draft B" !important;
}

.editor-styles-wrapper .wp-block-mtairy-custom-blocks-list-child-pages h3 {
    border-bottom: 1px solid #00a757;
    margin: 0 0 1.5rem;
    margin-top: 0px;
    padding: 0 0 1rem;
    font-size: 21px !important;
    font-weight: bold !important;
    font-family: "Draft B" !important;
    color: #0e5d46;
}

.editor-styles-wrapper .wp-block-mtairy-custom-blocks-list-child-pages ul {
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    list-style-type: none !important;
}

.editor-styles-wrapper .wp-block-mtairy-custom-blocks-list-child-pages li {
    margin: 0 0 0.75em;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25em;
}

.editor-styles-wrapper .wp-block-mtairy-custom-blocks-list-child-pages a {
    text-decoration: none;
    color: #00a757;
    transition: .2s color ease-in-out;
}