/* V7.4.1 print-center settings UI */
#v12PrintIdentity{grid-column:1/-1}.v12-template-cards{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:10px}.v12-template-card{border:1px solid var(--line);background:#fff;border-radius:15px;padding:12px;text-align:right;display:grid;gap:6px;cursor:pointer}.v12-template-card:hover,.v12-template-card.active{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 14%,transparent)}.v12-template-card b{font-size:13px}.v12-template-card small{color:var(--muted);line-height:1.7}.v12-print-help{margin-top:12px;border:1px solid #bcd4e7;background:#eef7ff;border-radius:13px;padding:10px 12px;line-height:1.8}.v12-preview-wrap{background:#dfe4ea;border-radius:15px;padding:10px;overflow:hidden}.v12-preview-frame{display:block;width:100%;height:720px;border:0;border-radius:10px;background:#fff}@media(max-width:900px){.v12-template-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.v12-preview-frame{height:560px}}@media(max-width:560px){.v12-template-cards{grid-template-columns:1fr}.v12-preview-frame{height:460px}}
