.certificate-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  background: #ffffff;
}

.certificate-border {
  width: 750px;
  background: #fdfdf6;
  border: 30px solid #7a2b28;
  padding: 40px 35px 0px 35px;
  text-align: center;
  font-family: "Georgia", serif;
  color: #4b2e1e;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  position: relative;
  overflow: visible;
}

/* U-shaped cutout in the bottom border */
.certificate-border::after {
  content: "";
  position: absolute;
  bottom: -10px; /* same as border width */
  left: 50%;
  transform: translateX(-50%);
  width: 170px; /* diameter of cut */
  height: 85px; /* half height = U-shape */
  background: #fdfdf6; /* inner background of certificate */
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
  z-index: 5;
}
@media print {
  .certificate-border {
    width: 210mm !important;
    height: 297mm !important;
    padding: 18mm 18mm 25mm 18mm !important;
    border-width: 20px !important;
    overflow: visible !important;
  }
}

.logo-img {
  height: 150px;
  display: block;
  margin: 0 auto -10px;
  background: #fdfdf6;
  border-radius: 50%;
}

.art-container {
  margin: 20px 0;
}

.art-image {
  width: 230px;
  border: 4px solid #d7d4c9;
}

.art-title {
  font-size: 24px;
  color: #8d2525;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Lora", serif;
}

.artist-name {
  margin-bottom: 25px;
  font-size: 24px;
}

.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 2px solid #a88f7d;
  margin: 15px auto;
  width: 90%;
  border-radius: 15px;
}

.cell {
  padding: 6px;
  font-size: 15px;
  border-bottom: 1px solid #a88f7d;
  border-right: 1px solid #a88f7d;
}

.details-grid .cell strong {
  color: #8d2525;
  font-weight: 400;
}
.cell:nth-child(2),
.cell:nth-child(4) {
  border-right: none;
}
.cell:nth-child(3),
.cell:nth-child(4) {
  border-bottom: none;
}

.edition-info {
  margin-top: 15px;
}

.desc p {
  margin: 3px 0;
  font-size: 14px;
}

.desc_1 p {
  color: #8d2525;
  margin-top: 10px;
}
.signature-area {
  margin-top: 20px;
}

.ceo-name {
  font-size: 15px;
}

.buyers-copy {
  margin-top: 10px;
  font-size: 13px;
  font-style: italic;
}
.seal-container {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.seal-cut {
  position: absolute;
  width: 170px;
  height: 170px;
  background: #fdfdf6;
  border-radius: 50%;
  bottom: 0;
  z-index: 3;
}

.seal-container img {
  height: 150px;
  position: relative;
  z-index: 20;
  background: transparent;
}
