.language-sql{background:var(--sql-background-color,#f6f8fa);color:var(--question-text,#24292e);display:block;overflow-x:auto;padding:1em;--sql-hl-keyword:#aa0d91;--sql-hl-builtin:#5c2699;--sql-hl-number:#1c00cf;--sql-hl-comment:#6a737d;--sql-hl-string:#c41a16;--sql-hl-type:#0b6125}@media (prefers-color-scheme:dark){html:not([data-theme]) .language-sql{--sql-hl-keyword:#ff7b72;--sql-hl-builtin:#d2a8ff;--sql-hl-number:#79c0ff;--sql-hl-comment:#8b949e;--sql-hl-string:#a5d6ff;--sql-hl-type:#30b659}}[data-theme=dark] .language-sql{--sql-hl-keyword:#ff7b72;--sql-hl-builtin:#d2a8ff;--sql-hl-number:#79c0ff;--sql-hl-comment:#8b949e;--sql-hl-string:#a5d6ff;--sql-hl-type:#30b659}.language-sql .keyword{color:var(--sql-hl-keyword)}.language-sql .built-in,.language-sql .constant{color:var(--sql-hl-builtin)}.language-sql .number{color:var(--sql-hl-number)}.language-sql .comment{color:var(--sql-hl-comment)}.language-sql .string{color:var(--sql-hl-string)}.language-sql .type{color:var(--sql-hl-type)}