body {
    background-color: skyblue;
}

.task-content p + p,
trix-editor p + p { margin-top: 0.75em; }

.task-content ul,
trix-editor ul { list-style: disc; padding-left: 1.5rem; }
.task-content ol,
trix-editor ol { list-style: decimal; padding-left: 1.5rem; }
.task-content strong,
trix-editor strong { font-weight: 700; }
.task-content em,
trix-editor em { font-style: italic; }
.task-content a,
trix-editor a { color: #4f46e5; text-decoration: underline; }
.task-content h1,
trix-editor h1 { font-size: 1.2em; font-weight: 700; line-height: 1.2; }
.task-content blockquote,
trix-editor blockquote { border-left: 4px solid #d1d5db; padding-left: 1rem; color: #6b7280; }
.task-content pre,
trix-editor pre { display: inline-block; width: 100%; font-family: monospace; font-size: 0.9em; padding: 0.5em; white-space: pre; background-color: #eee; overflow-x: auto; }
