:global(.ui-button) {
  box-sizing: border-box;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-weight: inherit;
  outline: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 200ms ease, color 200ms ease;
  user-select: none;
  vertical-align: middle;
  & :global(a.button-wrapper) {
    text-decoration: none;
  }
  & :global(.button-wrapper) {
    box-sizing: border-box;
    align-items: center;
    color: currentColor;
    cursor: pointer;
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: inherit;
    & > :global(.button-label) {
      line-height: normal;
      pointer-events: none;
      white-space: nowrap;
    }
  }
}

button {
}
