/* Quill editor shell inside admin property forms */
.admin-quill-shell .ql-toolbar.ql-snow {
    border-radius: 0.375rem 0.375rem 0 0;
    border-color: rgba(26, 26, 26, 0.14);
    font-family: var(--font-admin, var(--font-sans), system-ui, sans-serif);
}

.admin-quill-shell .ql-container.ql-snow {
    border-radius: 0 0 0.375rem 0.375rem;
    border-color: rgba(26, 26, 26, 0.14);
    font-family: var(--font-admin, var(--font-sans), system-ui, sans-serif);
    font-size: 1rem;
    min-height: 11rem;
}

.admin-quill-shell .ql-editor {
    min-height: 9rem;
    line-height: 1.55;
}

.admin-quill-shell .ql-editor.ql-blank::before {
    font-style: normal;
    color: rgba(26, 26, 26, 0.38);
}
