.dialog {
  color: unset;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  background-color: var(--neutral-100);
  border: var(--border-width) solid var(--neutral-200) !important;
  border-radius: 0.5rem;
  padding: 1rem;
  width: calc(100% - 2rem);
  position: absolute;
  max-width: 700px;
}

.dialog .close-icon {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  cursor: pointer;
}

.dialog .close-icon svg {
  width: 1rem;
  height: 1rem;
  color: var(--text-2);
}

.dialog::backdrop {
  background: rgba(0, 0, 0, 0.3);
}

.dialog h2 {
  font-size: 1.8rem;
  font-family: "Poltawski Novi", serif;
  margin-top: 0;
  margin-bottom: 1rem;
}

.dialog ul,
li {
  all: revert;
}

.dialog h3 {
  margin-bottom: 0rem;
  margin-top: 2rem;
}

.dialog p {
  margin-block: 1.5em;
}
