.rp-map-icon { background: none; border: 0; }
.rp-map-icon * { box-sizing: border-box; }
.rp-vehicle-group { position: relative; display: block; width: 64px; height: 44px; }
.rp-vehicle-name { position: absolute; bottom: 48px; left: 50%; transform: translateX(-50%); max-width: 150px; padding: 3px 6px; border: 1px solid #cbd5e1; border-radius: 5px; background: white; color: #172332; font: 700 11px/15px system-ui, sans-serif; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; box-shadow: 0 1px 3px #0002; }
.rp-vehicle { position: relative; display: flex; width: 64px; height: 44px; align-items: center; justify-content: center; border: 3px solid; border-radius: 12px; background: white; overflow: hidden; box-shadow: 0 2px 4px #0002; }
.rp-vehicle-art { display: block; background-image: url('/map-assets/vehicle-options.png'); background-repeat: no-repeat; }
.rp-heading { position: absolute; top: 0; right: 0; width: 15px; height: 15px; border-radius: 50%; background: white; text-align: center; font: 12px/15px sans-serif; }
.rp-poi { position: relative; display: block; width: 48px; height: 59px; padding-top: 3px; }
.rp-poi-body { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; margin: 0 auto; width: 46px; height: 46px; border: 4px solid var(--poi-color); border-radius: 50%; background: var(--poi-color); color: white; font: bold 20px sans-serif; overflow: hidden; }
.rp-poi--hydrant .rp-poi-body { background: white; }
.rp-poi-body img { width: 34px; height: 38px; object-fit: contain; }
.rp-poi-point { position: absolute; bottom: 0; left: 17px; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 13px solid var(--poi-color); }
.rp-poi-alert { position: absolute; z-index: 2; right: 0; top: 0; border: 1px solid white; border-radius: 50%; width: 17px; height: 17px; text-align: center; background: #f59e0b; color: #111; font: bold 13px/15px sans-serif; }
.rp-poi-alert--off { background: #64748b; color: white; }
.rp-poi-rank { position: absolute; z-index: 2; left: -2px; top: -3px; width: 21px; height: 21px; border: 2px solid white; border-radius: 50%; color: white; text-align: center; font: 700 12px/17px sans-serif; }
