.catalog {
  overflow: inherit;
  max-height: 100%;
  display: flex;
  flex-direction: column;

  &__filter {
    margin-bottom: var(--pf-v5-global--spacer--xl);
  }

  &__base {
    margin-bottom: var(--pf-v5-global--spacer--md);
  }
}
