/* Mobile-isolated baseline snapshot. Source: assets/css/single-area-map.css */
.btr-area-map-section{overflow:hidden}.btr-area-map-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.btr-area-map-count{flex:0 0 auto;padding:6px 10px;border:1px solid #dfe7df;border-radius:999px;background:#f7faf7;color:#536154;font-size:12px;font-weight:600;line-height:1}.btr-area-map-intro{max-width:720px;margin:-6px 0 16px;color:#667085;font-size:14px;line-height:1.65}.btr-area-map{width:100%;height:390px;border:1px solid #e3e8e3;border-radius:14px;overflow:hidden;background:#eef2ed;isolation:isolate}.btr-area-map .leaflet-control-zoom{border:0;box-shadow:0 5px 18px rgba(16,24,40,.12)}.btr-area-map .leaflet-control-zoom a{color:#344054;border:0}.btr-area-map .leaflet-control-attribution{font-size:9px;background:rgba(255,255,255,.86)}.btr-map-marker-wrap{background:none!important;border:0!important}.btr-map-marker{position:relative;display:block;width:30px;height:30px;border:3px solid #fff;border-radius:50% 50% 50% 0;background:#247a4a;box-shadow:0 4px 11px rgba(16,24,40,.26);transform:rotate(-45deg)}.btr-map-marker i{position:absolute;left:50%;top:50%;width:8px;height:8px;border-radius:50%;background:#fff;transform:translate(-50%,-50%)}.btr-map-marker.is-current{width:34px;height:34px;background:#101828;box-shadow:0 0 0 5px rgba(36,122,74,.18),0 5px 15px rgba(16,24,40,.28)}.btr-area-map-popup .leaflet-popup-content-wrapper{padding:0;border-radius:13px;overflow:hidden;box-shadow:0 12px 35px rgba(16,24,40,.2)}.btr-area-map-popup .leaflet-popup-content{width:270px!important;margin:0}.btr-area-map-popup .leaflet-popup-close-button{z-index:5;top:5px;right:5px;width:26px;height:26px!important;border-radius:50%;background:rgba(255,255,255,.94);color:#344054!important;font-size:19px!important;line-height:24px!important}.btr-map-popup-card{background:#fff}.btr-map-popup-image{display:block;width:100%;height:118px;object-fit:cover;background:#edf1ed}.btr-map-popup-image--empty{background:linear-gradient(135deg,#e9f1e9,#f8faf8)}.btr-map-popup-body{padding:12px 13px 13px}.btr-map-current-label{display:inline-block;margin-bottom:6px;padding:4px 7px;border-radius:999px;background:#edf7f0;color:#267348;font-size:10px;font-weight:700}.btr-map-popup-body h3{margin:0 0 6px;color:#101828;font-size:15px;line-height:1.3}.btr-map-popup-rating{display:flex;align-items:center;gap:4px;margin-bottom:6px;color:#475467;font-size:12px}.btr-map-popup-rating span{color:#f5a623}.btr-map-popup-rating strong{color:#101828}.btr-map-popup-rating small{color:#667085}.btr-map-popup-body p{display:-webkit-box;overflow:hidden;margin:0 0 8px;color:#667085;font-size:11.5px;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}.btr-map-popup-features{display:flex;flex-wrap:wrap;gap:5px;margin:0 0 10px}.btr-map-popup-features span{padding:4px 6px;border-radius:6px;background:#f5f7f5;color:#59655b;font-size:9.5px;line-height:1}.btr-map-popup-body a{display:inline-flex;color:#247a4a;font-size:12px;font-weight:700;text-decoration:none}.btr-map-popup-body a:hover{text-decoration:underline}.btr-area-map-noscript{padding:12px;border-radius:9px;background:#f7f8f7;color:#667085;font-size:13px}@media(max-width:767px){.btr-area-map-heading{align-items:flex-start}.btr-area-map{height:315px;border-radius:12px}.btr-area-map-intro{font-size:13px}.btr-area-map-popup .leaflet-popup-content{width:245px!important}.btr-map-popup-image{height:104px}}

/* V38 mobile map: compact map and popup card. */
@media (max-width: 820px) {
  html.btr-mobile-app body.single-bungalov .btr-area-map-section {
    padding: 12px !important;
  }

  html.btr-mobile-app body.single-bungalov .btr-area-map-heading {
    gap: 8px !important;
  }

  html.btr-mobile-app body.single-bungalov .btr-area-map-heading h2 {
    font-size: 17px !important;
    line-height: 1.2 !important;
  }

  html.btr-mobile-app body.single-bungalov .btr-area-map-count {
    padding: 5px 7px !important;
    font-size: 9px !important;
  }

  html.btr-mobile-app body.single-bungalov .btr-area-map-intro {
    margin: 0 0 9px !important;
    font-size: 10.5px !important;
    line-height: 1.45 !important;
  }

  html.btr-mobile-app body.single-bungalov .btr-area-map {
    height: 250px !important;
    border-radius: 12px !important;
  }

  html.btr-mobile-app body.single-bungalov .btr-area-map-popup .leaflet-popup-content {
    width: 205px !important;
  }

  html.btr-mobile-app body.single-bungalov .btr-area-map-popup .leaflet-popup-content-wrapper {
    border-radius: 11px !important;
  }

  html.btr-mobile-app body.single-bungalov .btr-map-popup-image {
    height: 76px !important;
  }

  html.btr-mobile-app body.single-bungalov .btr-map-popup-body {
    padding: 8px 9px 9px !important;
  }

  html.btr-mobile-app body.single-bungalov .btr-map-current-label {
    margin-bottom: 4px !important;
    padding: 3px 5px !important;
    font-size: 7.5px !important;
  }

  html.btr-mobile-app body.single-bungalov .btr-map-popup-body h3 {
    margin-bottom: 4px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  html.btr-mobile-app body.single-bungalov .btr-map-popup-rating {
    margin-bottom: 4px !important;
    font-size: 9px !important;
  }

  html.btr-mobile-app body.single-bungalov .btr-map-popup-body p {
    margin-bottom: 5px !important;
    font-size: 8.5px !important;
    line-height: 1.35 !important;
    -webkit-line-clamp: 1 !important;
  }

  html.btr-mobile-app body.single-bungalov .btr-map-popup-features {
    gap: 3px !important;
    margin-bottom: 6px !important;
  }

  html.btr-mobile-app body.single-bungalov .btr-map-popup-features span {
    padding: 3px 4px !important;
    font-size: 7.5px !important;
  }

  html.btr-mobile-app body.single-bungalov .btr-map-popup-body a {
    font-size: 9px !important;
  }

  html.btr-mobile-app body.single-bungalov .btr-area-map-popup .leaflet-popup-close-button {
    top: 3px !important;
    right: 3px !important;
    width: 22px !important;
    height: 22px !important;
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
