/*
 Theme Name:  TheGem Child
 Theme URI:   https://codex.wordpress.org/Child_Themes
 Description: Tema filho para TheGem
 Author:      Visual Super
 Template:    thegem
 Version:     1.0
*/

/* seu CSS adicional aqui */
.vs-discount {
  display: inline-block;
  margin-left: 8px;
  padding: 0 12px;
  min-width: 48px;
  min-height: 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  color: #fff !important; /* sempre branco */
}

/* cores dinâmicas */
.vs-discount.green { background: #28a745; }   /* até 15% */
.vs-discount.orange { background: #ff6600; }  /* 16% a 40% */
.vs-discount.red { background: #e60000; }     /* acima de 40% */
