.notepad-toolbar,
.notepad-find {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
}

.notepad-find .tool-input {
    flex: 1 1 140px;
    min-width: 120px;
}

.notepad-editor {
    font-family: var(--font-mono);
    line-height: 1.55;
    min-height: 320px;
}

[data-theme="light"] .notepad-editor {
    background: var(--card-elevated);
    color: var(--ink);
}
