/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */
.gutenberg_hidden,
#insert_kbx_shortcode,
#get_kbx_shortcode {
  display: none; }

.kbx_shortcode_value {
  margin-top: 10px; }
