.pack-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 2px 6px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
  text-transform: uppercase;
}

.pack-badge.new {
  background: #22c55e;
  color: #022c22;
}

.pack-badge.repeat {
  background: #ef4444;
  color: #450a0a;
}

.repeated-card {
  cursor: pointer;
  transition: transform 0.15s ease;
}

.repeated-card:hover {
  transform: scale(1.05);
}

