/* /svg-data-uri-converter only: preview tile and labelled output blocks. Scoped under #sduApp. */
#sduApp .xr-prev { margin: 12px 0; display: grid; gap: 6px; }
#sduApp .xr-prev figcaption, #sduApp .xr-out h4 { font-size: .8rem; font-weight: 700; color: var(--bm-ink-2); margin: 0; }
#sduApp .xr-prev img { width: 100%; max-width: 220px; aspect-ratio: 1; object-fit: contain; padding: 12px; border: 1px solid var(--bm-line); border-radius: 12px; background: #fff; }
#sduApp .xr-out section { margin-top: 14px; display: grid; gap: 6px; }
#sduApp .xr-out .xt-pre { max-height: 9.5em; overflow: auto; }
#sduApp .xr-out .ic-toolbar { margin: 0; }
