.suword { margin-left: 0.5ch; margin-right: 0.5ch; } /* .suword.pred { */ /* color: gold; */ /* } */ /* Clause level */ .clause-container { max-width: 600px; white-space: normal !important; hyphens: auto; padding: 2px; border-radius: 4px; cursor: pointer; transition: background-color 0.2s ease; will-change: transform, opacity, filter, background-color; span { white-space: normal !important; } } .clause-container.selected { background-color: rgba(220, 200, 255, 0.2); z-index: 3; } .suword.subj { color: blue; /* border-bottom: 2px solid blue; */ } .suword.root { color: darkred; }