.niels-ace-editor {
    margin: 1rem 0;
    border: 1px solid #d0d7de;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}

.niels-ace-editor__surface {
    width: 100%;
    min-height: 220px;
}

.niels-ace-editor__source {
    display: none;
}

.niels-ace-editor--preview {
    padding: 1rem;
    background: #f8f9fb;
}

.niels-ace-editor__preview-meta {
    margin-bottom: 1rem;
    color: #24292f;
}

.niels-ace-editor__preview-meta p {
    margin: 0.35rem 0;
}