/***** Google Maps *****/

::placeholder {
    color: var(--color-content-faded);
}

@media (min-width: 1080px) {
    .mapSection>.l-section-h {
        width: calc(100vw - 100px);
        margin-left: auto;
        margin-right: auto;
    }
}

.pps-map {
    height: 600px;
}

@media only screen and (min-width: 768px) {
    .pps-map {
        height: 740px;
    }
}

.pps-map .gm-style .gm-style-iw-c {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    outline: none !important;
    width: 100%;
    max-width: 260px !important;
    border-radius: 0 !important;
}

.no-touch .gm-style .gm-style-iw-c .gm-ui-hover-effect {
    display: none !important;
}

.pps-map .tooltipWrapper {
    width: 100%;
    text-align: center;
}

.pps-map .tooltipWrapper .imgWrapper {
    position: relative;
}

.pps-map .tooltipWrapper .imgWrapper>.placeholder {
    padding-bottom: calc((2 / 3) * 100%);
}

.pps-map .tooltipWrapper .imgWrapper>.placeholder+img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.pps-map .tooltipWrapper h3 {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 10px;
}

.pps-map .tooltipWrapper h3:not(:last-child) {
    margin-bottom: 8px;
}

.pps-map .tooltipWrapper .desc {
    font-size: 16px;
    line-height: 1.5;
}