.widget-map {
	background: $white;
	
	&.widget-map-rounded {
		@include border-radius($border-radius);
	}
	&.inverse-mode {
		background: $dark;
	}
}