/* Metrics page styles */

/* Repository dropdown with max height */
.metrics-dropdown-content {
  max-height: 300px;
  overflow-y: auto;
}

/* Date fields container */
.date-fields-container {
  display: flex;
  gap: 1rem;
}

.date-fields-container .field {
  flex: 1;
  min-width: 0;
}

/* Date preset buttons container */
.date-preset-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}
