/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-mapbox-gl-js-custom-category-control, .wp-mapbox-gl-js-custom-layer-control, .wp-mapbox-gl-js-location-sidebar-control {
  background: white;
  padding: 5px;
  -webkit-box-shadow: 1px 1px 1px #333;
          box-shadow: 1px 1px 1px #333;
  width: 200px;
  min-height: 50px; }

.wp-mapbox-gl-js-custom-category-control > div, .wp-mapbox-gl-js-custom-layer-control > div, .wp-mapbox-gl-js-location-sidebar-control > div {
  margin-top: 5px; }

.wp-mapbox-gl-js-custom-category-control h3, .wp-mapbox-gl-js-custom-layer-control h3, .wp-mapbox-gl-js-location-sidebar-control h3 {
  margin: 0;
  padding: 0; }
