/* YOUR STYLES FOR THE BACK END
/*Change :focus for CMB2 fields after breakage in WP7.0 update*/
.wp-theme-dispex .cmb2-wrap input:focus, .wp-theme-dispex .cmb2-wrap textarea:focus {
    background: inherit;
}
.wp-theme-dispex .cmb2-wrap input:checked, .wp-theme-dispex .cmb2-wrap textarea:checked {
    background: var(--wp-admin-theme-color);
}