:host{display:block;width:100%;height:100%}.hx-sr{text-align:initial;text-indent:initial;text-transform:initial;white-space:initial;word-spacing:initial;visibility:visible;height:100%;display:flex;align-items:center;justify-content:center}.hx-mount{width:100%;height:100%;display:flex;align-items:center;justify-content:center}

.c-workspace-tray {
  width: 100%;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: clamp(2rem, 5vw, 4rem);
  box-sizing: border-box;
  font-family: system-ui, -apple-system, sans-serif;
  overflow: hidden;
}

.c-workspace-tray__svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

/* SVG Element Styles */
.c-workspace-tray__svg * {
  vector-effect: non-scaling-stroke;
}

.c-workspace-tray__stroke {
  stroke: #0A3B2C;
  stroke-width: 6;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.c-workspace-tray__fill-pale-green {
  fill: #E2F0EB;
}

.c-workspace-tray__fill-cream {
  fill: #FDFBF7;
}

.c-workspace-tray__fill-mint {
  fill: #A3D9C9;
}

.c-workspace-tray__fill-green {
  fill: #0A3B2C;
}

.c-workspace-tray__fill-coral {
  fill: #FF6B6B;
}