/* meili-try 測試頁共用樣式 */
.thumb {
  width: 100%;
  height: 160px;
  object-fit: cover;
  background: #f1f3f5;
}
.thumb-placeholder {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f3f5;
  color: #adb5bd;
  font-size: 2rem;
}
.card-title {
  font-size: 0.95rem;
}

/* 地圖頁 */
#map {
  height: 520px;
  z-index: 0; /* 壓在導覽列之下，避免圖磚蓋住其他元件 */
}
.map-pin {
  line-height: 1.35;
}

/* 地圖常駐售價標籤（Leaflet tooltip 加上 .map-label className） */
.leaflet-tooltip.map-label {
  padding: 2px 6px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
  background: #fff;
}
.map-label-price {
  color: #dc3545;
  font-weight: 700;
}

/* 右側 hover 預覽卡：高度對齊地圖、可捲動 */
#preview {
  max-height: 520px;
  overflow-y: auto;
}
