/* R108_BBB_REAL_MAP_LABEL_V147_ACTIVE */

/* ใช้เฉพาะภาพแผนผังจริงจากระบบหลังบ้าน ไม่กระทบแผนผังตัวอย่าง */
.map-card.has-real-map .map-toolbar {
  top: clamp(10px, 1.8vw, 18px) !important;
  right: auto !important;
  left: clamp(10px, 1.8vw, 18px) !important;
  width: auto !important;
  max-width: calc(100% - 20px) !important;
  display: block !important;
}

/* เอากล่องสีเขียวใหญ่และเอฟเฟกต์เบลอออก */
.map-card.has-real-map .map-title {
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

/* ไม่แสดงชื่อรีสอร์ตและคำอธิบายทับบนภาพแผนผังจริง */
.map-card.has-real-map .map-title h1,
.map-card.has-real-map .map-title p {
  display: none !important;
}

/* คงเฉพาะป้ายจากระบบหลังบ้านที่มุมซ้ายบน และใช้สีตัดกัน */
.map-card.has-real-map .map-title .eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 8px 13px !important;
  overflow: hidden !important;
  border: 1px solid rgba(15, 81, 50, .22) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .22) !important;
  color: #0f5132 !important;
  font-size: clamp(11px, 1.15vw, 13px) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

@media (max-width: 700px) {
  .map-card.has-real-map .map-toolbar {
    top: 8px !important;
    left: 8px !important;
    max-width: calc(100% - 16px) !important;
  }

  .map-card.has-real-map .map-title .eyebrow {
    padding: 7px 10px !important;
    font-size: 11px !important;
  }
}