/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-block-gb-blocks {
  background: orangered;
  border: 0.2rem solid #292929;
  color: #292929;
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block.wp-block-gb-map {
  background: lightblue; }
  .wp-block.wp-block-gb-map pre {
    padding: 5px 10px; }
  .wp-block.wp-block-gb-map #map {
    width: 100%;
    height: 300px; }

.wp-block-gb-block-map .map-wrapper > div {
  width: 100%;
  height: 300px; }
  .wp-block-gb-block-map .map-wrapper > div:empty {
    height: 0; }

.wp-block-gb-block-map .gb-map {
  width: 100%;
  height: 300px; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block.wp-block-gb-block-posts > ul {
  list-style: none;
  padding-left: 0; }

.wp-block.wp-block-gb-block-posts .gb-post-pagination {
  display: grid;
  grid-template-columns: auto auto auto;
  text-align: center; }
  .wp-block.wp-block-gb-block-posts .gb-post-pagination .prev {
    justify-self: end; }
  .wp-block.wp-block-gb-block-posts .gb-post-pagination .next {
    justify-self: start; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
