body { background: #f4f6f9; }
.navbar-brand { font-weight: 700; }
.card-stat { border-left: 4px solid #0d6efd; }
.map-box { height: 360px; min-height: 280px; border-radius: .5rem; z-index: 1; }
.map-box-lg { height: 480px; min-height: 320px; z-index: 1; }
.leaflet-container { font-family: inherit; }
.sos-fab {
  position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 1030;
  box-shadow: 0 4px 14px rgba(220,53,69,.45);
}
@media print {
  .no-print { display: none !important; }
  body { background: #fff; }
}
