.search-summary-display {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items:center;
}

.search-summary-display .clearSearch {
    padding: 10px;
    outline:unset;
    color: var(--theme--primary-color);
    transition-duration:300ms;
    cursor:pointer;

    &:hover {
        transform:scale(1.2);
    }
}

#search-summary {
    padding: 0.5rem 1rem;
}

#masthead #searchMessage {
    background-color: var(--wp--preset--color--sand);
}
.gm-style-iw-chr {
    position: absolute;
    left: 10px;
    top:10px;
    button{
        background:white!important;
        height:34px!important;
        width:34px!important;    
        z-index: 1;
        span{
            background-color:var(--theme--primary-color)!important;
            margin: 6px !important;
        }
    }
}

.gm-style-iw.gm-style-iw-c,
.gm-style .gm-style-iw-d {
    padding: 0px!important;
    overflow: clip!important;
    border-radius:1px;
}
