.editor-styles-wrapper {
    & [class*='wp-block-apex-blocks'] {
        & button.editor-reset-style {
            appearance: none;
            margin: 0;
            border: 0;
            border-radius: 0;
            outline: none;
            padding: 0;
            background: none;
            font: inherit;
            color: inherit;
            text-align: inherit;
            text-transform: inherit; /* 2 */
            vertical-align: middle;
        }
        
        & a.editor-reset-style {
            margin: 0;
            text-decoration: none;
        }
        
        & .editor-reset-margin {
            margin: 0;
        }
    }
}
