<!DOCTYPE html>
<body>
<p>First</p>
<p style="color: red">
<style scoped>
p { color: blue !important }
</style>
Second
</p>
<p>Third</p>
</body>