/**
 * Tooltip
 */

@media screen {

  em[data-tippy-content] {
    font-style: normal;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    cursor: help;
  }

  /* Margin reset */
  .tippy-popper * + * {
    margin-top: unset;
  }
}
