/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-coordinates-mapbox-map {
  margin-bottom: 1.5em; }
  .wp-block-coordinates-mapbox-map #mapbox-map {
    width: 100%;
    height: 400px; }
