<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#first &gt; .one {
  font-size: 2em;
}
#first &gt; .one &gt; #second .two &gt; #deux {
  width: 50%;
}
#first &gt; .one &gt; #second .two &gt; #deux #third {
  height: 100%;
}
#first &gt; .one &gt; #second .two &gt; #deux #third:focus {
  color: black;
}
#first &gt; .one &gt; #second .two &gt; #deux #third:focus #fifth &gt; #sixth .seventh #eighth + #ninth {
  color: purple;
}
#first &gt; .one &gt; #second .two &gt; #deux #fourth,
#first &gt; .one &gt; #second .two &gt; #deux #five,
#first &gt; .one &gt; #second .two &gt; #deux #six {
  color: #110000;
}
#first &gt; .one &gt; #second .two &gt; #deux #fourth .seven,
#first &gt; .one &gt; #second .two &gt; #deux #five .seven,
#first &gt; .one &gt; #second .two &gt; #deux #six .seven,
#first &gt; .one &gt; #second .two &gt; #deux #fourth .eight &gt; #nine,
#first &gt; .one &gt; #second .two &gt; #deux #five .eight &gt; #nine,
#first &gt; .one &gt; #second .two &gt; #deux #six .eight &gt; #nine {
  border: 1px solid black;
}
#first &gt; .one &gt; #second .two &gt; #deux #fourth #ten,
#first &gt; .one &gt; #second .two &gt; #deux #five #ten,
#first &gt; .one &gt; #second .two &gt; #deux #six #ten {
  color: red;
}
</pre></body></html>