html.pmp-workspace-focus,
html.pmp-workspace-focus body {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

html.pmp-workspace-focus .workspace {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147482000 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.workspace:fullscreen {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  min-width: 0;
  min-height: 0;
  background: var(--workspace-bg, #edf4f6);
}

.workspace.workspace-focus-active #fullscreenButton {
  min-width: 34px;
  font-size: 22px;
  line-height: 1;
  color: #ffffff;
  background: linear-gradient(145deg, #0b8f91, #1554b8);
  border-color: rgba(255,255,255,.72);
  box-shadow: 0 8px 22px rgba(8,58,101,.22);
}

@media (max-width: 620px) {
  html.pmp-workspace-focus .workspace {
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
}
