/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/events/editor.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-inspector {
  font-size: 10px;
}

.block-editor-inner-blocks {
  display: block;
  width: 100%;
}

.wp-block[data-align=center] {
  text-align: center;
}

.block-editor-block-inspector select[multiple] {
  height: auto !important;
}

.gems {
  list-style: none;
  margin: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.gem {
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  display: flex;
  flex-flow: column;
}

.col6 {
  width: 25%;
  flex: 0 0 25%;
  right: auto;
  left: auto;
}

.col8 {
  width: 33.3%;
  flex: 0 0 33.3%;
  right: auto;
  left: auto;
}

h3 {
  font-size: 20px;
}

/*# sourceMappingURL=index.css.map*/