/* ClickCard exact card layout rendering fixes */
input[type="text"], textarea, .ov-item, .tpl-live-text { direction: rtl; unicode-bidi: plaintext; }
#fieldPreviewText, #groomName, #brideOrHostName, #invTitle, #invPlace { direction: rtl; unicode-bidi: plaintext; text-align: right; }
.ov-item, .tpl-live-text { transform: translate(-50%,-50%); white-space: nowrap; line-height: 1.2; box-sizing: border-box; }
.tpl-preview-stage { position: relative; width: 100%; aspect-ratio: var(--tpl-ratio, 3/4); overflow: hidden; container-type: inline-size; background: #f8fafc; }
.tpl-preview-stage > img, .tpl-preview-stage .template-image { width: 100% !important; height: 100% !important; object-fit: contain !important; display:block; }
.tpl-live-text { position: absolute; z-index: 3; pointer-events: none; text-align: center; max-width: 95%; }
.tpl-live-icon { position:absolute; z-index:3; pointer-events:none; line-height:1; }
