/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/theme/core-query/index.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
ul.wp-block-post-template.is-style-query-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.wp-block-post-template.is-style-query-table > li:not([style*="display: none"]) {
  display: table-row;
}

ul.wp-block-post-template.is-style-query-table > li:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}

ul.wp-block-post-template.is-style-query-table > li.query-table-header {
  background-color: var(--pBgColor, #333);
  color: var(--pColor, #fff);
  font-weight: 700;
}

ul.wp-block-post-template.is-style-query-table > li > h2,
ul.wp-block-post-template.is-style-query-table > li > div,
ul.wp-block-post-template.is-style-query-table > li > p,
ul.wp-block-post-template.is-style-query-table > li > .wp-block:not(.block-list-appender) {
  display: table-cell;
  padding: 10px;
  min-width: 70px;
  text-align: left;
  border: 1px solid #ddd;
  white-space: nowrap;
}

/* Kill SVGs inside hidden appender rows */

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