/* === image-showcase === */
.imgsc{width:100%}
.imgsc-inner{max-width:900px;margin:0 auto;padding:80px 48px}
.imgsc-frame{border:1px solid var(--shell-line,rgba(0,0,0,0.1));background:#fff;padding:16px;box-shadow:0 12px 48px rgba(0,0,0,.08)}
.imgsc-frame img{width:100%;height:auto;display:block}
.imgsc-frame img[src=""]{min-height:200px;background:var(--shell-card,transparent)}
.imgsc-cap{font-size:13px;color:var(--shell-m,#6b7280);text-align:center;margin:16px 0 0;line-height:1.6}
.imgsc-cap:empty{display:none}
