/* Remover cores de background dos badges de preço */
.price-info .badge {
    background: none !important;
    border: none !important;
    color: #ff6b35 !important;
    padding: 0 !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
}

/* Manter cores especiais para badges diferentes */
.price-info .badge.bg-warning {
    background: none !important;
    border: none !important;
    color: #ffc107 !important;
    padding: 0 !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
}

/* Estilo consistente para todos os preços */
.price-display {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ff6b35;
    margin: 10px 0;
}

/* Remover background de todos os badges de preço */
.badge[data-price] {
    background: none !important;
    border: none !important;
    color: #ff6b35 !important;
    padding: 0 !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
}
