.canvas-widget {
  width: 100%;
  margin: 16px 0 24px 0;
}

.canvas-widget .ea-canvas-widget {
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #fff;
}

