/* Webgate Background widget base styles */
.webgate-bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 0;
}
.webgate-bg__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
