:host {
  pointer-events: all;
  color: var(--ion-color-base);
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
  font-kerning: none; }

button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-overflow: inherit;
  text-transform: inherit;
  text-align: inherit;
  white-space: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
  position: relative;
  flex-flow: row nowrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 32px;
  border: 0;
  outline: none;
  background: transparent;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  z-index: 0;
  appearance: none; }

ion-icon {
  margin: 0;
  padding: 0;
  pointer-events: none; }

:host {
  --ion-color-base: currentColor; }

button {
  padding: 0 8px; }

ion-icon {
  font-size: 26px; }
