/* ============================================================
   Austria map snippet — styles `_at_map.html`. Linked by BOTH
   the home page (Geodaten section) and the Geodaten page.
   ============================================================ */

.at-map { width: 100%; height: 100%; display: block; padding: 18px; cursor: crosshair; }
.at-map text { font-family: var(--font-mono); font-size: 13px; fill: var(--gray-200); letter-spacing: .04em; }
/* Live WGS84 pointer readout — two classes so it outranks `.at-map text` above. */
.at-map .at-map__readout { font-size: 12px; fill: var(--gray-0); pointer-events: none; }
.at-map .at-map__place { fill: var(--pink); }
