/* Prism SDevice theme */
code[class*="language-sdevice"], pre[class*="language-sdevice"] {
  font-family: Consolas, Monaco, 'Playwrite GB S Guides', monospace;
  font-size: 14px;
  background: transparent;
  color: #ffffff;
}
.token.comment {
    color: #fd7979 !important;       /* 灰白色 */
    font-style: italic !important;   /* 保持斜体 */
    background: transparent !important;  /* 清除背景色 */
    border: none !important;            /* 清除边框 */
    padding: 0 !important;              /* 清除多余内边距 */
}
.token.string { color: #a31515; }
.token.keyword { color: #0000ff; font-weight: bold; }
.token.model-relevant { color: #009dff; font-weight:900 !important;}
.token.model-property-relevant { color: #72c9ff; }
.token.attr-name { color: #ffcc00; }
.token.important { color: #ff0000; }
.token.number { color: #098658; }
.token.operator { color: #000; }
.token.punctuation { color: #000; }
.token.equation-relevant{ color: #fd2db1; }

.token.material{ color: #ff0000; }
