/* Sizing */
.tm13-wrap{ position:relative; width:100%; height:var(--tm13-h,520px); min-height:260px; }
.tm13-map{ width:100%; height:100%; border-radius:12px; overflow:hidden; box-shadow:0 6px 18px rgba(0,0,0,.12); }
.tm13-card{ position:absolute; top:12px; right:12px; background:#111; color:#fff; border-radius:10px; box-shadow:0 8px 24px rgba(0,0,0,.28); padding:10px 12px; min-width:220px; z-index:500; }

/* Full-bleed helpers */
.tm13-bleed{ margin:0 !important; }
.tm13-no-shadow .tm13-map{ box-shadow:none; border-radius:0; }
.tm13-fill{ height:100% !important; }
.tm13-fill .tm13-map{ height:100% !important; }

/* Attribution */
.leaflet-control-attribution{ font-size:11px; opacity:.6; }
.tm13-wrap .leaflet-control-zoom{ display:none !important; }
