/* ===============================
   HARD RESET PRICE TAG (listing)
   elimina qualsiasi layer verde
   =============================== */

/* Reset contenitori */
.content .meta-top .price,
.content .meta-top .price .normal-price{
  background: transparent !important;
}

/* Ammazza pseudo-elementi su price e normal-price */
.content .meta-top .price::before,
.content .meta-top .price::after,
.content .meta-top .price .normal-price::before,
.content .meta-top .price .normal-price::after{
  content: none !important;
  display: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Stile finale SOLO pill */
.content .meta-top .price .normal-price{
  position: relative;
  z-index: 5;
  background: #111 !important;
  padding: 10px 16px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Testo */
.content .meta-top .price .normal-price .heading-font{
  color: #fff !important;
  font-size: 18px;
  font-weight: 800;
}
