.map-search .acf-map {
    width: 100%;
    height: 650px;
    border: #ccc solid 1px;
    margin: 0;
    text-align: center;
    border-radius: 10px 0 0 10px;
}

.map-search .acf-map img {
   max-width: inherit !important;
}
.map-search .staticMap {
    width: 100%;
    height: auto;
}
.map-search .acf-map h4,
.map-search .acf-map p{
    margin-bottom: 0;
}
.map-search .wp-block-button {
    margin-top: 20px;
}
.map-search .bg-light {
    background-color: #d8d8d8 !important;
}

.map-search .infoWindow a:-webkit-any-link:focus-visible {
    outline:none !important;
}
.map-search .locationSidebar {
    height: 560px;
}
.map-search .locationSidebar::-webkit-scrollbar {
    width: 14px;
	background: #FFF;
}
.map-search .locationSidebar::-webkit-scrollbar-track {
    border-radius: 10px;
}
.map-search .locationSidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
	/*border:2px solid #FFF;*/
    background: #a2a29d;
	box-shadow: inset 0 0 0 2px #FFF;
}

.map-search .gm-style-iw.gm-style-iw-c {
    max-width: 300px !important;
}


/*FONTAWESOME SETTINGS*/
.map-search .icon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

.map-search .phone:before,
.map-search .directions:before {
    font: var(--fa-font-solid);
    content: '\f095';
    padding-right: 8px;
}
.map-search .directions:before {
    content: '\f3c5';
    padding-right: 13px;
}


.locationsGrid .accordion-button {  
    background: var(--wp--preset--color--white);
    color: var(--wp--preset--color--quaternary);
    text-transform: uppercase;
    border: none;
    font-weight: bold;
    font-size: 22px;
}
.locationsGrid .accordion-item:first-of-type .accordion-button {
    margin-top: 0;
}
.locationsGrid .accordion-item .accordion-button {
    margin-top: 20px;
}

.locationsGrid .accordion-button:not(.collapsed) {
    color: var(--wp--preset--color--primary);
    background-color: var(--wp--preset--color--octonary);
}
.locationsGrid .accordion-button:focus {
    z-index: 3;
    border-color: var(--wp--preset--color--octonary);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(112,112,112,.25);
}
.locationsGrid .accordion-button::after,
.locationsGrid .accordion-button:not(.collapsed)::after{
    display: none;
}
.locationsGrid .accordion-button::before {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    margin-left: 0;
    margin-right: 20px;
    content: "";
    background-image: url(icon-plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: var(--bs-accordion-btn-icon-transition);
    background-position: center;
}
.locationsGrid .accordion-button:not(.collapsed)::before {
    background-image: url(icon-minus.svg);
}

.locationsGrid .bg-light {
    background-color: #f1f1f1 !important;
}
.map-search .searchBtn {
    background-color: white;
    background-image: url(icon-search.svg);
    background-repeat: no-repeat;
/*    background-size: contain;*/
    background-position: center;
    width: 100%;
    height: 100%;
    border: none;
}
.map-search .rounded-top {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.map-search .floatingLocations {
    position: absolute; 
    top: -45px;
    right: 0;
    bottom: 0;
    border-radius: 10px 10px 10px 0;
}
.map-search .btn-danger {
    background-color: var(--wp--preset--color--primary);
}
.map-search .btn-danger:hover {
    background-color: var(--wp--preset--color--secondary);
    border-color: var(--wp--preset--color--secondary);
}
.map-search .btn-outline-danger {
    border-color: var(--wp--preset--color--primary);
}
.map-search .btn-outline-danger:hover {
    background-color: var(--wp--preset--color--primary);
    border-color: var(--wp--preset--color--primary);
}
.locationsGrid .card-footer a {
    color: var(--wp--preset--color--primary);
}
.locationsGrid .card-footer a:hover {
    color: var(--wp--preset--color--secondary);
}
.locationInfo a.directions {
    color: var(--wp--preset--color--secondary);
}
@media (max-width: 767px) {
    .map-search .floatingLocations {
        position: relative; 
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: 10px 10px 10px 0;
    }
    .map-search .acf-map {
        width: 100%;
        height: 650px;
        border: #ccc solid 1px;
        margin: 0;
        text-align: center;
        border-radius: 0 0 10px 10px;
    }    
}