/* Quill's default Snow theme ships its own #ccc border - switched off here so the wrapper gets
   the app's own bordered-surface look (matches .info-card etc.) instead of double borders. */
.rich-text-editor {
    border: 1px solid var(--ftc-border);
    border-radius: var(--ftc-radius);
    overflow: hidden;
}

.rich-text-editor .ql-toolbar.ql-snow,
.rich-text-editor .ql-container.ql-snow {
    border: none;
}

.rich-text-editor-readonly .ql-toolbar {
    display: none;
}
