
.codex-editor__redactor {
    padding-bottom: 100px;
}

.ce-block__content {
    max-width: 90%;
}

.ce-toolbar__plus {
    color: #007bff;
    margin-left: -270px;
}


.ce-paragraph {
    line-height: 1.6 ;
}

#editorjs {
    background-color: #fafafa;
}

#editorjs:focus-within {
    background-color: white;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#debug-info pre {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 4px;
    font-size: 12px;
    max-height: 150px;
    overflow-y: auto;
}