body {
  background: #313239;
}
.container {
  width: 330px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

:global {
  .light {
    --easyv-component-background: #fff;
    --easyv-border-color-base: #d9d9d9;
    --easyv-text-color: #333;
  }
}
