.cb-live-guide--renderer-talking-head-3d .cb-live-guide-visual {
  width: 100%;
  overflow: hidden;
}
.cb-live-guide-talking-head-stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 170px;
  overflow: hidden;
  border-radius: 20px;
  background: radial-gradient(circle at 50% 20%, rgba(255,255,255,.18), rgba(14,32,54,.18));
}
.cb-live-guide-talking-head-background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 1;
}
.cb-live-guide-talking-head-canvas,
.cb-live-guide-talking-head-stage canvas {
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.cb-live-guide-talking-head-loading {
  position: absolute;
  inset: auto 12px 12px 12px;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, .62);
  color: #fff;
  font-size: 12px;
  text-align: center;
  pointer-events: none;
}
.cb-live-guide-talking-head-stage--ready .cb-live-guide-talking-head-loading { display: none; }
#chat-bot.cb-live-guide-layout-chat-with-avatar .cb-live-guide--renderer-talking-head-3d .cb-live-guide-visual { height: 180px; }
#chat-bot.cb-live-guide-layout-talking-head .cb-live-guide--renderer-talking-head-3d .cb-live-guide-visual { height: 280px; }
#chat-bot.cb-live-guide-layout-talking-head-maximized-text .cb-live-guide--renderer-talking-head-3d .cb-live-guide-visual { height: 300px; }
#chat-bot.cb-expanded.cb-live-guide-layout-talking-head-maximized-text .cb-live-guide--renderer-talking-head-3d .cb-live-guide-visual { height: min(42vh, 420px); min-height: 280px; }
@media (max-width: 520px) {
  #chat-bot.cb-live-guide-layout-chat-with-avatar .cb-live-guide--renderer-talking-head-3d .cb-live-guide-visual { height: 155px; }
  #chat-bot.cb-live-guide-layout-talking-head .cb-live-guide--renderer-talking-head-3d .cb-live-guide-visual { height: 240px; }
  #chat-bot.cb-expanded.cb-live-guide-layout-talking-head-maximized-text .cb-live-guide--renderer-talking-head-3d .cb-live-guide-visual { height: min(38vh, 340px); min-height: 230px; }
}

.cb-live-guide-talking-head-stage[data-crop-body="1"] {
  overflow: hidden;
}
.cb-live-guide-talking-head-stage[data-crop-body="0"] {
  overflow: visible;
}
.cb-live-guide--renderer-talking-head-3d[data-vrm-pose-applied="1"] .cb-live-guide-talking-head-stage {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.cb-live-guide-vrm-fell-back[data-vrm-fallback-reason]::after {
  content: attr(data-vrm-fallback-reason);
  display: none;
}

/* v6.3.4 Avatar Only runtime stage support for VRM Talking Head */
#chat-bot.cb-live-guide-layout-avatar-only .cb-live-guide--renderer-talking-head-3d { width: 100%; }
#chat-bot.cb-live-guide-layout-avatar-only:not(.cb-expanded) .cb-live-guide--renderer-talking-head-3d .cb-live-guide-visual { width: 100%; height: clamp(320px, 58vh, 620px); min-width: 0; }
#chat-bot.cb-expanded.cb-live-guide-layout-avatar-only .cb-live-guide--renderer-talking-head-3d .cb-live-guide-visual { width: 100%; height: clamp(240px, 34vh, 420px); min-width: 0; }
@media (max-width: 480px) { #chat-bot.cb-live-guide-layout-avatar-only:not(.cb-expanded) .cb-live-guide--renderer-talking-head-3d .cb-live-guide-visual { height: clamp(260px, 50vh, 460px); } #chat-bot.cb-expanded.cb-live-guide-layout-avatar-only .cb-live-guide--renderer-talking-head-3d .cb-live-guide-visual { height: clamp(200px, 30vh, 340px); } }
