/* Shared component shell styles for Web.Client components. */
.simulation-container,
.simulation-canvas {
    width: 100%;
    height: 100%;
}

.io-panel-surface {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
}
