.date-filter-form {
  --input-padding: 0.25rem 0.5rem;

  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0 1rem 1rem;

  & label {
    font-size: 0.875rem;
  }

  & input[type="date"] {
    font-size: 0.875rem;
  }
}
