/*!
 * Copy Code Box — VS Code Dark+ inspired Prism theme.
 * Original CSS written for this plugin; color values match the
 * well-known default color scheme of the VS Code "Dark+" theme.
 * Scoped under .ccb-theme-dark so it can safely coexist on the same
 * page as the light theme (e.g. in the admin live preview).
 */
 .ccb-theme-dark code[class*="language-"],.ccb-theme-dark pre[class*="language-"]{color:#d4d4d4;background:none;font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:13px;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.6;tab-size:4;hyphens:none}.ccb-theme-dark pre[class*="language-"]{padding:1em;margin:0;overflow:auto}.ccb-theme-dark pre[class*="language-"],.ccb-theme-dark :not(pre)>code[class*="language-"]{background:#1e1e1e}.ccb-theme-dark :not(pre)>code[class*="language-"]{padding:.15em .3em;border-radius:4px}.ccb-theme-dark .token.comment,.ccb-theme-dark .token.prolog,.ccb-theme-dark .token.doctype,.ccb-theme-dark .token.cdata{color:#6a9955}.ccb-theme-dark .token.punctuation{color:#d4d4d4}.ccb-theme-dark .token.property,.ccb-theme-dark .token.tag,.ccb-theme-dark .token.constant,.ccb-theme-dark .token.symbol,.ccb-theme-dark .token.deleted{color:#569cd6}.ccb-theme-dark .token.boolean,.ccb-theme-dark .token.number{color:#b5cea8}.ccb-theme-dark .token.selector,.ccb-theme-dark .token.attr-name,.ccb-theme-dark .token.string,.ccb-theme-dark .token.char,.ccb-theme-dark .token.builtin,.ccb-theme-dark .token.inserted{color:#ce9178}.ccb-theme-dark .token.operator,.ccb-theme-dark .token.entity,.ccb-theme-dark .token.url,.ccb-theme-dark .language-css .token.string,.ccb-theme-dark .style .token.string{color:#d4d4d4}.ccb-theme-dark .token.atrule,.ccb-theme-dark .token.keyword{color:#569cd6}.ccb-theme-dark .token.function,.ccb-theme-dark .token.class-name{color:#dcdcaa}.ccb-theme-dark .token.variable{color:#9cdcfe}.ccb-theme-dark .token.regex,.ccb-theme-dark .token.important{color:#d16969}.ccb-theme-dark .token.important,.ccb-theme-dark .token.bold{font-weight:700}.ccb-theme-dark .token.italic{font-style:italic}.ccb-theme-dark .token.entity{cursor:help}