.mouse-position-display { position: absolute; top: 10px; left: 10px; z-index: 50; background-color: rgba(33, 33, 33, 0.85); color: white; padding: 6px 12px; border-radius: 4px; font-family: 'Consolas', 'Monaco', monospace; font-size: 12px; display: flex; gap: 8px; align-items: center; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); } .coord-label { color: #aaa; font-weight: 500; } .coord-value { color: #4fc3f7; font-weight: bold; min-width: 70px; }