.badge-list-on-front {
  position: absolute;
  right: 1em;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 0.5em !important;
}

.badge-item:hover {
  color: black;
}

.badge-item:hover .front-badge {
  transform: scale(1.1);
}
