/* Compress Image to 100KB — mobile editor (max-width 900px). Desktop rules stay in pro.css @media (min-width: 901px). */

@media (max-width: 900px) {
  /* Full-bleed workspace — override flux-tool-body page inset */
  html body.flux-tool-body.compress-100kb-pro.compress-100kb-ready.mobile-editor-layout main.page-shell.tool-page,
  html body.flux-tool-body.compress-100kb-pro.compress-100kb-ready main.page-shell.tool-page,
  html body.flux-tool-body.compress-100kb-pro.compress-100kb-ready .tool-layout,
  html body.flux-tool-body.compress-100kb-pro.compress-100kb-ready .tool-main,
  html body.flux-tool-body.compress-100kb-pro.compress-100kb-ready #tool-workspace.tool-panel,
  html body.flux-tool-body.compress-100kb-pro.compress-100kb-ready .tool-panel,
  html body.flux-tool-body.compress-100kb-pro.compress-100kb-ready .image-output,
  html body.flux-tool-body.compress-100kb-pro.compress-100kb-ready .premium-result-card,
  html body.flux-tool-body.compress-100kb-pro.compress-100kb-ready .c100kb-result,
  html body.flux-tool-body.compress-100kb-pro.compress-100kb-ready .c100kb-editor-app-root,
  html body.flux-tool-body.compress-100kb-pro.compress-100kb-ready .studio-result-grid.c100kb-editor-app-root {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    margin-inline: 0 !important;
    padding: 0 !important;
    padding-inline: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  /* Hide site chrome while editor is open */
  body.compress-100kb-pro.compress-100kb-ready .site-header,
  body.compress-100kb-pro.compress-100kb-ready .site-footer,
  body.compress-100kb-pro.compress-100kb-ready .tool-breadcrumb,
  body.compress-100kb-pro.compress-100kb-ready .tool-page-hero,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-intro-section,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-tool-intent-header,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-trust-badges,
  body.compress-100kb-pro.compress-100kb-ready .tool-content-stack,
  body.compress-100kb-pro.compress-100kb-ready .image-optimizer-100kb-form,
  body.compress-100kb-pro.compress-100kb-ready .image-optimizer-100kb-actions,
  body.compress-100kb-pro.compress-100kb-ready .sticky-mobile-action {
    display: none !important;
  }

  /* Fullscreen loader until editor mounts (mobile) */
  body.compress-100kb-pro.compress-100kb-ready:not(:has(.c100kb-editor-app[data-c100kb-portaled="true"])) .c100kb-result-zone,
  body.compress-100kb-pro.compress-100kb-ready:not(:has(.c100kb-editor-app[data-c100kb-portaled="true"])) #imageOutput,
  body.compress-100kb-pro.compress-100kb-ready:not(:has(.c100kb-editor-app[data-c100kb-portaled="true"])) .c100kb-processing {
    position: fixed !important;
    inset: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 9998 !important;
    width: 100vw !important;
    max-width: none !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #f3f6fb !important;
    overflow: hidden !important;
    transform: none !important;
  }

  body.compress-100kb-pro.compress-100kb-ready:not(:has(.c100kb-editor-app[data-c100kb-portaled="true"])) .c100kb-processing {
    z-index: 9999 !important;
    display: grid !important;
    place-content: center !important;
    justify-items: center !important;
    gap: 0.85rem !important;
    padding: 1.5rem !important;
    text-align: center !important;
  }

  body.compress-100kb-pro .c100kb-processing-ring {
    animation: c100kb-spin 0.55s linear infinite !important;
  }

  html body.flux-tool-body.compress-100kb-pro.compress-100kb-ready.mobile-editor-layout .tool-form.premium-uploader.image-optimizer-100kb-form,
  html body.flux-tool-body.compress-100kb-pro.compress-100kb-ready .image-optimizer-100kb-form[aria-hidden="true"],
  html body.flux-tool-body.flux-tool-image-tools.compress-100kb-pro.compress-100kb-ready .tool-page #tool-workspace.tool-panel .tool-form.premium-uploader.image-optimizer-100kb-form,
  html body.flux-tool-body.flux-tool-image-tools.compress-100kb-pro.compress-100kb-ready .tool-page #tool-workspace.tool-panel .image-optimizer-100kb-form[aria-hidden="true"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  html:has(body.compress-100kb-pro.compress-100kb-ready),
  body.compress-100kb-pro.compress-100kb-ready {
    overflow: hidden !important;
    height: 100dvh !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-editor-app-root,
  body.compress-100kb-pro.compress-100kb-ready .studio-result-grid.c100kb-editor-app-root,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-editor-app[data-c100kb-portaled="true"] {
    position: fixed !important;
    inset: 0 !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;
    z-index: 9999 !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-editor-header,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-editor-main,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-editor-preview,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-editor-toolbar {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.compress-100kb-pro .c100kb-editor-header {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) auto !important;
    grid-template-areas: "back history actions" !important;
    align-items: center !important;
    flex: 0 0 50px !important;
    min-height: 50px !important;
    height: 50px !important;
    padding: 0 10px !important;
    gap: 0 !important;
    background: #1976d2 !important;
    border-bottom: 0 !important;
    z-index: 30 !important;
    overflow: visible !important;
  }

  body.compress-100kb-pro .c100kb-editor-back {
    grid-area: back !important;
    position: relative !important;
    z-index: 4 !important;
  }

  body.compress-100kb-pro .c100kb-editor-title {
    display: none !important;
  }

  body.compress-100kb-pro .c100kb-history-controls {
    grid-area: history !important;
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    justify-self: center !important;
    align-self: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 28px !important;
    max-width: 100% !important;
    z-index: 2 !important;
    pointer-events: auto !important;
  }

  body.compress-100kb-pro .c100kb-history-btn {
    width: 32px !important;
    height: 32px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: #fff !important;
  }

  body.compress-100kb-pro .c100kb-history-btn:disabled {
    color: rgba(255, 255, 255, 0.42) !important;
  }

  body.compress-100kb-pro .c100kb-history-btn svg,
  body.compress-100kb-pro .c100kb-history-btn i,
  body.compress-100kb-pro .c100kb-history-btn svg path,
  body.compress-100kb-pro .c100kb-history-btn svg polyline,
  body.compress-100kb-pro .c100kb-history-btn svg line {
    width: 21px !important;
    height: 21px !important;
    color: #fff !important;
    stroke: #fff !important;
  }

  body.compress-100kb-pro .c100kb-history-btn:disabled svg,
  body.compress-100kb-pro .c100kb-history-btn:disabled i {
    opacity: 0.42 !important;
  }

  body.compress-100kb-pro .c100kb-editor-header .c100kb-editor-zoom {
    display: none !important;
  }

  body.compress-100kb-pro .c100kb-editor-header-actions {
    grid-area: actions !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-left: 0 !important;
    justify-self: end !important;
    z-index: 4 !important;
  }

  body.compress-100kb-pro .c100kb-download-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    flex-shrink: 0 !important;
  }

  body.compress-100kb-pro .c100kb-download-format-pick {
    display: none !important;
  }

  body.compress-100kb-pro .c100kb-download-wrap--expanded .c100kb-download-format-menu {
    display: none !important;
  }

  body.compress-100kb-pro .c100kb-download-wrap--expanded {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
  }

  body.compress-100kb-pro .c100kb-output-format-picker {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.compress-100kb-pro .c100kb-output-format-picker summary {
    list-style: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    min-height: 34px !important;
    padding: 0 10px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #1565c0 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.1) !important;
    white-space: nowrap !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-editor-header .c100kb-output-format-picker summary,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-editor-header .c100kb-download-format-menu summary {
    background: #fff !important;
    color: #1565c0 !important;
    border: 0 !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.1) !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-editor-header .c100kb-output-format-picker [data-c100kb-dl-format-label],
  body.compress-100kb-pro.compress-100kb-ready .c100kb-editor-header .c100kb-download-format-menu summary [data-c100kb-dl-format-label] {
    color: #1565c0 !important;
    -webkit-text-fill-color: #1565c0 !important;
    font-size: 11px !important;
    min-width: 0 !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-editor-header .c100kb-output-format-picker .c100kb-format-chevron,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-editor-header .c100kb-download-format-menu .c100kb-format-chevron {
    color: #1565c0 !important;
    stroke: #1565c0 !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-editor-header .c100kb-output-format-picker[open] summary,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-editor-header .c100kb-download-format-menu[open] summary {
    background: #e3f2fd !important;
    color: #0d47a1 !important;
    box-shadow: inset 0 0 0 1px rgba(21, 101, 192, 0.18) !important;
  }

  body.compress-100kb-pro .c100kb-output-format-kicker {
    display: none !important;
  }

  body.compress-100kb-pro .c100kb-output-format-panel {
    position: absolute !important;
    top: calc(100% + 6px) !important;
    right: 0 !important;
    left: auto !important;
    width: min(320px, calc(100vw - 20px)) !important;
    max-height: min(70vh, 420px) !important;
    overflow: auto !important;
    padding: 10px !important;
    border-radius: 14px !important;
    z-index: 120 !important;
  }

  body.compress-100kb-pro .c100kb-output-format-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.compress-100kb-pro .c100kb-download-cluster {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    height: 34px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    flex-shrink: 0 !important;
  }

  body.compress-100kb-pro .c100kb-download-format-menu {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    height: 34px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  body.compress-100kb-pro .c100kb-download-format-menu summary {
    list-style: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    width: auto !important;
    min-width: 0 !important;
    height: 34px !important;
    padding: 0 9px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #1565c0 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    user-select: none !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.1) !important;
    white-space: nowrap !important;
  }

  body.compress-100kb-pro .c100kb-download-format-menu summary::-webkit-details-marker {
    display: none !important;
  }

  body.compress-100kb-pro .c100kb-download-format-menu summary::marker {
    content: "" !important;
  }

  body.compress-100kb-pro .c100kb-download-format-menu summary [data-c100kb-dl-format-label] {
    display: inline !important;
    min-width: 0 !important;
    text-align: center !important;
  }

  body.compress-100kb-pro .c100kb-download-format-menu .c100kb-format-chevron {
    width: 12px !important;
    height: 12px !important;
    color: #1565c0 !important;
    stroke: #1565c0 !important;
    flex: 0 0 auto !important;
  }

  body.compress-100kb-pro .c100kb-download-format-menu[open] summary {
    background: #e3f2fd !important;
    color: #0d47a1 !important;
    box-shadow: inset 0 0 0 1px rgba(21, 101, 192, 0.18) !important;
  }

  body.compress-100kb-pro .c100kb-download-format-menu-panel {
    position: absolute !important;
    top: calc(100% + 6px) !important;
    right: 0 !important;
    left: auto !important;
    z-index: 60 !important;
    display: grid !important;
    gap: 2px !important;
    min-width: 104px !important;
    padding: 4px !important;
    border: 1px solid rgba(15, 23, 42, 0.1) !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.18) !important;
  }

  body.compress-100kb-pro .c100kb-download-format-menu:not([open]) .c100kb-download-format-menu-panel {
    display: none !important;
  }

  body.compress-100kb-pro .c100kb-download-format-menu-panel button {
    width: 100% !important;
    min-height: 36px !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #475569 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-align: left !important;
    cursor: pointer !important;
  }

  body.compress-100kb-pro .c100kb-download-format-menu-panel button.is-active {
    background: #eff6ff !important;
    color: #2563eb !important;
  }

  body.compress-100kb-pro .c100kb-editor-header .c100kb-header-download.download-button,
  body.flux-tool-body.compress-100kb-pro .c100kb-editor-header .download-button.c100kb-header-download {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 34px !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #1565c0 !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08) !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  body.compress-100kb-pro .c100kb-editor-header .c100kb-header-download span,
  body.compress-100kb-pro .c100kb-editor-header .c100kb-header-download .c100kb-dl-text {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
  }

  body.compress-100kb-pro .c100kb-editor-header .c100kb-header-download svg,
  body.compress-100kb-pro .c100kb-editor-header .c100kb-header-download i,
  body.compress-100kb-pro .c100kb-editor-header .c100kb-header-download .c100kb-download-icon,
  body.compress-100kb-pro .c100kb-editor-header .c100kb-header-download svg path,
  body.compress-100kb-pro .c100kb-editor-header .c100kb-header-download svg polyline,
  body.compress-100kb-pro .c100kb-editor-header .c100kb-header-download svg line {
    width: 18px !important;
    height: 18px !important;
    color: #1565c0 !important;
    stroke: #1565c0 !important;
  }

  body.compress-100kb-pro .c100kb-editor-header .c100kb-header-download.c100kb-download-ready svg,
  body.compress-100kb-pro .c100kb-editor-header .c100kb-header-download.c100kb-download-ready .c100kb-download-icon,
  body.compress-100kb-pro .c100kb-editor-header .c100kb-header-download.c100kb-download-ready svg path,
  body.compress-100kb-pro .c100kb-editor-header .c100kb-header-download:not(.is-disabled)[href] svg,
  body.compress-100kb-pro .c100kb-editor-header .c100kb-header-download:not(.is-disabled)[href] .c100kb-download-icon,
  body.compress-100kb-pro .c100kb-editor-header .c100kb-header-download:not(.is-disabled)[href] svg path {
    color: #1565c0 !important;
    stroke: #1565c0 !important;
  }

  body.compress-100kb-pro .c100kb-editor-header .c100kb-header-download.c100kb-download-ready,
  body.compress-100kb-pro .c100kb-editor-header .c100kb-header-download:not(.is-disabled)[href] {
    background: #fff !important;
    border: 0 !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08) !important;
    opacity: 1 !important;
  }

  body.compress-100kb-pro .c100kb-editor-header .c100kb-header-download.is-disabled {
    opacity: 0.5 !important;
    pointer-events: none !important;
  }

  body.compress-100kb-pro .c100kb-editor-main {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  body.compress-100kb-pro .c100kb-editor-preview {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    height: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #eceef2 !important;
  }

  body.compress-100kb-pro .c100kb-editor-preview img {
    max-width: min(92vw, 100%) !important;
    max-height: min(415px, calc(100dvh - 50px - 115px - 36px)) !important;
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
  }

  body.compress-100kb-pro .c100kb-editor-toolbar {
    display: flex !important;
    flex: 0 0 115px !important;
    flex-shrink: 0 !important;
    gap: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x proximity !important;
    align-items: center !important;
    padding: 0 8px env(safe-area-inset-bottom, 0px) !important;
    margin-top: auto !important;
    min-height: 115px !important;
    max-height: 115px !important;
    background: #fff !important;
    border-top: 1px solid #e2e8f0 !important;
    z-index: 45 !important;
    position: relative !important;
    box-sizing: border-box !important;
  }

  body.compress-100kb-pro .c100kb-tool-btn {
    flex: 0 0 auto !important;
    scroll-snap-align: start !important;
    min-width: 72px !important;
    max-width: 88px !important;
    min-height: 68px !important;
    height: auto !important;
    max-height: 115px !important;
    padding: 8px 6px 6px !important;
    gap: 4px !important;
  }

  body.compress-100kb-pro .c100kb-tool-btn svg,
  body.compress-100kb-pro .c100kb-tool-btn i {
    width: 22px !important;
    height: 22px !important;
  }

  body.compress-100kb-pro .c100kb-tool-btn span {
    font-size: 10px !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }

  body.compress-100kb-pro .c100kb-bottom-sheet {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: calc(115px + env(safe-area-inset-bottom, 0px)) !important;
    z-index: 40 !important;
    max-height: min(52dvh, 460px) !important;
    min-height: 0 !important;
    border-radius: 16px 16px 0 0 !important;
    box-shadow: 0 -20px 48px rgba(15, 23, 42, 0.22) !important;
  }

  body.compress-100kb-pro .c100kb-editor-backdrop:not([hidden]) {
    display: block !important;
    top: 50px !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-tool-sheet-open .c100kb-editor-toolbar {
    display: flex !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
    flex: 0 0 115px !important;
    min-height: 115px !important;
    max-height: 115px !important;
    height: 115px !important;
    padding: 0 8px env(safe-area-inset-bottom, 0px) !important;
    margin: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    z-index: 0 !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-tool-sheet-open .c100kb-bottom-sheet {
    bottom: 0 !important;
    max-height: none !important;
    min-height: 0 !important;
    height: auto !important;
    padding-bottom: env(safe-area-inset-bottom, 0px) !important;
    z-index: 50 !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-tool-sheet-open .c100kb-sheet-head {
    flex: 0 0 50px !important;
    min-height: 50px !important;
    padding: 0 12px !important;
    background: #1976d2 !important;
    border-bottom: 0 !important;
    color: #fff !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-tool-sheet-open .c100kb-sheet-title {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 15px !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-tool-sheet-open .c100kb-sheet-status {
    color: #bbf7d0 !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-tool-sheet-open .c100kb-sheet-status.is-warning {
    color: #fed7aa !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-tool-sheet-open .c100kb-sheet-close,
  body.compress-100kb-pro .c100kb-editor-app.c100kb-tool-sheet-open .c100kb-sheet-apply {
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
    border-radius: 999px !important;
    background: #fff !important;
    border: 0 !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-tool-sheet-open .c100kb-sheet-close {
    color: #334155 !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-tool-sheet-open .c100kb-sheet-apply {
    color: #1976d2 !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-tool-sheet-open .c100kb-sheet-body {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px)) !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-tool-sheet-open .c100kb-sheet-help {
    margin: 0 0 6px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-tool-sheet-open .c100kb-sheet-panel[data-c100kb-tool-panel="crop"],
  body.compress-100kb-pro .c100kb-editor-app.c100kb-tool-sheet-open .c100kb-sheet-panel[data-c100kb-tool-panel="effects"] {
    gap: 8px !important;
  }

  body.compress-100kb-pro .c100kb-sheet-body input:not([type="checkbox"]),
  body.compress-100kb-pro .c100kb-sheet-body select {
    font-size: 16px !important;
  }

  body.compress-100kb-pro .c100kb-format-sheet {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.compress-100kb-pro .c100kb-effects-row,
  body.compress-100kb-pro .c100kb-aspect-row {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-crop-active .c100kb-editor-backdrop {
    display: none !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-crop-active .c100kb-crop-overlay {
    z-index: 50 !important;
    pointer-events: none !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-crop-active .c100kb-crop-stage {
    overflow: visible !important;
    pointer-events: auto !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-crop-active .c100kb-crop-frame {
    touch-action: none !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-crop-active [data-c100kb-crop-handle] {
    width: 22px !important;
    height: 22px !important;
    touch-action: none !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-crop-active [data-c100kb-crop-handle="nw"] {
    left: -11px !important;
    top: -11px !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-crop-active [data-c100kb-crop-handle="n"] {
    top: -11px !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-crop-active [data-c100kb-crop-handle="ne"] {
    right: -11px !important;
    top: -11px !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-crop-active [data-c100kb-crop-handle="e"] {
    right: -11px !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-crop-active [data-c100kb-crop-handle="se"] {
    right: -11px !important;
    bottom: -11px !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-crop-active [data-c100kb-crop-handle="s"] {
    bottom: -11px !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-crop-active [data-c100kb-crop-handle="sw"] {
    left: -11px !important;
    bottom: -11px !important;
  }

  body.compress-100kb-pro .c100kb-editor-app.c100kb-crop-active [data-c100kb-crop-handle="w"] {
    left: -11px !important;
  }
}

@media (max-width: 380px) {
  body.compress-100kb-pro .c100kb-history-controls {
    gap: 32px !important;
  }
}
