.vrl-wc-box {
  border: 1px solid #e5e5e5;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 16px;
}

.vrl-wc-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.vrl-wc-title {
  margin: 0;
}

.vrl-wc-status {
  opacity: .75;
  font-size: 14px;
}

.vrl-wc-canvasWrap {
  width: 100%;
  height: var(--vrl-wc-h, 600px);
  /* height: 80vh;
  position: relative; */
}