:host {
  flex: 1;
  display: flex;
}

:host.vertical {
  flex-direction: column;
}
