/**
 * Store Map Block Frontend Styles
 */

.wp-block-gorilladash-store-map {
    margin: 20px 0;
}

.gorilladash-store-map-container {
    position: relative;
    width: 100%;
}

#gorilladash-map-canvas {
    border-radius: 4px;
    width: 100%;
    height: 500px;
}

#store-map-loading {
    text-align: center;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}