/* Enterprise Bootstrap Theme | MIT License | (c) 2026 Priya Vijai Kalyan */
.graphminimap{background:var(--theme-surface-bg);border:1px solid var(--theme-border-color);box-shadow:var(--theme-shadow-sm);display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.graphminimap-header{align-items:center;background:var(--theme-surface-raised-bg);border-bottom:1px solid var(--theme-border-subtle);display:flex;justify-content:space-between;padding:4px 8px}.graphminimap-label{font-weight:600;letter-spacing:.05em;text-transform:uppercase}.graphminimap-label,.graphminimap-toggle{color:var(--theme-text-secondary);font-size:.75rem}.graphminimap-toggle{background:none;border:none;cursor:pointer;line-height:1;padding:0 4px;transition:color .15s ease}.graphminimap-toggle:hover{color:var(--theme-text-primary)}.graphminimap-toggle:focus-visible{outline:2px solid var(--theme-primary);outline-offset:1px}.graphminimap-svg{cursor:crosshair;display:block}.graphminimap-viewport{cursor:move;pointer-events:all}