/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

div.pickup-loading {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.pickup-loading > img {
  display: block;
  position: relative;
  margin: 0 auto;
}

/* Gutenberg Prop FrontEnd */
.wp-block-cgb-block-pickup-block {
  background: red;
  border: 0.2rem solid #000;
  color: #000;
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem;
}
