.rp-weave-vrm-active { position: relative; overflow: hidden; }
.rp-weave-vrm-active canvas { display: block; width: 100%; height: 100%; background: transparent; }
.rp-weave-player-card:not(.rp-weave-is-fullscreen) .rp-weave-live2d-stage.rp-weave-vrm-active {
  display: flex;
  min-height: clamp(240px,38vh,420px);
  height: auto;
}
