/* =========================================
   ТЕМА: Atom One Dark
   Базовые стили для Highlight.js
   ========================================= */
.mocc-theme-atom-one-dark pre code.hljs {
    display: block;
    overflow-x: auto;
    padding: 1em;
    background: #1e1e1e;
    color: #d4d4d4;
    border-radius: 8px;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.5;
    white-space: pre-wrap;
    word-wrap: break-word;
    tab-size: 4;
}

/* Цветовые классы Highlight.js */
.mocc-theme-atom-one-dark .hljs-comment, 
.mocc-theme-atom-one-dark .hljs-quote { 
    color: #5c6370; 
}
.mocc-theme-atom-one-dark .hljs-doctag, 
.mocc-theme-atom-one-dark .hljs-keyword, 
.mocc-theme-atom-one-dark .hljs-formula { 
    color: #c678dd; 
}
.mocc-theme-atom-one-dark .hljs-section, 
.mocc-theme-atom-one-dark .hljs-name, 
.mocc-theme-atom-one-dark .hljs-selector-tag, 
.mocc-theme-atom-one-dark .hljs-deletion, 
.mocc-theme-atom-one-dark .hljs-subst { 
    color: #e06c75; 
}
.mocc-theme-atom-one-dark .hljs-literal { 
    color: #56b6c2; 
}
.mocc-theme-atom-one-dark .hljs-string, 
.mocc-theme-atom-one-dark .hljs-regexp, 
.mocc-theme-atom-one-dark .hljs-addition, 
.mocc-theme-atom-one-dark .hljs-attribute, 
.mocc-theme-atom-one-dark .hljs-meta-string { 
    color: #98c379; 
}
.mocc-theme-atom-one-dark .hljs-built_in, 
.mocc-theme-atom-one-dark .hljs-class .hljs-title { 
    color: #e6c07b; 
}
.mocc-theme-atom-one-dark .hljs-attr, 
.mocc-theme-atom-one-dark .hljs-variable, 
.mocc-theme-atom-one-dark .hljs-template-variable, 
.mocc-theme-atom-one-dark .hljs-type, 
.mocc-theme-atom-one-dark .hljs-selector-class, 
.mocc-theme-atom-one-dark .hljs-selector-attr, 
.mocc-theme-atom-one-dark .hljs-selector-pseudo, 
.mocc-theme-atom-one-dark .hljs-number { 
    color: #d19a66; 
}
.mocc-theme-atom-one-dark .hljs-symbol, 
.mocc-theme-atom-one-dark .hljs-bullet, 
.mocc-theme-atom-one-dark .hljs-link, 
.mocc-theme-atom-one-dark .hljs-meta, 
.mocc-theme-atom-one-dark .hljs-selector-id, 
.mocc-theme-atom-one-dark .hljs-title { 
    color: #61aeee; 
}
.mocc-theme-atom-one-dark .hljs-emphasis { 
    font-style: italic; 
}
.mocc-theme-atom-one-dark .hljs-strong { 
    font-weight: bold; 
}