/* Keep Blazer's charts/query pages; own only navigation, definitions and filters. */
.chart-container { overflow-x: auto; }
.report-definition { color: #46525a; text-align: left; max-width: 80ch; margin: 1rem auto; }
.report-filters { display: flex; flex-wrap: wrap; gap: 12px; align-items: end; margin: 20px 0 10px; clear: both; }
.report-filter { display: flex; flex-direction: column; gap: 5px; flex: 1 1 180px; min-width: 0; }
.report-filter .form-control { width: 100%; min-height: 44px; }
.report-filter label { display: block; }
.report-filters .btn { min-height: 44px; }
@media (max-width: 767px) {
  .topbar { position: static; height: auto; padding-bottom: 16px; }
  .topbar .container { width: auto; padding: 0; }
  .topbar-margin { display: none; }
  .name-row { height: auto; }
  .name-header { display: block; white-space: normal; margin: 16px 0; }
  .topbar .text-right { text-align: left; margin: 12px 0; }
  .report-filter { flex-basis: 100%; }
  .btn { min-height: 44px; }
}
