.single-estate_property .google_map_shortcode_wrapper {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    border: 1px solid #dce5e0;
    border-radius: 0 0 16px 16px;
    background: #edf2ef;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.single-estate_property .googleMap_shortcode_class,
.single-estate_property [id^="googleMap_shortcode_"] {
    width: 100% !important;
    height: 430px !important;
    min-height: 430px !important;
}

.single-estate_property .google_map_shortcode_wrapper > .fp-public-map-original {
    visibility: hidden !important;
}

.single-estate_property .fp-public-map-canvas {
    position: absolute !important;
    z-index: 3;
    inset: 0;
    width: 100% !important;
    height: 430px !important;
    min-height: 430px !important;
}

.single-estate_property .fp-public-map-canvas:fullscreen,
.single-estate_property .fp-public-map-canvas:-webkit-full-screen {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
}

.single-estate_property .google_map_shortcode_wrapper > .shortcode_control,
.single-estate_property .google_map_shortcode_wrapper > .slider_enable_street_sh,
.single-estate_property .google_map_shortcode_wrapper > .google_map_poi_marker {
    display: none !important;
}

.fp-public-map-exact-badge {
    position: absolute;
    z-index: 1002;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    padding: 10px 13px;
    border: 1px solid rgba(198, 107, 53, .25);
    border-radius: 999px;
    background: rgba(255, 252, 249, .95);
    box-shadow: 0 7px 20px rgba(23, 45, 37, .12);
    color: #172d25;
    font-size: 12px;
    backdrop-filter: blur(6px);
}

.fp-public-map-exact-badge .fp-public-map-notice-dot {
    width: 11px;
    height: 11px;
    margin-top: 0;
    margin-right: 8px;
}

.fp-public-map-services {
    position: absolute;
    z-index: 1003;
    right: 14px;
    bottom: 24px;
    left: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    padding: 7px;
    border: 1px solid rgba(23, 45, 37, .13);
    border-radius: 13px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 8px 24px rgba(23, 45, 37, .15);
    scrollbar-width: none;
    backdrop-filter: blur(7px);
}

.fp-public-map-services::-webkit-scrollbar {
    display: none;
}

.fp-public-map-services-label {
    display: none;
}

.fp-public-map-services button {
    flex: 0 0 auto;
    padding: 8px 9px;
    border: 1px solid #dce5e0;
    border-radius: 9px;
    background: #fff;
    color: #172d25;
    font-size: 10.5px;
    font-weight: 750;
    line-height: 1;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.fp-public-map-services button:hover,
.fp-public-map-services button:focus-visible {
    border-color: #c66b35;
    color: #9b4e25;
    outline: none;
}

.fp-public-map-services button.is-active {
    border-color: #172d25;
    background: #172d25;
    color: #fff;
}

.fp-public-map-services button.is-loading::after {
    content: "…";
}

.fp-public-map-place {
    max-width: 210px;
    color: #172d25;
    font-size: 12px;
}

.fp-public-map-place strong,
.fp-public-map-place span {
    display: block;
}

.fp-public-map-place span {
    margin-top: 3px;
    color: #68766f;
    font-size: 11px;
}

.fp-public-map-approximate {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.fp-public-map-notice {
    position: absolute;
    z-index: 1002;
    top: 16px;
    left: 16px;
    display: flex;
    align-items: flex-start;
    width: min(390px, calc(100% - 92px));
    padding: 12px 14px;
    border: 1px solid rgba(198, 107, 53, .3);
    border-radius: 12px;
    background: rgba(255, 252, 249, .96);
    box-shadow: 0 8px 24px rgba(23, 45, 37, .14);
    color: #172d25;
    backdrop-filter: blur(6px);
}

.fp-public-map-notice-dot {
    flex: 0 0 auto;
    width: 13px;
    height: 13px;
    margin: 3px 10px 0 0;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #c66b35;
    box-shadow: 0 0 0 1px rgba(198, 107, 53, .35);
}

.fp-public-map-notice span,
.fp-public-map-notice strong,
.fp-public-map-notice small {
    display: block;
}

.fp-public-map-notice strong {
    margin-bottom: 2px;
    font-size: 13px;
}

.fp-public-map-notice small {
    color: #5e6d66;
    font-size: 11px;
    line-height: 1.4;
}

.fp-public-location-approximate #gmapzoomplus,
.fp-public-location-approximate #gmapzoomminus {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(23, 45, 37, .18);
    color: #172d25;
}

.fp-public-map-hidden {
    position: relative;
    min-height: 250px !important;
    height: auto !important;
    border-radius: 16px;
    background: #f3f6f4;
}

.fp-public-map-hidden > :not(.fp-public-map-hidden-card) {
    display: none !important;
}

.fp-public-map-hidden-card {
    display: flex;
    align-items: center;
    min-height: 250px;
    padding: 34px;
    border: 1px solid #dce5e0;
    border-radius: 16px;
    background: linear-gradient(145deg, #fff 0%, #f3f7f5 100%);
    color: #172d25;
}

.fp-public-map-hidden-icon {
    display: grid;
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    margin-right: 18px;
    border-radius: 50%;
    background: #e9f0ec;
    color: #c66b35;
    font-size: 29px;
    place-items: center;
}

.fp-public-map-hidden-card strong {
    font-size: 18px;
}

.fp-public-map-hidden-card p {
    max-width: 560px;
    margin: 6px 0 0;
    color: #607169;
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 575px) {
    .single-estate_property .google_map_shortcode_wrapper {
        min-height: 350px;
        border-radius: 0 0 13px 13px;
    }

    .single-estate_property .googleMap_shortcode_class,
    .single-estate_property [id^="googleMap_shortcode_"],
    .single-estate_property .fp-public-map-canvas {
        height: 350px !important;
        min-height: 350px !important;
    }

    .fp-public-map-notice {
        top: 10px;
        left: 10px;
        width: calc(100% - 76px);
        padding: 10px 11px;
    }

    .fp-public-map-services {
        right: 8px;
        bottom: 18px;
        left: 8px;
    }

    .fp-public-map-services-label {
        display: none;
    }

    .fp-public-map-hidden-card {
        align-items: flex-start;
        padding: 25px 20px;
    }

    .fp-public-map-hidden-icon {
        width: 46px;
        height: 46px;
        margin-right: 13px;
        font-size: 24px;
    }
}
