@media not all and (min-width: 1200px) {
  .image-to-text-desktop-only,
  .tiff-to-text-desktop-only,
  html body main.image-to-text-seo-page[data-tool="image-to-text"] section.image-to-text-desktop-only,
  html body main.tiff-to-text-seo-page[data-tool="tiff-to-text"] section.tiff-to-text-desktop-only {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
}

@media (min-width: 1200px) {
  .image-to-text-legacy-mobile,
  .tiff-to-text-legacy-mobile {
    display: none !important;
  }

      html body.flux-tool-body.flux-tool-image-tools.compress-100kb-pro main#main.image-to-text-seo-page[data-tool="image-to-text"] {
        --c100kb-seo-wide: min(94vw, 1600px);
      }
      html body.flux-tool-body.flux-tool-image-tools.compress-100kb-pro main#main.tiff-to-text-seo-page[data-tool="tiff-to-text"] {
        --c100kb-seo-wide: min(94vw, 1600px);
      }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-history-controls {
    display: none !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-editor-main.c100kb-ocr-main {
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) minmax(180px, 32%) !important;
    gap: 14px !important;
    padding: 18px !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-main-stack {
    display: contents;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-preview {
    min-height: 0 !important;
    height: 100% !important;
    position: relative;
    overflow: hidden !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-preview-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    transform-origin: center center;
    will-change: transform;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-preview [data-c100kb-preview-img] {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transform: none !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-text-panel {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    gap: 8px;
    min-height: 0;
    padding: 14px 16px;
    border: 1px solid rgba(148, 163, 184, 0.42);
    border-radius: 14px;
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 18px 44px rgba(15, 23, 42, 0.08);
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-text-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-text-heading {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-text-heading h2 {
    margin: 0;
    color: #0f172a;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-text-counts {
    margin: 0;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-text-privacy {
    margin: 0;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    flex: 0 0 auto;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-text-output {
    width: 100%;
    min-height: 0;
    height: 100%;
    resize: vertical;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    background: #f8fbff;
    color: #0f172a;
    padding: 12px 14px;
    font: 500 0.92rem/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-text-toolbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-result-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 32px;
    padding: 0 10px;
    border: 1px solid rgba(37, 99, 235, 0.22);
    border-radius: 9px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-result-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-result-btn i,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-result-btn svg {
    width: 14px;
    height: 14px;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-header-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 8px;
    max-width: min(58vw, 760px);
  }

  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-result-btn.is-copied,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-result-btn.is-copied {
    background: #ecfdf5 !important;
    border-color: #34d399 !important;
    color: #047857 !important;
    box-shadow: 0 0 0 1px rgba(52, 211, 153, 0.28);
  }

  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-result-btn.is-downloaded,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-result-btn.is-downloaded {
    background: #eff6ff !important;
    border-color: #60a5fa !important;
    color: #1d4ed8 !important;
    box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.28);
  }

  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-result-btn .c100kb-ocr-btn-icon,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-result-btn .c100kb-ocr-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
  }

  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-result-btn .c100kb-ocr-btn-icon i,
  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-result-btn .c100kb-ocr-btn-icon svg,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-result-btn .c100kb-ocr-btn-icon i,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-result-btn .c100kb-ocr-btn-icon svg {
    width: 14px;
    height: 14px;
  }

  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-result-btn [data-ocr-icon-check],
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-result-btn [data-ocr-icon-check] {
    width: 14px;
    height: 14px;
  }

  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    box-sizing: border-box;
    width: 142px;
    min-width: 142px;
    max-width: 142px;
    height: 38px;
    min-height: 38px;
    max-height: 38px;
    margin: 0;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
    color: #fff !important;
    font-family: inherit;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28) !important;
    cursor: pointer;
    white-space: nowrap;
    transform: none !important;
    transition: opacity 0.15s ease, box-shadow 0.15s ease !important;
    overflow: hidden !important;
    isolation: auto !important;
    appearance: none;
    -webkit-appearance: none;
    vertical-align: middle;
  }

  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract:hover,
  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract:active,
  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract:focus,
  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract:focus-visible,
  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract:disabled,
  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract.is-ocr-running,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract:hover,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract:active,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract:focus,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract:focus-visible,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract:disabled,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract.is-ocr-running {
    transform: none !important;
    filter: none !important;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28) !important;
  }

  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract:active,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract:active {
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28) !important;
  }

  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract:after,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract:after {
    content: none !important;
    display: none !important;
  }

  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract.is-ocr-running,
  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract:disabled,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract.is-ocr-running,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract:disabled {
    opacity: 0.88;
    cursor: wait;
  }

  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract-icon,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
  }

  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract-icon i,
  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract-icon svg,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract-icon i,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract-icon svg {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }

  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract.is-ocr-running [data-ocr-extract-icon],
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract.is-ocr-running [data-ocr-extract-icon] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract-spinner,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract-spinner {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    animation: c100kbOcrSpin 0.8s linear infinite;
    opacity: 0;
    visibility: hidden;
  }

  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract.is-ocr-running .c100kb-header-extract-spinner,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract.is-ocr-running .c100kb-header-extract-spinner {
    opacity: 1;
    visibility: visible;
  }

  body.compress-100kb-pro .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract-label,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-header-extract-label {
    display: block;
    flex: 0 0 auto;
    line-height: 1;
    text-align: left;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-extract-status-slot {
    display: inline-flex;
    align-items: center;
    flex: 0 0 76px;
    width: 76px;
    min-height: 38px;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-extract-status-slot:not([data-active]) .c100kb-ocr-extract-status {
    visibility: hidden;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-extract-status {
    display: inline-flex;
    align-items: center;
    width: 100%;
    min-height: 38px;
    padding: 0 2px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-result-btn [data-ocr-btn-label] {
    display: inline-block;
    min-width: 4.6rem;
    text-align: left;
  }

  @keyframes c100kbOcrSpin {
    to {
      transform: rotate(360deg);
    }
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #f8fafc;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-action-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-action-btn i,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-action-btn svg {
    width: 15px;
    height: 15px;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-meme-field input[type="text"],
  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-meme-field select {
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 10px;
    background: #fff;
    color: #0f172a;
    font-weight: 600;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-advanced-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-advanced-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 10px;
    background: #fff;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-advanced-meta {
    margin: 0;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-contrast-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-contrast-row input[type="range"] {
    width: 100%;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-ocr-contrast-row output {
    min-width: 44px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-sheet-status.is-meta {
    color: #64748b;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-sheet-status.is-pending {
    color: #1d4ed8;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-sheet-status.is-applied {
    color: #047857;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-png-jpg-editor.c100kb-ocr-editor .c100kb-sheet-status.is-warning {
    color: #b45309;
  }
}
