.afis-panel-preview-label { font-size:10px; color:#64748b; font-weight:600; text-transform:uppercase; letter-spacing:0.05em; }

.afis-panel-canvas {
  background:#fff; border-radius:8px;
  display:flex; flex-direction:column; align-items:center;
  justify-content:space-between; padding:14px 10px;
  width:164px; height:232px; box-sizing:border-box; gap:6px;
  box-shadow:0 4px 16px rgba(0,0,0,0.2);
}
