@layer component.base {
  .bar {
    display: flex;
    flex-wrap: wrap;
  }

  .bar__item {
    white-space: nowrap;
    text-decoration: none;
  }
}
