.sgh-store-map-canvas {
    min-height: 300px;
    width: 100%;
}

.sgh-store-map-canvas .map-window-inner {
    max-width: 490px;
    display: flex;
    text-decoration: none;
    padding: 10px;
    align-items: center;
    color: #24292e;
    text-align: left;
}

.sgh-store-map-canvas .map-window-logo-container {
    margin-right: 25px;
}

.sgh-store-map-canvas .map-window-logo {
    width: 100px;
    height: 100px;
    object-fit: cover;
    background-color: rgba(0, 0, 0, .1);
}

.sgh-store-map-canvas .map-window-title {
    font-weight: bold;
}

.sgh-store-map-canvas .map-window-address {
    white-space: nowrap;
    font-style: normal;
    margin-top: 10px;
}


@media (max-width: 960px) {
    .sgh-store-map-canvas .map-window-inner {
        flex-direction: column;
        align-items: flex-start;
        max-width: 300px;
    }

    .sgh-store-map-canvas .map-window-logo-container {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        height: 50px;
        text-align: center;
    }

    .sgh-store-map-canvas .map-window-logo {
        width: auto;
        height: 100%;
    }
}


.sgh-store-map-canvas .gm-style .gm-style-iw-c {
    /*box-shadow: none;*/
    box-shadow: 0 2px 7px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0;
}

/**
 * Style Cluster numbers
 */
.sgh-store-map-canvas .cluster span {
    font-weight: bold;
    font-size: 18px;
    display: flex;
    text-align: center;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
}

.sgh-store-map-canvas .cluster img {
    transform: scale(0.5);
    transform-origin: top left;
    clip: rect(0px, 112px, 112px, 0px) !important;
}

.sgh-store-map-canvas .sgh-store-map-cookie-banner {
    position: relative;
    height: 100%;
    width: 100%;
    border: 1px solid #DEDEDE;
    background-image: url(/wp-content/plugins/sgh-store-pages/images/map-dummy-tile.jpg);
    text-align: center;
}

.sgh-store-map-canvas .sgh-store-map-cookie-banner .sgh-store-map-cookie-banner-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}

.sgh-store-map-canvas .sgh-store-map-cookie-banner .sgh-store-map-cookie-banner-content {
    text-align: center;
    padding: 25px;
    margin: 25px auto;
    background-color: #FFF;
    position: relative;
    display: inline-block;
}

.sgh-store-map-canvas .sgh-store-map-cookie-banner .sgh-store-map-cookie-banner-content h3 {
    margin-top: 0;
}

.sgh-store-map-canvas .sgh-store-map-cookie-banner .sgh-store-map-cookie-banner-content p {
	color: #24292e !important;
    font-size: inherit !important;
}
.sgh-store-map-canvas .sgh-store-map-cookie-banner .sgh-store-map-cookie-banner-content button {
	margin-top: 5px;
}