/* Presentation-only controls for the official daily picks view. */
.daily-picks-filters {
  align-items: end;
}

.daily-picks-filters label {
  min-width: min(100%, 200px);
}

.daily-picks-filters select {
  width: 100%;
}

/* Sport + Catégorie stay compact and visible; everything else waits behind
 * "Plus de filtres" so the picks themselves are what the page leads with. */
.daily-picks-filters-primary {
  margin-bottom: var(--s3);
}

.filters-disclosure-body .filter-bar {
  margin-bottom: var(--s3);
}

.daily-picks-filter-summary {
  margin: 20px 0 0;
  color: var(--text);
  font-weight: 700;
}

.daily-picks-filter-error {
  margin-top: 20px;
  border-color: var(--red);
  color: var(--text);
}

@media (max-width: 800px) {
  .daily-picks-filters {
    display: grid;
    width: 100%;
  }

  .daily-picks-filters label,
  .daily-picks-filters .button {
    width: 100%;
  }
}
