
pr-pop-over {
  position: absolute;
  z-index: 790;
  display: flex;
  min-width: 2rem;
  min-height: 2rem;
}
pr-pop-over .popover-container {
  height: 100%;
  width: 100%;
  min-width: 2rem;
  min-height: 2rem;
  box-shadow: 0 0.125rem 0.5rem var(--c-shadow);
  background: var(--c-surface-bg);
  will-change: transform;
  border-radius: 0.25rem;
  margin: 0;
}
pr-pop-over .popover-container[aria-hidden=true] {
  display: none;
}
pr-pop-over .notch {
  fill: var(--c-surface-bg);
  stroke: var(--c-border);
  stroke-width: 1;
  z-index: 801;
  width: 1rem;
  height: 0.5rem;
  will-change: transform;
}
pr-pop-over[fullscreen=false] {
  overflow-y: auto;
  max-height: 100%;
}

@media screen and (max-width: 812px) {
  pr-pop-over, pr-pop-over[fullscreen=true] {
    width: 100%;
    height: 100%;
  }

  pr-pop-over[fullscreen=false] {
    width: auto;
    height: auto;
    max-height: 100%;
  }
}
