/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */
.wp-block .wp-block-coordinates-mapbox-map {
  margin-bottom: 0; }

.mapbox-block-token {
  background: rgba(140, 140, 151, 0.1);
  min-height: 400px;
  padding: 3rem; }
  .mapbox-block-token h2 {
    margin-top: 0; }
  .mapbox-block-token p {
    margin: 0 0 1.25rem; }
