@layer kz-components {
  /*  This a temporary fix to increase specificity, until we figure out why this CSS is being compiled later than the padding in the FilterContents sub-component */
  .filterContents.filterContents {
    box-sizing: border-box;
    min-width: 12.25rem; /* 196px */
    max-width: 25rem; /* 400px */
    overflow: auto;
    padding: unset; /* Padding is added by <SelectPopoverContents> */
  }
}
