/* Rouge syntax highlight classes with Dracula-like colors */
.normtxt .highlight { font-family: monospace; background: #1e1e1e; padding: 1em; border-radius: 5px; overflow-x: auto; }
.normtxt .highlight .bp { color: #cccccc !important; }  /* Name.Builtin.Pseudo */
.normtxt .highlight .c { color: #6272a4 !important; }  /* Comment */
.normtxt .highlight .c1 { color: #6272a4 !important; }  /* Comment.Single */
.normtxt .highlight .cm { color: #6272a4 !important; }  /* Comment.Multiline */
.normtxt .highlight .cp { color: #6272a4 !important; }  /* Comment.Preproc */
.normtxt .highlight .cpf { color: #6272a4 !important; }  /* Comment.PreprocFile */
.normtxt .highlight .err { color: #cccccc !important; }  /* Error */
.normtxt .highlight .gd { color: #cccccc !important; }  /* Generic.Deleted */
.normtxt .highlight .ge { color: #cccccc !important; }  /* Generic.Emph */
.normtxt .highlight .gh { color: #cccccc !important; }  /* Generic.Heading */
.normtxt .highlight .gi { color: #cccccc !important; }  /* Generic.Inserted */
.normtxt .highlight .go { color: #cccccc !important; }  /* Generic.Output */
.normtxt .highlight .gp { color: #cccccc !important; }  /* Generic.Prompt */
.normtxt .highlight .gr { color: #cccccc !important; }  /* Generic.Error */
.normtxt .highlight .gs { color: #cccccc !important; }  /* Generic.Strong */
.normtxt .highlight .gt { color: #cccccc !important; }  /* Generic.Traceback */
.normtxt .highlight .gu { color: #cccccc !important; }  /* Generic.Subheading */
.normtxt .highlight .k { color: #ff79c6 !important; }  /* Keyword */
.normtxt .highlight .kc { color: #ff79c6 !important; }  /* Keyword.Constant */
.normtxt .highlight .kd { color: #ff79c6 !important; }  /* Keyword.Declaration */
.normtxt .highlight .kn { color: #ff79c6 !important; }  /* Keyword.Namespace */
.normtxt .highlight .kp { color: #ff79c6 !important; }  /* Keyword.Pseudo */
.normtxt .highlight .kr { color: #ff79c6 !important; }  /* Keyword.Reserved */
.normtxt .highlight .kt { color: #ff79c6 !important; }  /* Keyword.Type */
.normtxt .highlight .l { color: #cccccc !important; }  /* Literal */
.normtxt .highlight .m { color: #cccccc !important; }  /* Literal.Number */
.normtxt .highlight .mf { color: #cccccc !important; }  /* Literal.Number.Float */
.normtxt .highlight .mh { color: #cccccc !important; }  /* Literal.Number.Hex */
.normtxt .highlight .mi { color: #cccccc !important; }  /* Literal.Number.Integer */
.normtxt .highlight .mo { color: #cccccc !important; }  /* Literal.Number.Oct */
.normtxt .highlight .n { color: #bd93f9 !important; }  /* Name */
.normtxt .highlight .na { color: #bd93f9 !important; }  /* Name.Attribute */
.normtxt .highlight .nb { color: #bd93f9 !important; }  /* Name.Builtin */
.normtxt .highlight .nc { color: #bd93f9 !important; }  /* Name.Class */
.normtxt .highlight .nd { color: #bd93f9 !important; }  /* Name.Decorator */
.normtxt .highlight .ne { color: #bd93f9 !important; }  /* Name.Exception */
.normtxt .highlight .nf { color: #bd93f9 !important; }  /* Name.Function */
.normtxt .highlight .ni { color: #bd93f9 !important; }  /* Name.Entity */
.normtxt .highlight .nl { color: #bd93f9 !important; }  /* Name.Label */
.normtxt .highlight .nn { color: #bd93f9 !important; }  /* Name.Namespace */
.normtxt .highlight .no { color: #bd93f9 !important; }  /* Name.Constant */
.normtxt .highlight .nt { color: #bd93f9 !important; }  /* Name.Tag */
.normtxt .highlight .nv { color: #bd93f9 !important; }  /* Name.Variable */
.normtxt .highlight .nx { color: #bd93f9 !important; }  /* Name.Other */
.normtxt .highlight .o { color: #ffb86c !important; }  /* Operator */
.normtxt .highlight .ow { color: #ffb86c !important; }  /* Operator.Word */
.normtxt .highlight .p { color: #f8f8f2 !important; }  /* Punctuation */
.normtxt .highlight .py { color: #f8f8f2 !important; }  /* Name.Property */
.normtxt .highlight .s { color: #f1fa8c !important; }  /* String */
.normtxt .highlight .s1 { color: #f1fa8c !important; }  /* String.Single */
.normtxt .highlight .s2 { color: #f1fa8c !important; }  /* String.Double */
.normtxt .highlight .sb { color: #f1fa8c !important; }  /* String.Backtick */
.normtxt .highlight .sc { color: #f1fa8c !important; }  /* String.Char */
.normtxt .highlight .sd { color: #f1fa8c !important; }  /* String.Doc */
.normtxt .highlight .se { color: #f1fa8c !important; }  /* String.Escape */
.normtxt .highlight .sh { color: #f1fa8c !important; }  /* String.Heredoc */
.normtxt .highlight .si { color: #f1fa8c !important; }  /* String.Interpol */
.normtxt .highlight .sr { color: #f1fa8c !important; }  /* String.Regex */
.normtxt .highlight .ss { color: #f1fa8c !important; }  /* String.Symbol */
.normtxt .highlight .sx { color: #f1fa8c !important; }  /* String.Other */
.normtxt .highlight .vc { color: #cccccc !important; }  /* Name.Variable.Class */
.normtxt .highlight .vg { color: #cccccc !important; }  /* Name.Variable.Global */
.normtxt .highlight .vi { color: #cccccc !important; }  /* Name.Variable.Instance */