/* v298 - oferta indisponível nunca prende o cursor */
.market-offer-card>footer>button[data-buy-offer]:disabled,
.market-offer-card>footer>button[data-buy-offer][aria-busy="true"]{
  cursor:default!important;
}
.market-offer-card>footer>button[data-buy-offer].market-offer-unavailable{
  border-color:#85545a!important;
  background:linear-gradient(#4a252b,#321c21)!important;
  color:#ffb8bc!important;
  cursor:not-allowed!important;
}
