/** Shopify CDN: Minification failed

Line 93:1 Expected "}" to go with "{"

**/
.dn-stamp {
  width: 170px !important;
  max-width: 170px !important;
  height: auto !important;
}

.at-dn-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.65);
}

.at-dn-modal-card {
  width: min(980px, 96vw);
  height: min(92vh, 980px);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.at-dn-modal-head {
  height: 70px;
  padding: 14px 18px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.at-dn-modal-head strong {
  color: #5b0614;
  font-size: 18px;
}

.at-dn-modal-head span {
  display: block;
  color: #64748b;
  font-size: 13px;
  margin-top: 4px;
}

.at-dn-actions {
  display: flex;
  gap: 10px;
}

.at-dn-actions button {
  border: 0;
  border-radius: 10px;
  background: #7c2231;
  color: #fff;
  padding: 10px 18px;
  font-weight: 800;
  cursor: pointer;
}


.at-dn-modal-body .dn-document {
  margin: 0 auto;
}

@media print {
  body * {
    visibility: hidden !important;
  }

  #atDnPreviewMount,
  #atDnPreviewMount * {
    visibility: visible !important;
  }

  #atDnPreviewMount {
    position: fixed !important;
    inset: 0 !important;
    background: #fff !important;
  }

 .dn-stamp {
  width: 185px !important;
  max-width: 185px !important;
  height: auto !important;
}