:host {
  display: flex;
  flex-wrap: wrap;
}

:host.no-wrap {
  flex-wrap: nowrap;
}

:host.full-width{
  width: 100%;
}

:host.align-right{
  justify-content: flex-end;
}

.overflowed {
  display: none;
}
