.ml-block-n1 {
  /* Colors */
  --background-color-highlight: rgba(0, 0, 255, 0.2);
  --text-color-highlight: #00f;

  --background-color-0: hsl(0, 0%, 100%);
  --background-color-1: hsl(0, 0%, 97%);

  --text-color-1: hsl(0, 0%, 0%);
}

.ml-block-n1 p {
  padding: 0;
  border: 0;
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-color-2);
}

.ml-block-n1 p:last-child {
  margin: 0;
}

.ml-block-n1 img {
  height: auto;
  max-width: 100%;
  border: 0;
}

.ml-block-images {
  background-color: var(--background-color-1);
  padding: 1em;
  border-radius: 8pt;
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ml-block-qrCode {
  margin-right: 15px;
}

.ml-block-qrCode img {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%23333' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='2' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 15px;
  padding: 10px;
  background-color: var(--background-color-0);
  max-height: 228px;
}

.ml-block-slip img {
  border-radius: 15px;
  padding: 10px;
  background-color: var(--background-color-0);
}

.ml-block-qrCode,
.ml-block-slip {
  text-align: center;
  font-size: 22px;
  font-weight: 600px;
}

.ml-block-qrCode .title,
.ml-block-slip .title {
  margin-bottom: 5px;
}

.ml-block-text {
  margin-top: 15px;
  max-width: 1382px;
  background-color: var(--background-color-1);
  padding: 1em;
  border-radius: 8pt;
  width: fit-content;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 900px) {
  .ml-block-images {
    background-color: var(--background-color-1);
    padding: 1em;
    border-radius: 8pt;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.ml-error-page {
  color: white;
  background-color: #ff3b30;
  border-radius: 8pt;
  font-size: 16px;
  font-weight: 600;
  padding: 0.85em 2em;
}
