.form-modal {
  border: 0;
  border-radius: 0.75rem;
  width: 90vw;
  max-width: 90vw;
  height: 90vh;
  max-height: 90vh;
  padding: 1.5rem;
	margin: auto;
  overflow: auto;
  box-sizing: border-box;
  position: fixed;
  inset: 0;
  margin: auto;
}

.form-modal:not([open]) {
  display: none;
}

.form-modal[open]::backdrop {
  background: rgb(0 0 0 / 55%);
}

.form-modal__close {
  position: sticky;
  top: 0px;
}

.form-modal__close .wp-element-button {
	display: block;
	margin-left: auto;
	padding: 0.5em 1em;
	font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  color: var(--wp--preset--color--white);
	background: var(--wp--preset--color--gray-dark);
}
