.save-preview {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 14px;
  background: rgba(6, 37, 31, 0.86);
  overflow: auto;
}

.save-preview[hidden] {
  display: none;
}

.save-preview__panel {
  position: relative;
  width: 100%;
  max-width: 390px;
  padding: 18px;
  border-radius: 14px;
  background: var(--paper);
  text-align: center;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.47);
}

.save-preview__panel > strong {
  display: block;
  color: var(--green);
  font-size: 17px;
}

.save-preview__panel > p {
  margin: 5px 0 14px;
  color: #71827b;
  font-size: 11px;
}

.save-preview__panel > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(55, 43, 20, 0.19);
  -webkit-touch-callout: default;
}

.save-preview__panel > a {
  display: block;
  margin-top: 13px;
  padding: 12px;
  border-radius: 6px;
  background: var(--orange);
  color: white;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.save-preview__close {
  position: absolute;
  right: 8px;
  top: 7px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #71827b;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}
