* { box-sizing: border-box; }
html { font-size: 200%; }
body { margin: 0; overflow-x: hidden; }
@media (max-width: 900px) {
  html { font-size: 150%; }
  .thrust-toolbar { display: flex !important; flex-wrap: wrap !important; gap: 12px !important; }
  .thrust-field { min-width: 0 !important; width: 100% !important; }
  #t1-map { height: 62vh !important; min-height: 420px; }
}
