/**
 * 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; */
    max-width: 370px;
    background-color: #b6e4bc;
    padding: 2rem 1.25rem 1.25rem;
    box-sizing: border-box;
    margin: 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 a {
    text-decoration: none;
    color: #00a757;
    transition: .2s color ease-in-out;
}

.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 > ul > li {
        margin: 0 0 0.75em;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.25em;
        color: #00a757;
    }

        .editor-styles-wrapper .wp-block-mtairy-custom-blocks-list-child-pages > ul > li.current { color: #0e5d46; }

        .editor-styles-wrapper .wp-block-mtairy-custom-blocks-list-child-pages > ul > li.current span::before {
            content: '\f178\00a0\00a0\00a0';
            font-family: 'Font Awesome 5 Pro';
            font-weight: 400;
        }

        .editor-styles-wrapper .wp-block-mtairy-custom-blocks-list-child-pages > ul > li > ul {
            margin-left: 3em;
        }

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

            .editor-styles-wrapper .wp-block-mtairy-custom-blocks-list-child-pages > ul > li > ul > li a { color: #0e5d46; }
            .editor-styles-wrapper .wp-block-mtairy-custom-blocks-list-child-pages > ul > li > ul > li a:hover { color: #00a757; }