/* Ensure the badge is placed correctly */

.parent-container-relative {
    position: relative; /* Ensure the badge is relative to this container */
}

.right-aligned-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  color: white;
  padding: 2px 10px;
  font-size: 10px;
  font-weight: bold;
}




