.photo *[data-action] {
  cursor: pointer;
}

.dialog--sample {
  height: calc(100% - 2em);
  max-width: calc(100% - 1em);
  max-height: calc(100% - 1em);
  padding: 0;
  text-align: center;
  border-width: 1px;

  form[method="dialog"] {
    position: absolute;
    top: 5px;
    right: 5px;
  }
}

dialog::backdrop {
  background-color: var(--color-black-50);
}

.sample-img {
  width: auto;
  height: 99%;
}
