/* 最外層div */
.map-with-loading {
    position: relative;
    width: 100%;
    height: 800px;
    margin: 0 auto;
}
/* loading遮罩樣式 */
.disable {
    visibility: hidden;
    opacity: 0;
}

.loading {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    z-index: 1001;
}

.loading .spinner-border{
    position: absolute;
    top: 50%;
    left: 50%;
}

/* google map的渲染區 */
.map {
    width: 100%;
    height: 100%;
    z-index: 999;
}
/* 點位卡片區 */
.gm-style-iw.gm-style-iw-c {
    padding: 0;
}

.gm-style-iw-d {
    overflow: inherit !important;
}

.gm-style-iw.gm-style-iw-c,
.gm-style-iw-tc::after,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    /* background: #81A743 !important; */
}
/* 卡片內容 */
.gm-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.gm-card-title-div {
    width: 100%;
}

.gm-card-title {
    color: #FFFFFF;
    margin: 0;
    font-size: 1.2rem;
    padding: .375rem .75rem;
    text-align: center;
    background-color: #94BA57; 
}

.gm-ui-hover-effect{
    color: #FFFFFF;
}

.full-borr {
    border-radius: 6px 6px 0 0;
}

.top-borr {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
}

.img-wrap{
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.gm-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-top: .5px solid #ced4da;
}

.gm-look-more{
    width: 100%;
    min-height: 45px;
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gm-look-more:hover{
    color: #FFFFFF;
    background-color: #E59794;
}

.gm-image {
    margin: 0;
    margin-bottom: 1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gm-content-wrap{
    padding: 1rem;
}

.gm-content {
    margin: 0;
    line-height: 1.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: #3c3c3c;
}

.gm-title{
    margin: 0;
    line-height: 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    color: #4d3224;
    margin-bottom: 10px;
}

/* i{
    color: #94BA57;
} */
/* 卡片X區(關閉的按鈕) */
.gm-ui-hover-effect {
    /* top: 4px !important; */
    right: -6px !important;
    width: 50px !important;
    height: 50px !important;
}

.gm-ui-hover-effect span {
    width: 20px !important;
    height: 20px !important;
}