How can I modify the CSS only for the search results page of WordPress?

I was looking for this and found the solution:

Just add

.search-results

to your class. ie:

.search-results .title {
color: red;
}

Hope this is useful.