.wswg-air-tooltip {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #3B3B3B;
  z-index: 1;

  &:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #3B3B3B;
    position: absolute;
    bottom: -5px;
    right: 165px;
    top: auto;
  }
}

.wswg-air-tooltip__button {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.33333333;
    color: #FFF;
    background-color: inherit;
}

.wswg-air-tooltip__border {
    display: inline-flex;
    width: 1px;
    height: 16px;
    margin-top: 4px;
    background-color: rgba(255, 255, 255, .3);
}