
/* PATCH 04_210 — Tenshu Branding (Assistant IA) */
/* Adapté de Menshu → Tenshu pour Swiss SlabForge */

/* Wrapper d'avatar pour l'assistant Tenshu */
.sf-tenshu-avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background-color: transparent;
  background-image: url('/vendor/tenshu_assistant/tenshu_avatar.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

/* Masquer l'image d'origine à l'intérieur, si présente */
.sf-tenshu-avatar img {
  opacity: 0;
  width: 0;
  height: 0;
}
