@layer components {
  .how-to-filters {
    display: flex;
    align-items: center;
  }
  .how-to-filters__show-more {
    width: 100%;
    justify-content: flex-start;
    margin-top: 0.75rem;
    padding-inline: 0;
    text-decoration: underline;
  }
}