/* Pygments Style z jasnym tłem i ciemnym tekstem */
.markdown-content .highlight {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
    border-radius: 4px;
    background-color: #f8f9fa !important; /* Jasne tło */
    border: 1px solid #e9ecef !important;
}

.markdown-content .highlight pre {
    background-color: #f8f9fa !important; /* Jasne tło */
    color: #212529 !important; /* Ciemny tekst */
    border: none !important;
    margin-bottom: 0 !important;
}


/* Kolorowanie składni "Friendly" - ciemniejsze kolory na jasnym tle */
.markdown-content .highlight .hll { background-color: #ffffcc !important; }
.markdown-content .highlight .c { color: #60a0b0 !important; font-style: italic !important; } /* Comment */
.markdown-content .highlight .err { color: #FF0000 !important; background-color: #FFAAAA !important; } /* Error */
.markdown-content .highlight .k { color: #007020 !important; font-weight: bold !important; } /* Keyword */
.markdown-content .highlight .o { color: #666666 !important; } /* Operator */
.markdown-content .highlight .ch { color: #60a0b0 !important; font-style: italic !important; } /* Comment.Hashbang */
.markdown-content .highlight .cm { color: #60a0b0 !important; font-style: italic !important; } /* Comment.Multiline */
.markdown-content .highlight .cp { color: #007020 !important; } /* Comment.Preproc */
.markdown-content .highlight .cpf { color: #60a0b0 !important; font-style: italic !important; } /* Comment.PreprocFile */
.markdown-content .highlight .c1 { color: #60a0b0 !important; font-style: italic !important; } /* Comment.Single */
.markdown-content .highlight .cs { color: #60a0b0 !important; background-color: #fff0f0 !important; } /* Comment.Special */
.markdown-content .highlight .ge { font-style: italic !important; } /* Generic.Emph */
.markdown-content .highlight .gs { font-weight: bold !important; } /* Generic.Strong */
.markdown-content .highlight .kc { color: #66d9ef !important; } /* Keyword.Constant */
.markdown-content .highlight .kd { color: #66d9ef !important; } /* Keyword.Declaration */
.markdown-content .highlight .kn { color: #f92672 !important; } /* Keyword.Namespace */
.markdown-content .highlight .kp { color: #66d9ef !important; } /* Keyword.Pseudo */
.markdown-content .highlight .kr { color: #66d9ef !important; } /* Keyword.Reserved */
.markdown-content .highlight .kt { color: #66d9ef !important; } /* Keyword.Type */
.markdown-content .highlight .ld { color: #e6db74 !important; } /* Literal.Date */
.markdown-content .highlight .m { color: #ae81ff !important; } /* Literal.Number */
.markdown-content .highlight .s { color: #e6db74 !important; } /* Literal.String */
.markdown-content .highlight .na { color: #a6e22e !important; } /* Name.Attribute */
.markdown-content .highlight .nb { color: #f8f8f2 !important; } /* Name.Builtin */
.markdown-content .highlight .nc { color: #a6e22e !important; } /* Name.Class */
.markdown-content .highlight .no { color: #66d9ef !important; } /* Name.Constant */
.markdown-content .highlight .nd { color: #a6e22e !important; } /* Name.Decorator */
.markdown-content .highlight .ni { color: #f8f8f2 !important; } /* Name.Entity */
.markdown-content .highlight .ne { color: #a6e22e !important; } /* Name.Exception */
.markdown-content .highlight .nf { color: #a6e22e !important; } /* Name.Function */
.markdown-content .highlight .nl { color: #f8f8f2 !important; } /* Name.Label */
.markdown-content .highlight .nn { color: #f8f8f2 !important; } /* Name.Namespace */
.markdown-content .highlight .nx { color: #a6e22e !important; } /* Name.Other */
.markdown-content .highlight .py { color: #f8f8f2 !important; } /* Name.Property */
.markdown-content .highlight .nt { color: #f92672 !important; } /* Name.Tag */
.markdown-content .highlight .nv { color: #f8f8f2 !important; } /* Name.Variable */
.markdown-content .highlight .ow { color: #f92672 !important; } /* Operator.Word */
.markdown-content .highlight .w { color: #f8f8f2 !important; } /* Text.Whitespace */
.markdown-content .highlight .mf { color: #ae81ff !important; } /* Literal.Number.Float */
.markdown-content .highlight .mh { color: #ae81ff !important; } /* Literal.Number.Hex */
.markdown-content .highlight .mi { color: #ae81ff !important; } /* Literal.Number.Integer */
.markdown-content .highlight .mo { color: #ae81ff !important; } /* Literal.Number.Oct */
.markdown-content .highlight .sb { color: #e6db74 !important; } /* Literal.String.Backtick */
.markdown-content .highlight .sc { color: #e6db74 !important; } /* Literal.String.Char */
.markdown-content .highlight .sd { color: #e6db74 !important; } /* Literal.String.Doc */
.markdown-content .highlight .s2 { color: #e6db74 !important; } /* Literal.String.Double */
.markdown-content .highlight .se { color: #ae81ff !important; } /* Literal.String.Escape */
.markdown-content .highlight .sh { color: #e6db74 !important; } /* Literal.String.Heredoc */
.markdown-content .highlight .si { color: #e6db74 !important; } /* Literal.String.Interpol */
.markdown-content .highlight .sx { color: #e6db74 !important; } /* Literal.String.Other */
.markdown-content .highlight .sr { color: #e6db74 !important; } /* Literal.String.Regex */
.markdown-content .highlight .s1 { color: #e6db74 !important; } /* Literal.String.Single */
.markdown-content .highlight .ss { color: #e6db74 !important; } /* Literal.String.Symbol */
.markdown-content .highlight .bp { color: #f8f8f2 !important; } /* Name.Builtin.Pseudo */
.markdown-content .highlight .vc { color: #f8f8f2 !important; } /* Name.Variable.Class */
.markdown-content .highlight .vg { color: #f8f8f2 !important; } /* Name.Variable.Global */
.markdown-content .highlight .vi { color: #f8f8f2 !important; } /* Name.Variable.Instance */
.markdown-content .highlight .il { color: #ae81ff !important; } /* Literal.Number.Integer.Long */
.markdown-content .highlight .gd { color: #A00000 !important; } /* Generic.Deleted */
.markdown-content .highlight .ge { font-style: italic !important; } /* Generic.Emph */
.markdown-content .highlight .gr { color: #FF0000 !important; } /* Generic.Error */
.markdown-content .highlight .gh { color: #000080 !important; font-weight: bold !important; } /* Generic.Heading */
.markdown-content .highlight .gi { color: #00A000 !important; } /* Generic.Inserted */
.markdown-content .highlight .go { color: #888888 !important; } /* Generic.Output */
.markdown-content .highlight .gp { color: #c65d09 !important; font-weight: bold !important; } /* Generic.Prompt */
.markdown-content .highlight .gs { font-weight: bold !important; } /* Generic.Strong */
.markdown-content .highlight .gu { color: #800080 !important; font-weight: bold !important; } /* Generic.Subheading */
.markdown-content .highlight .gt { color: #0044DD !important; } /* Generic.Traceback */
.markdown-content .highlight .kc { color: #007020 !important; font-weight: bold !important; } /* Keyword.Constant */
.markdown-content .highlight .kd { color: #007020 !important; font-weight: bold !important; } /* Keyword.Declaration */
.markdown-content .highlight .kn { color: #007020 !important; font-weight: bold !important; } /* Keyword.Namespace */
.markdown-content .highlight .kp { color: #007020 !important; } /* Keyword.Pseudo */
.markdown-content .highlight .kr { color: #007020 !important; font-weight: bold !important; } /* Keyword.Reserved */
.markdown-content .highlight .kt { color: #902000 !important; } /* Keyword.Type */
.markdown-content .highlight .m { color: #40a070 !important; } /* Literal.Number */
.markdown-content .highlight .s { color: #4070a0 !important; } /* Literal.String */
.markdown-content .highlight .na { color: #4070a0 !important; } /* Name.Attribute */
.markdown-content .highlight .nb { color: #007020 !important; } /* Name.Builtin */
.markdown-content .highlight .nc { color: #0e84b5 !important; font-weight: bold !important; } /* Name.Class */
.markdown-content .highlight .no { color: #60add5 !important; } /* Name.Constant */
.markdown-content .highlight .nd { color: #555555 !important; font-weight: bold !important; } /* Name.Decorator */
.markdown-content .highlight .ni { color: #d55537 !important; } /* Name.Entity */
.markdown-content .highlight .ne { color: #007020 !important; } /* Name.Exception */
.markdown-content .highlight .nf { color: #06287e !important; } /* Name.Function */
.markdown-content .highlight .nl { color: #002070 !important; font-weight: bold !important; } /* Name.Label */
.markdown-content .highlight .nn { color: #0e84b5 !important; font-weight: bold !important; } /* Name.Namespace */
.markdown-content .highlight .nt { color: #062873 !important; font-weight: bold !important; } /* Name.Tag */
.markdown-content .highlight .nv { color: #bb60d5 !important; } /* Name.Variable */
.markdown-content .highlight .ow { color: #007020 !important; font-weight: bold !important; } /* Operator.Word */
.markdown-content .highlight .w { color: #bbbbbb !important; } /* Text.Whitespace */
.markdown-content .highlight .mb { color: #40a070 !important; } /* Literal.Number.Bin */
.markdown-content .highlight .mf { color: #40a070 !important; } /* Literal.Number.Float */
.markdown-content .highlight .mh { color: #40a070 !important; } /* Literal.Number.Hex */
.markdown-content .highlight .mi { color: #40a070 !important; } /* Literal.Number.Integer */
.markdown-content .highlight .mo { color: #40a070 !important; } /* Literal.Number.Oct */
.markdown-content .highlight .sa { color: #4070a0 !important; } /* Literal.String.Affix */
.markdown-content .highlight .sb { color: #4070a0 !important; } /* Literal.String.Backtick */
.markdown-content .highlight .sc { color: #4070a0 !important; } /* Literal.String.Char */
.markdown-content .highlight .dl { color: #4070a0 !important; } /* Literal.String.Delimiter */
.markdown-content .highlight .sd { color: #4070a0 !important; font-style: italic !important; } /* Literal.String.Doc */
.markdown-content .highlight .s2 { color: #4070a0 !important; } /* Literal.String.Double */
.markdown-content .highlight .se { color: #4070a0 !important; font-weight: bold !important; } /* Literal.String.Escape */
.markdown-content .highlight .sh { color: #4070a0 !important; } /* Literal.String.Heredoc */
.markdown-content .highlight .si { color: #70a0d0 !important; font-style: italic !important; } /* Literal.String.Interpol */
.markdown-content .highlight .sx { color: #c65d09 !important; } /* Literal.String.Other */
.markdown-content .highlight .sr { color: #235388 !important; } /* Literal.String.Regex */
.markdown-content .highlight .s1 { color: #4070a0 !important; } /* Literal.String.Single */
.markdown-content .highlight .ss { color: #517918 !important; } /* Literal.String.Symbol */
.markdown-content .highlight .bp { color: #007020 !important; } /* Name.Builtin.Pseudo */
.markdown-content .highlight .fm { color: #06287e !important; } /* Name.Function.Magic */
.markdown-content .highlight .vc { color: #bb60d5 !important; } /* Name.Variable.Class */
.markdown-content .highlight .vg { color: #bb60d5 !important; } /* Name.Variable.Global */
.markdown-content .highlight .vi { color: #bb60d5 !important; } /* Name.Variable.Instance */
.markdown-content .highlight .vm { color: #bb60d5 !important; } /* Name.Variable.Magic */
.markdown-content .highlight .il { color: #40a070 !important; } /* Literal.Number.Integer.Long */
