.tooltip {
  border-radius: 0.4rem;
  padding: 0.4rem;
  color: colors('white');
  background-color: colors('base800');
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;

  a {
    color: colors('white');
    text-decoration: underline;
    cursor: pointer;
  }
}
