/* PMP Create Pro v320 — reliable touch targets without covering the canvas. */

@media (max-width: 620px) {
  .stage-options {
    min-height: 42px;
    align-items: center;
  }

  .stage-options button,
  .stage-options .canvas-color-control {
    min-height: 40px;
    padding-block: 0;
  }

  .stage-options .canvas-color-control input[type="color"] {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }

  .canvas-viewport {
    inset-block-start: 102px;
  }

  #openHelpGuide,
  .page-actions button,
  .view-controls button,
  .pages-toggle {
    min-width: 38px;
    min-height: 38px;
  }

  .preset-row button {
    min-height: 40px;
  }

  .toggle-row {
    min-height: 44px;
    padding-block: 4px;
  }

  .toggle-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }
}

@media (pointer: coarse) {
  .dialog-actions button,
  .send-footer button,
  .resize-actions button,
  .project-card button {
    min-height: 42px;
  }
}
