/* css/modules/map.css: the .map-* module — split out of css/app.css by #360's sibling stage (#362).
   Load order is core.css, then every modules/*.css alphabetically; rules here
   are in their original relative order, and no selector in this file appears in
   any other (asserted in tests/css-split-check.js). */

.map-off{padding:16px 18px;border-radius:var(--radius);background:#fff8f2;
  border:1px solid #f6d5bd;border-left:4px solid var(--orange)}
.map-off__t{margin:0 0 7px;font-weight:900;font-size:12px;letter-spacing:.05em;
  text-transform:uppercase;color:#a2560f}
.map-off__p{margin:0 0 10px;color:var(--muted);font-weight:700;font-size:13px;line-height:1.6}
.map-off__p:last-of-type{margin-bottom:12px}
.map-off__p--sm{font-size:12px;color:var(--muted-2)}
.map-off__p a{color:var(--blue)}
.map-off__go{background:#fff}
/* ---------- Map screen ---------- */
.map-wrap{display:grid;grid-template-columns:300px 1fr;gap:18px;height:calc(100vh - 66px - 52px)}
.map-panel{height:100%}
.map-side{overflow:auto;padding:6px}
