:host {
  cursor: pointer;
  color: inherit;
}
::slotted(a),
::slotted(a:link),
::slotted(a:visited) {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
