/* Resize Image for WhatsApp DP — mobile editor (max-width 1199px). Desktop stays in image-resize-editor-workspace.css */

@media (max-width: 1199px) {
  html body.whatsapp-dp-mobile-editor-active.compress-100kb-ready {
    overflow: hidden !important;
    height: 100dvh !important;
  }

  html body.whatsapp-dp-mobile-editor-active.compress-100kb-ready .site-header,
  html body.whatsapp-dp-mobile-editor-active.compress-100kb-ready .site-footer,
  html body.whatsapp-dp-mobile-editor-active.compress-100kb-ready .breadcrumb,
  html body.whatsapp-dp-mobile-editor-active.compress-100kb-ready .tool-page-hero,
  html body.whatsapp-dp-mobile-editor-active.compress-100kb-ready .tool-workspace-note,
  html body.whatsapp-dp-mobile-editor-active.compress-100kb-ready .tool-content-stack,
  html body.whatsapp-dp-mobile-editor-active.compress-100kb-ready .image-optimizer-100kb-form,
  html body.whatsapp-dp-mobile-editor-active.compress-100kb-ready .sticky-mobile-action,
  html body.whatsapp-dp-mobile-editor-active.compress-100kb-ready #utilityOutput,
  html body.whatsapp-dp-mobile-editor-active.compress-100kb-ready .resize-editor-toolbar,
  html body.whatsapp-dp-mobile-editor-active.compress-100kb-ready .resize-editor-left {
    display: none !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor[data-c100kb-portaled="true"] {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999 !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    background: #dfe4ec !important;
    overflow: hidden !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor.is-hidden {
    display: none !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-editor-header {
    order: 1 !important;
    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;
    z-index: 30 !important;
    overflow: visible !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-editor-back {
    grid-area: back !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.14) !important;
    color: #fff !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-history-controls {
    grid-area: history !important;
    display: inline-flex !important;
    justify-self: center !important;
    gap: 22px !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-history-btn {
    width: 32px !important;
    height: 32px !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-history-btn svg,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-history-btn i {
    width: 21px !important;
    height: 21px !important;
    color: #fff !important;
    stroke: #fff !important;
    opacity: 1 !important;
    pointer-events: none !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-history-btn:disabled svg,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-history-btn:disabled i {
    opacity: 0.42 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-editor-header-actions {
    grid-area: actions !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    min-width: 0 !important;
    z-index: 35 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-header-download {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #1565c0 !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12) !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-header-download svg {
    width: 18px !important;
    height: 18px !important;
    color: #1565c0 !important;
    stroke: #1565c0 !important;
    pointer-events: none !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-header-download.is-disabled {
    opacity: 0.5 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-editor-zoom {
    order: 2 !important;
    position: relative !important;
    z-index: 28 !important;
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 44px 52px !important;
    gap: 6px !important;
    margin: 8px 10px 0 !important;
    padding: 4px !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16) !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-editor-zoom button {
    min-height: 44px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
    color: #172033 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-zoom-label {
    background: transparent !important;
    color: #334155 !important;
    font-size: 14px !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-editor-main {
    order: 3 !important;
    flex: 1 1 0% !important;
    height: 0 !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 8px 10px !important;
    overflow: hidden !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-preview-host {
    position: relative !important;
    flex: 1 1 0% !important;
    height: 0 !important;
    min-height: 0 !important;
    display: grid !important;
    place-items: center !important;
    overflow: hidden !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-preview-shell {
    display: grid !important;
    place-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-preview-stage {
    position: relative !important;
    width: min(72vw, 360px) !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: 0 22px 58px rgba(15, 23, 42, 0.18) !important;
    transform-origin: center !important;
    transition: transform 0.18s ease !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-preview-stage canvas {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-circle-mask {
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    border-radius: inherit !important;
    background: radial-gradient(circle at center, transparent 0 49%, rgba(15, 23, 42, 0.25) 50% 100%) !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-circle-guide {
    position: absolute !important;
    inset: 7.5% !important;
    border: 2px dashed rgba(255, 255, 255, 0.96) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-center-cross {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 54px !important;
    height: 54px !important;
    transform: translate(-50%, -50%) !important;
    opacity: 0.34 !important;
    pointer-events: none !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-center-cross::before,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-center-cross::after {
    content: "" !important;
    position: absolute !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.18) !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-center-cross::before {
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-center-cross::after {
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-preview-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 8px 12px !important;
    border: 1px solid #dbeafe !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    color: #172033 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-preview-meta .is-live {
    color: #2563eb !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-preview-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 12 !important;
    display: grid !important;
    place-items: center !important;
    background: rgba(248, 251, 255, 0.42) !important;
    pointer-events: none !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-preview-overlay-card {
    display: grid !important;
    justify-items: center !important;
    gap: 8px !important;
    padding: 16px 18px !important;
    border: 1px solid rgba(147, 197, 253, 0.72) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    color: #10233d !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-preview-spinner {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    border: 3px solid rgba(37, 99, 235, 0.18) !important;
    border-top-color: #2563eb !important;
    animation: wadpPreviewSpin 0.8s linear infinite !important;
  }

  @keyframes wadpPreviewSpin {
    to { transform: rotate(360deg); }
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-bottom-sheet {
    order: 4 !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: calc(115px + env(safe-area-inset-bottom, 0px)) !important;
    z-index: 40 !important;
    flex: 0 0 auto !important;
    max-height: min(52dvh, 460px) !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
    border-radius: 16px 16px 0 0 !important;
    background: #fff !important;
    box-shadow: 0 -20px 48px rgba(15, 23, 42, 0.22) !important;
    overflow: hidden !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor:not(.c100kb-tool-sheet-open) .c100kb-bottom-sheet {
    display: none !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor.c100kb-tool-sheet-open .c100kb-bottom-sheet {
    bottom: 0 !important;
    max-height: none !important;
    height: auto !important;
    padding-bottom: env(safe-area-inset-bottom, 0px) !important;
    z-index: 50 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor.c100kb-tool-sheet-open .wadp-editor-toolbar {
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
    flex: 0 0 115px !important;
    min-height: 115px !important;
    max-height: 115px !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .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;
    flex: 0 0 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    padding: 0 12px !important;
    background: #1976d2 !important;
    border-radius: 16px 16px 0 0 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-sheet-close {
    grid-area: close !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-sheet-apply {
    grid-area: apply !important;
    justify-self: end !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .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;
    color: #fff !important;
    opacity: 1 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-sheet-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    color: #fff !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-sheet-status {
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #bbf7d0 !important;
    opacity: 1 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-sheet-close,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-sheet-apply {
    position: relative !important;
    z-index: 6 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    flex: 0 0 32px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #1976d2 !important;
    touch-action: manipulation !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-sheet-close svg,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-sheet-apply svg {
    width: 16px !important;
    height: 16px !important;
    pointer-events: none !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-sheet-body {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    color: #172033 !important;
    opacity: 1 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-editor-toolbar {
    order: 5 !important;
    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;
    align-items: center !important;
    min-height: 115px !important;
    max-height: 115px !important;
    padding: 0 8px env(safe-area-inset-bottom, 0px) !important;
    margin-top: auto !important;
    background: #fff !important;
    border-top: 1px solid #e2e8f0 !important;
    z-index: 45 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-editor-toolbar button {
    flex: 0 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    min-width: 72px !important;
    max-width: 88px !important;
    min-height: 68px !important;
    padding: 8px 6px 6px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
    color: #334155 !important;
    font-size: 10px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    opacity: 1 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-editor-toolbar button.is-active {
    background: #eff6ff !important;
    color: #2563eb !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-editor-toolbar button svg {
    width: 22px !important;
    height: 22px !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-editor-panels-store,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-editor-backdrop {
    display: none !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor.c100kb-tool-sheet-open .c100kb-editor-backdrop {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 20 !important;
    background: rgba(15, 23, 42, 0.28) !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-control-card,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .resize-control-section,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-export-format-wrap {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-mobile-tab-panel {
    display: grid !important;
    gap: 10px !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-sheet-body .resize-section-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    margin: 0 0 8px !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-sheet-body .resize-section-title h3 {
    display: none !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-sheet-body .wadp-export-format-wrap .resize-section-title h3 {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #172033 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-sheet-body .wadp-export-format-wrap .resize-section-title h3 svg,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-sheet-body .wadp-export-format-wrap .resize-section-title h3 i {
    width: 14px !important;
    height: 14px !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .resize-pill,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .range-value-badge {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 24px !important;
    padding: 3px 8px !important;
    border-radius: 999px !important;
    background: #eff6ff !important;
    color: #2563eb !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    opacity: 1 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-helper,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-quality-scale span {
    font-size: 11px !important;
    line-height: 1.35 !important;
    color: #334155 !important;
    opacity: 1 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor label,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-select-label {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    opacity: 1 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-output-grid b,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-summary-card b,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-guide-list b {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #172033 !important;
    opacity: 1 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-output-grid small,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-summary-card small,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-guide-list em {
    font-size: 10px !important;
    font-weight: 600 !important;
    color: #64748b !important;
    opacity: 1 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-preset-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .resize-preset-button {
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    grid-template-areas:
      "icon title"
      "icon meta" !important;
    align-items: center !important;
    justify-items: start !important;
    gap: 2px 8px !important;
    min-height: 64px !important;
    padding: 10px !important;
    border: 1px solid #dbeafe !important;
    border-radius: 12px !important;
    background: #f8fafc !important;
    color: #172033 !important;
    text-align: left !important;
    opacity: 1 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .resize-preset-button i,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .resize-preset-button svg {
    grid-area: icon !important;
    grid-row: 1 / 3 !important;
    width: 20px !important;
    height: 20px !important;
    color: #64748b !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .resize-preset-button span {
    grid-area: title !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    color: #172033 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .resize-preset-button small {
    grid-area: meta !important;
    display: grid !important;
    gap: 1px !important;
    margin: 0 !important;
    color: #64748b !important;
    font-size: 10px !important;
    line-height: 1.15 !important;
    font-weight: 600 !important;
    opacity: 1 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .resize-preset-button small b,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .resize-preset-button small em {
    display: block !important;
    font-size: inherit !important;
    font-style: normal !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .resize-preset-button.is-active {
    border-color: #2563eb !important;
    background: #eff6ff !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-dimension-lock {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    gap: 8px !important;
    align-items: end !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-dimension-lock label {
    display: grid !important;
    gap: 4px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-crop-native-hidden select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-crop-native-hidden {
    display: block !important;
    margin: 0 0 8px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #334155 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-crop-pick {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 0 0 8px !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-crop-pick button {
    display: grid !important;
    gap: 3px !important;
    min-height: 58px !important;
    padding: 8px 6px !important;
    border: 1px solid #dbeafe !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
    color: #172033 !important;
    text-align: left !important;
    opacity: 1 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-crop-pick button.is-active {
    border-color: #2563eb !important;
    background: #eff6ff !important;
    color: #2563eb !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-crop-pick strong {
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    color: inherit !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-crop-pick span {
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #64748b !important;
    opacity: 1 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-crop-pick button.is-active span {
    color: #2563eb !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-select-label select,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor #quality {
    width: 100% !important;
    min-height: 44px !important;
    padding: 8px 10px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #172033 !important;
    font-size: 16px !important;
    opacity: 1 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-select-label {
    display: grid !important;
    gap: 6px !important;
    margin-top: 8px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #334155 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-quality-row {
    display: grid !important;
    gap: 6px !important;
    margin: 0 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-guide-list {
    display: grid !important;
    gap: 8px !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-guide-list span {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 44px !important;
    padding: 8px 10px !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
    color: #172033 !important;
    opacity: 1 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-output-grid,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-summary-card {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-output-grid span,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-summary-card span {
    display: grid !important;
    gap: 3px !important;
    min-height: 56px !important;
    padding: 8px !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
    opacity: 1 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-format-pick button {
    min-height: 40px !important;
    border: 1px solid #dbeafe !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
    color: #172033 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-export-format {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .wadp-format-pick button.is-active {
    border-color: #2563eb !important;
    background: #eff6ff !important;
    color: #2563eb !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .c100kb-sheet-body h3 {
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }

  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-live-pill,
  html body.whatsapp-dp-mobile-editor-active .wadp-mobile-editor .whatsapp-panel-head {
    display: none !important;
  }
}
