/* Image presentation selected in the admin editor, shared by every public page. */
figure.qh-content-image{display:block;width:fit-content;max-width:100%;margin:20px auto;overflow:hidden}
figure.qh-content-image img{display:block;max-width:100%;height:auto;object-fit:contain}
figure.qh-content-image figcaption{margin-top:8px;color:#64748b;font-size:.88rem;line-height:1.55;text-align:center}
figure.qh-image-left{margin-left:0;margin-right:auto}
figure.qh-image-center{margin-left:auto;margin-right:auto}
figure.qh-image-right{margin-left:auto;margin-right:0}
figure.qh-image-compact{margin-top:10px;margin-bottom:10px}
figure.qh-image-wide{margin-top:34px;margin-bottom:34px}
figure.qh-image-bordered img{padding:4px;border:1px solid #cbd5e1;border-radius:8px;background:#fff}
