pre {
    line-height: 125%;
    /*padding: 15px;*/
    background: #1B2632 !important; /* Основной темный фон */
    color: #E6E6E6 !important; /* Основной цвет текста */
    border-radius: 4px; /* Добавим скругление углов как в PyCharm */
    overflow-x: auto;
    font-size: 16px;
    margin: 0;

}
td.linenos .normal {
    color: #5C6370 !important; /* Цвет номеров строк как у комментариев */
    background-color: transparent;
    padding-left: 5px;
    padding-right: 5px;
}
span.linenos {
    color: #5C6370 !important; /* Аналогично для span */
    background-color: transparent;
    padding-left: 5px;
    padding-right: 5px;
}
td.linenos .special {
    color: #E6E6E6 !important;
    background-color: #3E4452 !important; /* Специальный фон как у выделения */
    padding-left: 5px;
    padding-right: 5px;
}
span.linenos.special {
    color: #E6E6E6 !important;
    background-color: #3E4452 !important;
    padding-left: 5px;
    padding-right: 5px;
}
.codehilite .hll {
    background-color: #3E4452 !important; /* Цвет выделения текущей строки */
}
.codehilite {
    background: #1B2632 !important; /* Темный фон */
    max-width: 100%;
    overflow-x: auto;
}

/* Стили синтаксиса */
.codehilite .c { color: #5C6370 !important; font-style: italic } /* Comment */
.codehilite .err { border: 1px solid #E06C75 !important } /* Error */
.codehilite .k { color: #F92672 !important; font-weight: bold } /* Keyword */
.codehilite .o { color: #E6E6E6 !important } /* Operator */
.codehilite .ch { color: #5C6370 !important; font-style: italic } /* Comment.Hashbang */
.codehilite .cm { color: #5C6370 !important; font-style: italic } /* Comment.Multiline */
.codehilite .cp { color: #D19A66 !important } /* Comment.Preproc */
.codehilite .cpf { color: #5C6370 !important; font-style: italic } /* Comment.PreprocFile */
.codehilite .c1 { color: #5C6370 !important; font-style: italic } /* Comment.Single */
.codehilite .cs { color: #5C6370 !important; font-style: italic } /* Comment.Special */
.codehilite .gd { color: #E06C75 !important } /* Generic.Deleted */
.codehilite .ge { font-style: italic !important } /* Generic.Emph */
.codehilite .ges { font-weight: bold; font-style: italic !important } /* Generic.EmphStrong */
.codehilite .gr { color: #E06C75 !important } /* Generic.Error */
.codehilite .gh { color: #61AFEF !important; font-weight: bold } /* Generic.Heading */
.codehilite .gi { color: #98C379 !important } /* Generic.Inserted */
.codehilite .go { color: #5C6370 !important } /* Generic.Output */
.codehilite .gp { color: #61AFEF !important; font-weight: bold } /* Generic.Prompt */
.codehilite .gs { font-weight: bold !important } /* Generic.Strong */
.codehilite .gu { color: #61AFEF !important; font-weight: bold } /* Generic.Subheading */
.codehilite .gt { color: #E06C75 !important } /* Generic.Traceback */
.codehilite .kc { color: #F92672 !important; font-weight: bold } /* Keyword.Constant */
.codehilite .kd { color: #F92672 !important; font-weight: bold } /* Keyword.Declaration */
.codehilite .kn { color: #F92672 !important; font-weight: bold } /* Keyword.Namespace */
.codehilite .kp { color: #F92672 !important } /* Keyword.Pseudo */
.codehilite .kr { color: #F92672 !important; font-weight: bold } /* Keyword.Reserved */
.codehilite .kt { color: #61AFEF !important } /* Keyword.Type */
.codehilite .m { color: #D19A66 !important } /* Literal.Number */
.codehilite .s { color: #98C379 !important } /* Literal.String */
.codehilite .na { color: #E5C07B !important } /* Name.Attribute */
.codehilite .nb { color: #E06C75 !important } /* Name.Builtin */
.codehilite .nc { color: #61AFEF !important; font-weight: bold } /* Name.Class */
.codehilite .no { color: #D19A66 !important } /* Name.Constant */
.codehilite .nd { color: #61AFEF !important } /* Name.Decorator */
.codehilite .ni { color: #E06C75 !important; font-weight: bold } /* Name.Entity */
.codehilite .ne { color: #E06C75 !important; font-weight: bold } /* Name.Exception */
.codehilite .nf { color: #61AFEF !important } /* Name.Function */
.codehilite .nl { color: #E5C07B !important } /* Name.Label */
.codehilite .nn { color: #61AFEF !important; font-weight: bold } /* Name.Namespace */
.codehilite .nt { color: #F92672 !important; font-weight: bold } /* Name.Tag */
.codehilite .nv { color: #E06C75 !important } /* Name.Variable */
.codehilite .ow { color: #F92672 !important; font-weight: bold } /* Operator.Word */
.codehilite .w { color: #5C6370 !important } /* Text.Whitespace */
.codehilite .mb { color: #D19A66 !important } /* Literal.Number.Bin */
.codehilite .mf { color: #D19A66 !important } /* Literal.Number.Float */
.codehilite .mh { color: #D19A66 !important } /* Literal.Number.Hex */
.codehilite .mi { color: #D19A66 !important } /* Literal.Number.Integer */
.codehilite .mo { color: #D19A66 !important } /* Literal.Number.Oct */
.codehilite .sa { color: #98C379 !important } /* Literal.String.Affix */
.codehilite .sb { color: #98C379 !important } /* Literal.String.Backtick */
.codehilite .sc { color: #98C379 !important } /* Literal.String.Char */
.codehilite .dl { color: #98C379 !important } /* Literal.String.Delimiter */
.codehilite .sd { color: #5C6370 !important; font-style: italic } /* Literal.String.Doc */
.codehilite .s2 { color: #98C379 !important } /* Literal.String.Double */
.codehilite .se { color: #D19A66 !important; font-weight: bold } /* Literal.String.Escape */
.codehilite .sh { color: #98C379 !important } /* Literal.String.Heredoc */
.codehilite .si { color: #E06C75 !important; font-weight: bold } /* Literal.String.Interpol */
.codehilite .sx { color: #98C379 !important } /* Literal.String.Other */
.codehilite .sr { color: #98C379 !important } /* Literal.String.Regex */
.codehilite .s1 { color: #98C379 !important } /* Literal.String.Single */
.codehilite .ss { color: #E06C75 !important } /* Literal.String.Symbol */
.codehilite .bp { color: #E06C75 !important } /* Name.Builtin.Pseudo */
.codehilite .fm { color: #61AFEF !important } /* Name.Function.Magic */
.codehilite .vc { color: #E06C75 !important } /* Name.Variable.Class */
.codehilite .vg { color: #E06C75 !important } /* Name.Variable.Global */
.codehilite .vi { color: #E06C75 !important } /* Name.Variable.Instance */
.codehilite .vm { color: #E06C75 !important } /* Name.Variable.Magic */
.codehilite .il { color: #D19A66 !important } /* Literal.Number.Integer.Long */