.ghost-badge {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  animation: ghostFloat 2.5s ease-in-out infinite;
  transition: filter 0.2s;
  height: 128px;
  width: 128px;
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: 5000;
}

@keyframes ghostFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}

.ghost-badge-card {
    border: 1px solid #614A9A;
}
