/* Dracula Theme for Pygments */
[data-theme="dark"] .highlight {
  background: #282a36; /* Dracula background */
  color: #f8f8f2; /* Dracula foreground */
}
[data-theme="dark"] .highlight .c { color: #6272a4; font-style: italic } /* Comment */
[data-theme="dark"] .highlight .err { color: #ff5555 } /* Error */
[data-theme="dark"] .highlight .k { color: #ff79c6 } /* Keyword */
[data-theme="dark"] .highlight .l { color: #bd93f9 } /* Literal */
[data-theme="dark"] .highlight .n { color: #f8f8f2 } /* Name */
[data-theme="dark"] .highlight .o { color: #ff79c6 } /* Operator */
[data-theme="dark"] .highlight .p { color: #f8f8f2 } /* Punctuation */
[data-theme="dark"] .highlight .ch { color: #6272a4; font-style: italic } /* Comment.Hashbang */
[data-theme="dark"] .highlight .cm { color: #6272a4; font-style: italic } /* Comment.Multiline */
[data-theme="dark"] .highlight .cp { color: #6272a4; font-style: italic } /* Comment.Preproc */
[data-theme="dark"] .highlight .cpf { color: #6272a4; font-style: italic } /* Comment.PreprocFile */
[data-theme="dark"] .highlight .c1 { color: #6272a4; font-style: italic } /* Comment.Single */
[data-theme="dark"] .highlight .cs { color: #6272a4; font-style: italic } /* Comment.Special */
[data-theme="dark"] .highlight .gd { color: #ff5555 } /* Generic.Deleted */
[data-theme="dark"] .highlight .ge { font-style: italic } /* Generic.Emph */
[data-theme="dark"] .highlight .gh { color: #f8f8f2; font-weight: bold } /* Generic.Heading */
[data-theme="dark"] .highlight .gi { color: #50fa7b } /* Generic.Inserted */
[data-theme="dark"] .highlight .go { color: #44475a } /* Generic.Output */
[data-theme="dark"] .highlight .gp { color: #f8f8f2; font-weight: bold } /* Generic.Prompt */
[data-theme="dark"] .highlight .gs { font-weight: bold } /* Generic.Strong */
[data-theme="dark"] .highlight .gu { color: #f8f8f2; font-weight: bold } /* Generic.Subheading */
[data-theme="dark"] .highlight .gt { color: #ff5555 } /* Generic.Traceback */
[data-theme="dark"] .highlight .kc { color: #bd93f9 } /* Keyword.Constant */
[data-theme="dark"] .highlight .kd { color: #ff79c6 } /* Keyword.Declaration */
[data-theme="dark"] .highlight .kn { color: #ff79c6 } /* Keyword.Namespace */
[data-theme="dark"] .highlight .kp { color: #ff79c6 } /* Keyword.Pseudo */
[data-theme="dark"] .highlight .kr { color: #ff79c6 } /* Keyword.Reserved */
[data-theme="dark"] .highlight .kt { color: #8be9fd } /* Keyword.Type */
[data-theme="dark"] .highlight .m { color: #bd93f9 } /* Literal.Number */
[data-theme="dark"] .highlight .s { color: #f1fa8c } /* Literal.String */
[data-theme="dark"] .highlight .na { color: #50fa7b } /* Name.Attribute */
[data-theme="dark"] .highlight .nb { color: #f8f8f2 } /* Name.Builtin */
[data-theme="dark"] .highlight .nc { color: #50fa7b } /* Name.Class */
[data-theme="dark"] .highlight .no { color: #bd93f9 } /* Name.Constant */
[data-theme="dark"] .highlight .nd { color: #50fa7b } /* Name.Decorator */
[data-theme="dark"] .highlight .ni { color: #f8f8f2 } /* Name.Entity */
[data-theme="dark"] .highlight .ne { color: #ff5555 } /* Name.Exception */
[data-theme="dark"] .highlight .nf { color: #50fa7b } /* Name.Function */
[data-theme="dark"] .highlight .nl { color: #f8f8f2 } /* Name.Label */
[data-theme="dark"] .highlight .nn { color: #f8f8f2 } /* Name.Namespace */
[data-theme="dark"] .highlight .nx { color: #50fa7b } /* Name.Other */
[data-theme="dark"] .highlight .py { color: #f8f8f2 } /* Name.Property */
[data-theme="dark"] .highlight .nt { color: #ff79c6 } /* Name.Tag */
[data-theme="dark"] .highlight .nv { color: #8be9fd } /* Name.Variable */
[data-theme="dark"] .highlight .ow { color: #ff79c6 } /* Operator.Word */
[data-theme="dark"] .highlight .w { color: #f8f8f2 } /* Text.Whitespace */
[data-theme="dark"] .highlight .mb { color: #bd93f9 } /* Literal.Number.Bin */
[data-theme="dark"] .highlight .mf { color: #bd93f9 } /* Literal.Number.Float */
[data-theme="dark"] .highlight .mh { color: #bd93f9 } /* Literal.Number.Hex */
[data-theme="dark"] .highlight .mi { color: #bd93f9 } /* Literal.Number.Integer */
[data-theme="dark"] .highlight .mo { color: #bd93f9 } /* Literal.Number.Oct */
[data-theme="dark"] .highlight .sa { color: #f1fa8c } /* Literal.String.Affix */
[data-theme="dark"] .highlight .sb { color: #f1fa8c } /* Literal.String.Backtick */
[data-theme="dark"] .highlight .sc { color: #f1fa8c } /* Literal.String.Char */
[data-theme="dark"] .highlight .dl { color: #f1fa8c } /* Literal.String.Delimiter */
[data-theme="dark"] .highlight .sd { color: #f1fa8c } /* Literal.String.Doc */
[data-theme="dark"] .highlight .s2 { color: #f1fa8c } /* Literal.String.Double */
[data-theme="dark"] .highlight .se { color: #f1fa8c } /* Literal.String.Escape */
[data-theme="dark"] .highlight .sh { color: #f1fa8c } /* Literal.String.Heredoc */
[data-theme="dark"] .highlight .si { color: #f1fa8c } /* Literal.String.Interpol */
[data-theme="dark"] .highlight .sx { color: #f1fa8c } /* Literal.String.Other */
[data-theme="dark"] .highlight .sr { color: #f1fa8c } /* Literal.String.Regex */
[data-theme="dark"] .highlight .s1 { color: #f1fa8c } /* Literal.String.Single */
[data-theme="dark"] .highlight .ss { color: #f1fa8c } /* Literal.String.Symbol */
[data-theme="dark"] .highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
[data-theme="dark"] .highlight .fm { color: #50fa7b } /* Name.Function.Magic */
[data-theme="dark"] .highlight .vc { color: #8be9fd } /* Name.Variable.Class */
[data-theme="dark"] .highlight .vg { color: #8be9fd } /* Name.Variable.Global */
[data-theme="dark"] .highlight .vi { color: #8be9fd } /* Name.Variable.Instance */
[data-theme="dark"] .highlight .vm { color: #8be9fd } /* Name.Variable.Magic */
[data-theme="dark"] .highlight .il { color: #bd93f9 } /* Literal.Number.Integer.Long */

/* Pygments Gruvbox Light */
[data-theme="light"] .highlight { background-color: #282828; color: #3c3836; } /* Changed background to dark */

pre { line-height: 125%; }
.highlight {
  border-radius: 5px; /* Rounded corners for the code block */
}

.highlight pre {
  position: relative;
  padding-left: 2em; /* Make space for the prompt */
}

.highlight pre::before {
  content: "$ "; /* The prompt */
  position: absolute;
  left: 0.5em;
  color: #50fa7b; /* Dracula green for prompt */
  font-weight: bold;
}
/* Dracula Theme for Pygments */
[data-theme="light"] .highlight .c { color: #928374; font-style: italic } /* Comment */
[data-theme="light"] .highlight .err { color: #9d0006 } /* Error */
[data-theme="light"] .highlight .k { color: #9d0006 } /* Keyword */
[data-theme="light"] .highlight .o { color: #af3a03 } /* Operator */
[data-theme="light"] .highlight .p { color: #3c3836 } /* Punctuation */
[data-theme="light"] .highlight .ch { color: #928374; font-style: italic } /* Comment.Hashbang */
[data-theme="light"] .highlight .cm { color: #928374; font-style: italic } /* Comment.Multiline */
[data-theme="light"] .highlight .cp { color: #427b58 } /* Comment.Preproc */
[data-theme="light"] .highlight .cpf { color: #928374; font-style: italic } /* Comment.PreprocFile */
[data-theme="light"] .highlight .c1 { color: #928374; font-style: italic } /* Comment.Single */
[data-theme="light"] .highlight .cs { color: #928374; font-style: italic } /* Comment.Special */
[data-theme="light"] .highlight .gd { color: #9d0006 } /* Generic.Deleted */
[data-theme="light"] .highlight .ge { font-style: italic } /* Generic.Emph */
[data-theme="light"] .highlight .gh { color: #79740e; font-weight: bold } /* Generic.Heading */
[data-theme="light"] .highlight .gi { color: #79740e } /* Generic.Inserted */
[data-theme="light"] .highlight .gp { color: #3c3836; font-weight: bold } /* Generic.Prompt */
[data-theme="light"] .highlight .gs { font-weight: bold } /* Generic.Strong */
[data-theme="light"] .highlight .gu { color: #79740e; font-weight: bold } /* Generic.Subheading */
[data-theme="light"] .highlight .kc { color: #8f3f71 } /* Keyword.Constant */
[data-theme="light"] .highlight .kd { color: #af3a03 } /* Keyword.Declaration */
[data-theme="light"] .highlight .kn { color: #af3a03 } /* Keyword.Namespace */
[data-theme="light"] .highlight .kp { color: #9d0006 } /* Keyword.Pseudo */
[data-theme="light"] .highlight .kr { color: #9d0006 } /* Keyword.Reserved */
[data-theme="light"] .highlight .kt { color: #b57614 } /* Keyword.Type */
[data-theme="light"] .highlight .m { color: #8f3f71 } /* Literal.Number */
[data-theme="light"] .highlight .s { color: #79740e } /* Literal.String */
[data-theme="light"] .highlight .na { color: #79740e } /* Name.Attribute */
[data-theme="light"] .highlight .nb { color: #b57614 } /* Name.Builtin */
[data-theme="light"] .highlight .nc { color: #b57614 } /* Name.Class */
[data-theme="light"] .highlight .no { color: #8f3f71 } /* Name.Constant */
[data-theme="light"] .highlight .nd { color: #af3a03 } /* Name.Decorator */
[data-theme="light"] .highlight .ni { color: #b57614 } /* Name.Entity */
[data-theme="light"] .highlight .ne { color: #9d0006 } /* Name.Exception */
[data-theme="light"] .highlight .nf { color: #b57614 } /* Name.Function */
[data-theme="light"] .highlight .nl { color: #3c3836 } /* Name.Label */
[data-theme="light"] .highlight .nn { color: #b57614 } /* Name.Namespace */
[data-theme="light"] .highlight .nx { color: #3c3836 } /* Name.Other */
[data-theme="light"] .highlight .py { color: #3c3836 } /* Name.Property */
[data-theme="light"] .highlight .nt { color: #9d0006 } /* Name.Tag */
[data-theme="light"] .highlight .nv { color: #427b58 } /* Name.Variable */
[data-theme="light"] .highlight .ow { color: #af3a03 } /* Operator.Word */
[data-theme="light"] .highlight .w { color: #3c3836 } /* Text.Whitespace */
