#google-places-wp-map{
    border-radius: 0.3rem; 
    height: 99.54%;
}

.google-maps-wp-map-container {
    padding: 0.5rem;
    max-width: 96rem;
    width: 100%;
    margin: 0 auto 2rem;
    min-height: 60vh;
}

.google-maps-wp-wrapper {
    width: 100%;
    border-radius: 0.3rem;
}

.info-window-img {
    max-width: 150px !important;
    height: 130px;
    width: 100%;
    margin: auto 0 1rem;
    display: block;
 }

.google-maps-wp-map-container .section-heading {
    width: 100%;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.google-places-wp-map-flex {
    display: flex;
    gap: 1.5rem;
    overflow: hidden; 
}

.google-places-wp-map-box-left {
    flex: 0 0 auto;
    height: 100%;
    width: 20%;
}

.google-places-wp-map-box-right {
    flex: 1 0 auto;
}

.google-places-wp-map-flex ul.map-controller{
    list-style: none;
    margin: 0 !important;
    padding: 0 0 0 0.5rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    height: 700px;
    padding: 0.5rem;
    border-radius: .4rem;
    width: 100%;
}

.google-places-wp-map-flex ul.map-controller li button {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.1rem;
    font-size: 1rem;
    box-shadow: none;
    border-radius: 0.2rem;
    cursor: pointer;
}

.google-wp-places-places-listed {
    margin-left: 0.5rem;
    max-height: 295px;
    overflow: auto;
}

.google-wp-places-places-listed p {
    margin: 0 0 0.5rem 0;
    width: 95%;
    text-align: center;
    border-radius: 0.2rem;
    padding: 0.5rem 0;
}

.google-wp-places-places-listed a {
    cursor: pointer;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.09rem;
    padding: 0.2rem 0.4rem;   
}

.google-places-wp-infowindow {
    max-width: 240px;
}

.google-places-wp-infowindow .google-places-wp-iw-title{
    font-weight: 600;
    text-transform: capitalize;
    font-size: 1rem;
    margin: 0 0 1rem 0;
}

#google-places-wp-map .gm-style-iw-c button[aria-label="Close"]{
    height: 38px !important;
    margin-bottom: -2rem !important;
}

.google-places-wp-infowindow img {
    width: 100%;
    max-width: 208px;
}

.google-places-wp-infowindow p {
    margin-bottom: 0;
}