/* =========================================================================
   team_overview.css — Team Overview controls
   ========================================================================= */

.to-controls {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.to-controls .form-group,
.to-controls .shiny-input-container {
  margin-bottom: 0;
}
