.quill-editor-wrapper .ql-toolbar.ql-snow {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-color: #e5e7eb;
    background-color: #f9fafb;
}

.quill-editor-wrapper .ql-container.ql-snow {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    border-color: #e5e7eb;
    font-family: inherit;
    overflow-y: auto;
    position: relative;
}

.quill-editor-wrapper .ql-editor {
    font-size: 0.875rem;
    line-height: 1.5;
    user-select: text !important;
    -webkit-user-select: text !important;
}

.quill-editor-wrapper .ql-editor table {
    border-collapse: collapse;
    width: 100%;
    margin: 1rem 0;
}

.quill-editor-wrapper .ql-editor td, .quill-editor-wrapper .ql-editor th {
    border: 1px solid #d1d5db;
    padding: 0.5rem;
    min-width: 2rem;
}

.quill-editor-wrapper .ql-editor.ql-blank::before {
    color: #9ca3af;
    font-style: normal;
}
