.filter {
  background: var(--light-blue, #eee);
  padding: 1rem;
  border-radius: var(--common-radius);
  border: 2px solid var(--blue, blue);
}
