/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
:host {
  display: inline-block;
  position: relative;
  transform-origin: left;
}
:host ::ng-deep .text {
  position: absolute;
  left: 0;
  top: 32px;
  text-align: center;
  width: 100%;
}
:host ::ng-deep .text span {
  color: rgba(0, 0, 0, 0.43);
  font-size: 14px;
  line-height: 22px;
}
:host ::ng-deep .text h4 {
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  font-size: 24px;
}
:host ::ng-deep .canvas-wrap {
  transform: scale(0.5);
  transform-origin: 0 0;
}
