/* Map container fills the WT-TRX map panel cleanly */
#wt-trx-map {
  position: relative;
  min-height: 480px; /* WT-TRX also sets wrap height; this is a safety net */
  border-radius: 18px;
  overflow: hidden;
}

/* Leaflet needs explicit height */
#wt-trx-map .leaflet-container {
  width: 100%;
  height: 100%;
}

/* Small overlay label (optional) */
.wt-map-badge {
  position: absolute;
  z-index: 999;
  top: 14px;
  left: 14px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.2px;
}
