/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/query-pagination/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front and editor of your site.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-query-pagination {
  margin-top: var(--mb-query-pagination--margin--top, 0) !important;
  margin-right: var(--mb-query-pagination--margin--right, 0) !important;
  margin-bottom: var(--mb-query-pagination--margin--bottom, 0) !important;
  margin-left: var(--mb-query-pagination--margin--left, 0) !important;
  padding-top: var(--mb-query-pagination--padding--top, 0) !important;
  padding-right: var(--mb-query-pagination--padding--right, 0) !important;
  padding-bottom: var(--mb-query-pagination--padding--bottom, 0) !important;
  padding-left: var(--mb-query-pagination--padding--left, 0) !important;
}

.button--load-more {
  display: inline-block;
  margin: 0 auto;
  padding: 20px 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--wp--preset--color--medium-grey);
  color: white;
  border: none;
  border-radius: 0px;
  cursor: pointer;
}
.button--load-more:hover, .button--load-more:focus {
  background-color: var(--wp--preset--color--medium-grey-75);
}

.load-meta {
  text-align: center;
  color: var(--wp--preset--color--medium-grey);
}

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