.sp-anchor-host {
  display: block;
  height: 0;           /* zero-height anchor */
  line-height: 0;
  overflow: visible;   /* allow the debug badge to render above if enabled */
  pointer-events: none;
  position: relative;
}

.sp-badge {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 10px;
  background: rgba(0,0,0,.65);
  color: #fff;
  pointer-events: none;
  height: 50px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
