/* 合同审查的句子级风险高亮。
 * 使用静态样式文件接入，避免构建器误报 ::highlight() 选择器。
 */
::highlight(quote-high),
::highlight(quote-medium),
::highlight(quote-low) {
  text-decoration-line: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

::highlight(quote-high) {
  text-decoration-color: rgb(220 38 38);
}

::highlight(quote-medium) {
  text-decoration-color: rgb(217 119 6);
}

::highlight(quote-low) {
  text-decoration-color: rgb(14 165 233);
}
