/* OCR mobile editor — TIFF to Text + Image to Text (max-width 1199px). Desktop CSS untouched. */

@media (max-width: 1199px) {
  main[data-tool="tiff-to-text"].tiff-to-text-seo-page,
  main[data-tool="image-to-text"].image-to-text-seo-page {
    --ocr-font: Inter, "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --ocr-text: #172033;
    --ocr-label: #334155;
    --ocr-accent: #2563eb;
    --ocr-border: #dbe3ef;
    --ocr-surface: #ffffff;
  }

  body.flux-tool-body.compress-100kb-ready.mobile-editor-layout .c100kb-ocr-mobile[data-c100kb-portaled="true"],
  body.flux-tool-body.compress-100kb-ready.mobile-editor-layout .c100kb-ocr-mobile[data-c100kb-portaled="true"] * {
    -webkit-text-fill-color: currentColor !important;
  }

  body.flux-tool-body.compress-100kb-ready.mobile-editor-layout .c100kb-ocr-mobile[data-c100kb-portaled="true"] {
    color: #172033 !important;
  }

  body.flux-tool-body.compress-100kb-ready.mobile-editor-layout .c100kb-ocr-mobile .c100kb-ocr-text-heading h2,
  body.flux-tool-body.compress-100kb-ready.mobile-editor-layout .c100kb-ocr-mobile .c100kb-ocr-text-counts,
  body.flux-tool-body.compress-100kb-ready.mobile-editor-layout .c100kb-ocr-mobile .c100kb-ocr-result-btn,
  body.flux-tool-body.compress-100kb-ready.mobile-editor-layout .c100kb-ocr-mobile .c100kb-ocr-mobile-tab,
  body.flux-tool-body.compress-100kb-ready.mobile-editor-layout .c100kb-ocr-mobile .c100kb-meme-field,
  body.flux-tool-body.compress-100kb-ready.mobile-editor-layout .c100kb-ocr-mobile .c100kb-sheet-help,
  body.flux-tool-body.compress-100kb-ready.mobile-editor-layout .c100kb-ocr-mobile .c100kb-ocr-advanced-meta,
  body.flux-tool-body.compress-100kb-ready.mobile-editor-layout .c100kb-ocr-mobile .c100kb-ocr-toggle,
  body.flux-tool-body.compress-100kb-ready.mobile-editor-layout .c100kb-ocr-mobile .c100kb-ocr-mobile-zoom-bar button,
  body.flux-tool-body.compress-100kb-ready.mobile-editor-layout .c100kb-ocr-mobile .c100kb-ocr-text-output {
    color: #334155 !important;
    opacity: 1 !important;
  }

  body.flux-tool-body.compress-100kb-ready.mobile-editor-layout .c100kb-ocr-mobile .c100kb-ocr-text-counts,
  body.flux-tool-body.compress-100kb-ready.mobile-editor-layout .c100kb-ocr-mobile .c100kb-ocr-text-output::placeholder {
    color: #64748b !important;
    opacity: 1 !important;
  }

  html body.flux-tool-body.compress-100kb-pro.compress-100kb-ready.ocr-mobile-editor-active main[data-tool="tiff-to-text"],
  html body.flux-tool-body.compress-100kb-pro.compress-100kb-ready.ocr-mobile-editor-active main[data-tool="image-to-text"],
  html body.flux-tool-body.compress-100kb-pro.compress-100kb-ready.mobile-editor-layout main[data-tool="tiff-to-text"],
  html body.flux-tool-body.compress-100kb-pro.compress-100kb-ready.mobile-editor-layout main[data-tool="image-to-text"] {
    overflow-x: hidden !important;
  }

  body.compress-100kb-pro.compress-100kb-ready.ocr-mobile-editor-active .site-header,
  body.compress-100kb-pro.compress-100kb-ready.ocr-mobile-editor-active .site-footer,
  body.compress-100kb-pro.compress-100kb-ready.ocr-mobile-editor-active .breadcrumb,
  body.compress-100kb-pro.compress-100kb-ready.ocr-mobile-editor-active .tool-content-stack,
  body.compress-100kb-pro.compress-100kb-ready.ocr-mobile-editor-active .sticky-mobile-action,
  body.compress-100kb-pro.compress-100kb-ready.ocr-mobile-editor-active .c100kb-tool-intent-header,
  body.compress-100kb-pro.compress-100kb-ready.ocr-mobile-editor-active .c100kb-trust-badges--below-upload {
    display: none !important;
  }

  html:has(body.compress-100kb-pro.compress-100kb-ready.ocr-mobile-editor-active),
  body.compress-100kb-pro.compress-100kb-ready.ocr-mobile-editor-active {
    overflow: hidden !important;
    height: 100dvh !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-ocr-mobile[data-c100kb-portaled="true"] {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999 !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: none !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #eceef2 !important;
    box-sizing: border-box !important;
    font-family: var(--ocr-font) !important;
    color: var(--ocr-text) !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-editor-header {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 0 0 50px !important;
    min-height: 50px !important;
    height: 50px !important;
    padding: 0 10px !important;
    background: #1976d2 !important;
    border-bottom: 0 !important;
    z-index: 30 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-editor-back {
    width: 36px !important;
    height: 36px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.14) !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-mobile-session-title {
    margin: 0 !important;
    padding: 0 4px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: center !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile-header-extract {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    min-height: 34px !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #1976d2 !important;
    -webkit-text-fill-color: #1976d2 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile-header-extract:disabled,
  body.compress-100kb-pro .c100kb-ocr-mobile-header-extract.is-ocr-running {
    opacity: 0.7 !important;
    pointer-events: none !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile-extract-status {
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 4px 12px 0 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #334155 !important;
    text-align: center !important;
    min-height: 0 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile-extract-status[hidden] {
    display: none !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-editor-main.c100kb-ocr-mobile-main {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    padding: 6px 8px 4px !important;
    gap: 8px !important;
    background: #eceef2 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-mobile-preview-wrap {
    flex: 1 1 auto !important;
    min-height: min(38dvh, 280px) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    min-width: 0 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile.c100kb-ocr-mobile-sheet-open .c100kb-ocr-mobile-preview-wrap {
    min-height: min(32dvh, 220px) !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-preview {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1) !important;
    padding: 8px !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-preview-stage {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    transform-origin: center center !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-preview [data-c100kb-preview-img] {
    display: block !important;
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-mobile-zoom-bar {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 6px !important;
    flex: 0 0 auto !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-mobile-zoom-bar button {
    min-height: 40px !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #334155 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-mobile-text-panel {
    flex: 0 1 auto !important;
    min-height: 0 !important;
    max-height: min(34dvh, 280px) !important;
    display: grid !important;
    grid-template-rows: auto auto minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 12px !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08) !important;
    overflow: hidden !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-text-heading h2 {
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #172033 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-text-counts {
    margin: 0 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #64748b !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-text-toolbar {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-result-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    min-height: 40px !important;
    padding: 0 10px !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
    color: #334155 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    flex: 1 1 auto !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-result-btn:disabled {
    opacity: 0.45 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-result-notice {
    margin: 0 0 8px !important;
    padding: 10px 12px !important;
    border-radius: 10px !important;
    border: 1px solid #dbe3ef !important;
    background: #f8fafc !important;
    color: #334155 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    opacity: 1 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-result-notice[hidden] {
    display: none !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-result-notice strong {
    display: block !important;
    margin-bottom: 2px !important;
    color: #172033 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    opacity: 1 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-result-notice span {
    display: block !important;
    color: #334155 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    opacity: 1 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-result-notice.is-warning {
    background: #fffbeb !important;
    border-color: #fde68a !important;
    color: #92400e !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-result-notice.is-warning strong {
    color: #78350f !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-result-notice.is-warning span {
    color: #92400e !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-text-output {
    width: 100% !important;
    min-height: 88px !important;
    height: 100% !important;
    resize: none !important;
    border: 1px solid #dbeafe !important;
    border-radius: 10px !important;
    background: #f8fbff !important;
    color: #172033 !important;
    padding: 10px 12px !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-mobile-toolbar {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    flex: 0 0 64px !important;
    min-height: 64px !important;
    padding: 6px 8px calc(6px + env(safe-area-inset-bottom, 0px)) !important;
    background: #fff !important;
    border-top: 1px solid #dbe3ef !important;
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.08) !important;
    position: static !important;
    z-index: 20 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile.c100kb-tool-sheet-open .c100kb-ocr-mobile-toolbar {
    opacity: 0.35 !important;
    pointer-events: none !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-mobile-tab {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    min-height: 52px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
    color: #334155 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    padding: 4px 6px !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-mobile-tab.is-active {
    background: #eff6ff !important;
    color: #2563eb !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-mobile-tab i {
    width: 18px !important;
    height: 18px !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-editor-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 35 !important;
    background: rgba(15, 23, 42, 0.42) !important;
    backdrop-filter: blur(2px) !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-bottom-sheet.c100kb-ocr-mobile-sheet {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 40 !important;
    width: 100% !important;
    max-width: none !important;
    height: max-content !important;
    max-height: min(72dvh, 560px) !important;
    margin: 0 !important;
    border-radius: 18px 18px 0 0 !important;
    background: #fff !important;
    box-shadow: 0 -16px 40px rgba(15, 23, 42, 0.18) !important;
    transform: translateY(100%) !important;
    transition: transform 0.24s ease !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile.c100kb-tool-sheet-open .c100kb-bottom-sheet.c100kb-ocr-mobile-sheet {
    transform: translateY(0) !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile.c100kb-tool-sheet-open .c100kb-sheet-head {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) 40px !important;
    grid-template-areas: "close title apply" !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 0 0 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    padding: 0 12px !important;
    background: #1976d2 !important;
    border-bottom: 0 !important;
    border-radius: 18px 18px 0 0 !important;
    color: #fff !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile.c100kb-tool-sheet-open .c100kb-sheet-close {
    grid-area: close !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile.c100kb-tool-sheet-open .c100kb-sheet-apply {
    grid-area: apply !important;
    justify-self: end !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile.c100kb-tool-sheet-open .c100kb-sheet-heading {
    grid-area: title !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 2px !important;
    min-width: 0 !important;
    pointer-events: none !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-sheet-head {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) 40px !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 12px !important;
    border-bottom: 1px solid #e2e8f0 !important;
    flex: 0 0 auto !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile.c100kb-tool-sheet-open .c100kb-sheet-title {
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-align: center !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile.c100kb-tool-sheet-open .c100kb-sheet-status {
    display: block !important;
    margin-top: 0 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #bbf7d0 !important;
    -webkit-text-fill-color: #bbf7d0 !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile.c100kb-tool-sheet-open .c100kb-sheet-status.is-warning {
    color: #fed7aa !important;
    -webkit-text-fill-color: #fed7aa !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile.c100kb-tool-sheet-open .c100kb-sheet-close,
  body.compress-100kb-pro .c100kb-ocr-mobile.c100kb-tool-sheet-open .c100kb-sheet-apply {
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile.c100kb-tool-sheet-open .c100kb-sheet-close {
    color: #334155 !important;
    -webkit-text-fill-color: #334155 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile.c100kb-tool-sheet-open .c100kb-sheet-apply {
    color: #1976d2 !important;
    -webkit-text-fill-color: #1976d2 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile.c100kb-tool-sheet-open .c100kb-sheet-close svg,
  body.compress-100kb-pro .c100kb-ocr-mobile.c100kb-tool-sheet-open .c100kb-sheet-close i,
  body.compress-100kb-pro .c100kb-ocr-mobile.c100kb-tool-sheet-open .c100kb-sheet-apply svg,
  body.compress-100kb-pro .c100kb-ocr-mobile.c100kb-tool-sheet-open .c100kb-sheet-apply i {
    width: 18px !important;
    height: 18px !important;
    color: inherit !important;
    stroke: currentColor !important;
    opacity: 1 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-sheet-title {
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #172033 !important;
    text-align: center !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-sheet-status {
    display: block !important;
    margin-top: 2px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #64748b !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-sheet-body {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow: auto !important;
    padding: 14px 14px calc(14px + env(safe-area-inset-bottom, 0px)) !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-sheet-help {
    margin: 0 0 12px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #334155 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-meme-field {
    display: grid !important;
    gap: 8px !important;
    margin: 0 0 12px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #334155 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-meme-field select,
  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-meme-field input[type="range"] {
    width: 100% !important;
    min-height: 44px !important;
    font-size: 15px !important;
    color: #172033 !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 10px !important;
    background: #fff !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-language-field {
    display: grid !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-language-label {
    display: block !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #334155 !important;
    opacity: 1 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-language-options {
    display: grid !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-language-option {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 0 14px !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #334155 !important;
    -webkit-text-fill-color: #334155 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-align: left !important;
    opacity: 1 !important;
    box-sizing: border-box !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-language-option.is-active,
  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-language-option[aria-pressed="true"] {
    border-color: #2563eb !important;
    background: #eff6ff !important;
    color: #1d4ed8 !important;
    -webkit-text-fill-color: #1d4ed8 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-language-field select[hidden] {
    display: none !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-advanced-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-bottom: 10px !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-advanced-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    min-height: 44px !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
    color: #334155 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-toggle {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 44px !important;
    margin: 0 0 12px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #334155 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-toggle input {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-contrast-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px !important;
    align-items: center !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-contrast-row output {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #2563eb !important;
    min-width: 44px !important;
    text-align: right !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .pdf-note {
    margin-top: 8px !important;
    padding: 10px 12px !important;
    border-radius: 10px !important;
    background: #f0f9ff !important;
    border: 1px solid #dbeafe !important;
    font-size: 13px !important;
    color: #334155 !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-editor-settings-column {
    display: none !important;
  }

  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-history-controls,
  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-editor-zoom,
  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-editor-header-actions,
  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-editor-title,
  body.compress-100kb-pro .c100kb-ocr-mobile .c100kb-ocr-extract-status-slot {
    display: none !important;
  }
}
