/* ==========================================================================
   FAYL: wwwroot/css/quill-editor.css
   Quill'ning standart "snow" temasini admin paneli dizayniga moslashtiradi.
   ========================================================================== */

.quill-editor-wrap {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
}

.quill-editor-wrap .ql-toolbar.ql-snow {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    background: #fafafa;
    border-radius: 10px 10px 0 0;
}

.quill-editor-wrap .ql-container.ql-snow {
    border: none;
    font-size: 14.5px;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

.quill-editor-wrap .ql-editor {
    min-height: var(--quill-editor-height, 300px);
    max-height: 520px;
    overflow-y: auto;
    line-height: 1.7;
}

.quill-editor-wrap .ql-editor.ql-blank::before {
    color: #aaa;
    font-style: normal;
}

.quill-editor-wrap .ql-editor img {
    max-width: 100%;
    border-radius: 6px;
}

/* Toolbar tugmalarini biroz yiriklashtirish (mobil/sichqonchada qulayroq) */
.quill-editor-wrap .ql-snow .ql-picker,
.quill-editor-wrap .ql-snow .ql-formats button {
    height: 28px;
}