/* Estilos para WooCommerce Precios y Cuotas - DISEÑO LIMPIO */
.wpc-prices-container {
    margin: 10px 0;
    line-height: 1.4;
}

.wpc-discounted-price {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    color: #77a464;
}

.wpc-installments {
    color: #333;
    font-size: 14px;
    margin-bottom: 3px;
}

.wpc-discount-text {
    color: #77a464;
    font-size: 14px;
    font-weight: bold;
}

/* Estilos responsivos */
@media (max-width: 768px) {
    .wpc-prices-container {
        font-size: 0.9em;
    }
    
    .wpc-discounted-price {
        font-size: 16px;
    }
}