.tooltip {
  filter: drop-shadow(0 0 8px $black-transparent12);
  position: absolute;

  .tooltip-inner {
    background: $white;
    color: $gray-dark;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: 400;
    font-size: .75rem;
    line-height: 1rem;
  }

  .arrow:before {
    border-top-color: $white;
  }

  p, ul {
    margin: 0;
  }
}
