/* Image DPI Checker & Changer (ROADMAP-Calcs-PinPin.md PP33) — the file picker at 16px (an iPhone zooms on anything
   smaller), the facts list and the save button. Everything else is the core stylesheet. */
.dc-file { font-size: 16px; max-width: 100%; min-height: 44px; }
.dc-facts { margin: 0; padding-left: 1.1rem; font-size: .95rem; }
.dc-facts li { margin: .15rem 0; overflow-wrap: anywhere; }
.dc-save { align-self: flex-start; }
.dc-save:disabled { opacity: .55; cursor: default; }
@media (max-width: 460px) { .chqt[data-tool="image-dpi-changer"] .chqt-lede { display: none; } }
