/* Minimal styling on top of Bootstrap */
.result {
    min-height: 3rem;
    background: #0d1117;
    color: #e6edf3;
    border-radius: .5rem;
    padding: .75rem 1rem;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-word;
}

textarea {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
}

pre {
    margin-bottom: 0;
}