/* The reset removes the browser's auto margins; modal dialogs need them to center. */
dialog:modal {
  position: fixed;
  inset: 0;
  margin: auto;
}

/* In admin, .modal is the full-screen backdrop, not the main site's inner card. */
#adminModal.modal {
  inset: 0;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
