/* ForumX — mobil Quill yazma/fokus güvenlik düzeltmesi */
.forumx-quill-frame .ql-container.ql-snow,
.forumx-quill-frame .ql-editor {
    pointer-events: auto !important;
}

.forumx-quill-frame .ql-editor {
    position: relative;
    z-index: 1;
    opacity: 1 !important;
    visibility: visible !important;
    color: var(--fxc-text, #ecf3fc) !important;
    cursor: text !important;
    user-select: text !important;
    -webkit-user-select: text !important;
    touch-action: pan-y !important;
    -webkit-touch-callout: default;
    caret-color: var(--fxc-accent, #4f8cff) !important;
    overflow-wrap: anywhere;
}

.forumx-quill-frame .ql-editor p,
.forumx-quill-frame .ql-editor span,
.forumx-quill-frame .ql-editor strong,
.forumx-quill-frame .ql-editor em,
.forumx-quill-frame .ql-editor u {
    user-select: text !important;
    -webkit-user-select: text !important;
}

.forumx-quill-frame .ql-editor[contenteditable="true"] {
    -webkit-tap-highlight-color: rgba(79, 140, 255, .12);
}

.forumx-quill-frame.is-mobile-input-focused {
    border-color: color-mix(in srgb, var(--fxc-accent, #4f8cff) 55%, var(--fxc-line, rgba(133,169,207,.25))) !important;
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--fxc-accent, #4f8cff) 16%, transparent) !important;
}

@media (max-width: 820px) {
    .forumx-quill-frame .ql-container.ql-snow {
        touch-action: pan-y !important;
        overscroll-behavior: contain;
    }

    .forumx-quill-frame .ql-editor {
        min-height: 220px !important;
        -webkit-overflow-scrolling: touch;
    }
}
