*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
}

:host {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  z-index: 200;
  display: inline-flex;
  width: auto;
  margin-top: -16px !important;
  margin-left: -3px !important;
  -webkit-tap-highlight-color: transparent;
}

duet-tooltip-button {
  position: relative;
}

duet-tooltip-popup {
  position: absolute;
}