/**
* Added CSS color on pins Location Drafts = grey and Publised = red
* Updated by : jase@alphasys.com.au
* Date Updated : October 22 2024
* Ticket : https://alphasys.atlassian.net/browse/MCJM-1
*/
.where-we-serve-row, 
.where-we-serve-row .where-we-serve-row-map {
    position: relative;
}

#where-we-serve-row-map {
    width: 100%;
    height: 550px;
}

#where-we-serve-row-map > div:first-of-type {
    pointer-events: none;
}

#where-we-serve-row-map .map-marker {
    /*color: var(--primary-1);*/
    transform: translate(-6px, -24px);
}

#where-we-serve-row-map .am5-layer-30 {
    display: none;
}

#where-we-serve-row-map > div:first-of-type > svg > g > g:nth-of-type(2) > g:nth-of-type(2) {
    display: none;
}

#where-we-serve-row-map .map-marker .marker-grey{
    color: var(--primary-3) ;
}

#where-we-serve-row-map .map-marker .marker-red{
    color: var(--primary-1);
}