.savedStatus {
  position: absolute;
  right: 12px;
  bottom: 10px;
  z-index: 21;
  color: #a8b1a7;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  line-height: 16px;
  pointer-events: none;
}

@media screen and (max-width: 720px) {
  .savedStatus {
    right: 10px;
    bottom: 8px;
    font-size: 12px;
  }
}

@media print {
  .savedStatus {
    display: none;
  }
}
