.afis-preview-wrap {
  background:#f5f5f5; border-radius:12px; padding:16px;
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0;
}

#afisCanvas {
  background:#fff; border-radius:8px;
  display:flex; flex-direction:column; align-items:center;
  justify-content:space-between; padding:20px 16px;
  width:300px; height:424px; box-sizing:border-box; gap:8px;
  box-shadow:0 4px 16px rgba(0,0,0,0.15);
}

.afis-preview-text{width:100%;text-align:center}
.afis-preview-brand{margin:0;color:#111;font-size:26px;font-weight:700;line-height:1.15;text-transform:uppercase}
.afis-preview-product{margin:6px 0 0;color:#111;font-size:20px;font-weight:700;line-height:1.15;text-transform:uppercase}
.afis-preview-image-wrap{flex:1;display:flex;align-items:center;justify-content:center;width:100%;min-height:0}
.afis-preview-placeholder{width:180px;height:180px;background:#f0f0f0;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#aaa}
.afis-preview-price-box{width:100%;padding:14px 0;border-radius:8px;background:#e63030;text-align:center}
.afis-preview-price{margin:0;color:#fff;font-size:52px;font-weight:700;line-height:1;letter-spacing:-2px}
