:host {
  display: table-cell;
  vertical-align: middle;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: var(--color-background-base-default, #101923);
  font-family: var(--font-body-1-font-family, 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif);
  font-size: var(--font-body-1-font-size, 1rem);
  font-weight: var(--font-body-1-font-weight, 400);
  letter-spacing: var(--font-body-1-letter-spacing, 0.005em);
  line-height: var(--font-body-1-line-height, calc(24 / 16));
  padding: var(--spacing-0, 0rem) var(--spacing-2, 0.5rem);
  height: calc(var(--spacing-8, 2rem) - 1px);
  white-space: nowrap;
}

::slotted(*) {
  vertical-align: middle;
}

:host([hidden]) {
  display: none;
}