/* Inherits common table and toolbar styles from Dashboard and Products */
.date-filter {
  padding: 8px 16px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  background-color: white;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  outline: none;
  color: var(--text-dark);
}
