.badge {
  	border-radius: 2px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: 4px 4px 4px 5px;
  	font-size: 10px;
  	font-family: var(--font-secondary);
    text-transform: uppercase;
}
.badge[status="new"] {
    color: var(--Colors-Semantics-Text-On_Brand);
  	background-color: var(--Colors-Semantics-Status-Info);
}
.badge[status="juegos"] {
    color: var(--Colors-Semantics-Text-On_Brand);
  	background-color: var(--Colors-Semantics-Action-Primary);
}
.badge[status="offer"] {
    color: var(--Colors-Semantics-Text-On_Brand);
  	background-color: var(--Colors-Semantics-Status-Warning);
}
.badge[status="price"] {
    color: var(--Colors-Semantics-Text-Primary);
  	background-color: var(--Colors-Semantics-Status-Alert);
}