#poi-map-full {
    width: 100%;
    margin: 0;
}

#poi-map-full-show {
    width: 100%;
    height: 100%;
    /*aspect-ratio: 2.29;*/
}
@media screen and (max-width: 767px) {
    #poi-map-full-show {
        height: 100%;
        aspect-ratio: .75;
    }
}

#poi-select-box {
    margin: 10px 0;
    padding: 10px 0;
}

#poi-select-box > div {
    float: left;
    width: 100%;
}

#poi-select-box > div > select {
    width: 100%
}

#list_post:after, #poi-map-full:after, #poi-select-box:after {
    content: '';
    clear: both;
    display: block
}

.hidden_input {
    display: none
}

#list_post {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap, 20px);
}

@media screen and (max-width: 767px) {
    #list_post {
        display: flex;
        flex-direction: column;
    }
}

#list_post > .shop-item > .shop-item-container-box {
    height: 100%;
    background: white;
    --bruksa--text-color: var(--bruksa--colors--black, black);
    padding: 40px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#list_post > .shop-item > .shop-item-container-box a {
    color: var(--bruksa--text-color);
    text-decoration: underline;
}
#list_post > .shop-item > .shop-item-container-box a:hover {
    text-decoration: none;
}

.single_map {
    position: relative
}

.poi_single_map {
    width: 100%;
    height: 420px;
    background: #E3E3E3;
    margin-bottom: 15px
}

#poi-map-single-category-show {
    width: 100%;
    height: 525px;
    background: #E3E3E3;
    position: relative
}

.poi-info-box > div:first-of-type {
    font-weight: 900;
    font-size: 18px
}

.ac_show {
    display: block
}

.ac_hide {
    display: none
}

.single_map img, #poi-map-single-category-show img, #poi-map-full img {
    max-width: none
}

@media (min-width: 960px) {
    #list_post > li {
        width: 33.3334%;
        padding: 10px
    }
}

@media (max-width: 959px) {
    #poi-map-single-category-show {
        height: 320px
    }

    /*.single_map, #poi-map-single-category-show, #poi-map-full {*/
    /*    width: 96%;*/
    /*    margin-left: 2%;*/
    /*    margin-right: 2%*/
    /*}*/

    #list_post > li {
        width: 50%;
        padding: 10px
    }
}

@media (max-width: 600px) {
    .single_map:before, #poi-map-single-category-show:before {
        font-size: 28px
    }

    .poi_single_map {
        height: 250px
    }
}

@media (max-width: 480px) {
    #list_post > li {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%
    }

    .poi-info-box {
        width: 180px !important;
        height: 100px !important
    }

    .single_map:before, #poi-map-single-category-show:before {
        font-size: 22px
    }
}

/*# sourceMappingURL=style.css.map */

.gm-ui-hover-effect > span {
    display: none !important
}
