/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


.code-editor-post {
  margin: 20px auto;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  border-radius: 4px;
  display: flex;
}

.code-editor-post>* {
  flex: 1;
}

.code-editor-post pre {
  margin: 0;
  padding: 10px;
  /* background-color: #282c34; */
  color: #f8f8f2;
  overflow-x: auto;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
}

.code-editor-post code {
  display: block;
  white-space: pre-wrap;
}

.ace-editor {
  width: 100%;
  min-height: 200px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.editor-preview {
  padding: 20px;
}