.badge__container {
	display: flex;
	justify-content: center;
	align-items: center;
  gap: 4px;
  border-radius: 4px;
  width: fit-content;
  padding: 4px 8px;
  text-transform: uppercase;
  color: #fed055;
  background: rgba(254, 208, 85, 0.3);
  white-space: nowrap;
}

.badge__primary {
  color: #141631;
  background: #fed055;
}

.badge__secondary {
  color: #ffffff;
  background: #141631;
}

.badge__tertiary {
  color: #ffffff;
  background: #2ed057;
}
