.sm-raster-access { padding-top: .5rem; }
.sm-raster-access button { border: 1px solid #64748b; border-radius: 9px; background: #1e293b; color: #e2e8f0; padding: .7rem 1rem; min-height: 44px; }
.sm-raster-access button:disabled { opacity: .65; cursor: wait; }
.sm-raster-reticle { position: absolute; z-index: 450; left: 50%; top: 50%; width: 22px; height: 22px; margin: -11px; border: 2px solid #0f172a; box-shadow: 0 0 0 2px white; border-radius: 50%; pointer-events: none; opacity: 0; }
.sm-raster-reticle::before, .sm-raster-reticle::after { content: ''; position: absolute; background: #0f172a; box-shadow: 0 0 0 1px white; }
.sm-raster-reticle::before { width: 2px; height: 30px; top: -6px; left: 8px; }
.sm-raster-reticle::after { height: 2px; width: 30px; left: -6px; top: 8px; }
[data-raster-map] [data-map-canvas].sm-show-reticle .sm-raster-reticle { opacity: 1; }

.sm-raster-access p { color: #b9c8db; font-size: .84rem; line-height: 1.6; margin-top: .75rem; }
[data-raster-map] [data-map-canvas]:focus-visible { outline: 3px solid #fbbf24; outline-offset: 3px; }
.sm-raster-access button:focus-visible { outline: 3px solid #fbbf24; outline-offset: 3px; }
