/* ТЕМП v12.30 — карта СИП в конкретном ежедневном отчёте */
.temp-report-route-card{margin-bottom:4px}
.temp-report-route-head{gap:12px;align-items:flex-start}
.temp-report-route-map{height:360px;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.12);margin-top:12px;background:#0a1623}
.temp-report-route-list{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 8px}
.temp-report-route-list>div{display:flex;gap:7px;align-items:center;padding:7px 9px;border-radius:10px;background:rgba(255,255,255,.045);font-size:12px}
.temp-report-route-list span{color:var(--muted,#9fb1c5)}
.temp-report-route-empty{padding:14px}
.temp-route-journal-hint{margin:0 0 10px}
@media(max-width:760px){.temp-report-route-map{height:300px}.temp-report-route-head{align-items:flex-start}.temp-report-route-list{display:grid;grid-template-columns:1fr 1fr}}
