/* Hide the introductory banner and decorative workflow strip; keep working tabs. */
.groundwater-center > .groundwater-intro,
.groundwater-center > .groundwater-flow {
  display: none;
}

.groundwater-center { grid-template-columns: minmax(0, 1fr); }
.groundwater-center > *, .groundwater-case-picker > * { min-width: 0; }
.groundwater-case-picker select { width: 100%; min-width: 0; max-width: 100%; }
.groundwater-profile-menu > a { display: inline-flex; margin-top: 8px; }
