.js-sfp-formContentSection.show {
  position: fixed;
  inset: 0;
  z-index: 10;
  background-color: var(--body-bg-lmtl4);
}

body:not(:has(#mainForm)) #contentScroll .content-lmtl4{
  position: fixed;
  inset: 0;
  z-index: 10;
  background-color: var(--body-bg-lmtl4);
  
  &:has(> .center-me){
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  padding: 2rem;
	  min-height: 100vh;
  }
}