.widget-frame-shell {
  position: absolute;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
  container-type: size;
}

.widget-frame-shell > .widget-frame {
  position: absolute;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  pointer-events: none;
}

.page-scale-note {
  padding: 10px 12px;
  border: 1px solid rgba(139,92,246,.35);
  border-radius: 9px;
  background: rgba(139,92,246,.08);
  color: #d7ccff;
  font-size: 11px;
  line-height: 1.45;
}
