/* Stack Gamer 2026 - Capitulo 07: estados dinamicos do checkout */

.theme-stackgamer-definitive-preview.sg-page-checkout .cupom-feedback[style*="ff6688"],
.theme-stackgamer-definitive-preview.sg-page-checkout .checkout-cep-feedback[style*="ff6688"] {
    color: #dc2626 !important;
}

.theme-stackgamer-definitive-preview.sg-page-checkout .cupom-feedback[style*="neon-verde"],
.theme-stackgamer-definitive-preview.sg-page-checkout .checkout-cep-feedback[style*="neon-verde"] {
    color: #047857 !important;
}

.theme-stackgamer-definitive-preview.sg-page-checkout .cupom-feedback[style*="text-muted"],
.theme-stackgamer-definitive-preview.sg-page-checkout .checkout-cep-feedback[style*="text-muted"] {
    color: var(--sg-checkout-muted) !important;
}
