/**
 * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck-content pre{
  color:#353535;
  text-align:left;
  tab-size:4;
  white-space:pre-wrap;
  direction:ltr;
  background:#c7c7c74d;
  border:1px solid #c4c4c4;
  border-radius:2px;
  min-width:200px;
  margin:.9em 0;
  padding:1em;
  font-style:normal;
}

.ck-content pre code{
  background:unset;
  border-radius:0;
  padding:0;
}