/**
 * StratiSilo Admin Styles
 * Loaded only on product category edit and add screens.
 */

/* Hide the default WordPress/WooCommerce description box
   since StratiSilo replaces it with its own TinyMCE editor */
.term-description-wrap,
tr.term-description-wrap {
    display: none !important;
}

/* Also hide the default plain textarea description on add-new form
   which appears above our custom TinyMCE editor */
.form-field.term-description-wrap {
    display: none !important;
}
