.nft-purchase-card {
  position: relative;
}
.nft-purchase-corner {
  position: absolute;
  top: 24px;
  left: 4px;
  right: auto;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  padding: 5px 10px;
  border: 1px solid #ffe7a0;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff0bc, #e5bc65);
  color: #352407;
  box-shadow: 0 2px 6px #0005;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  box-sizing: border-box;
}
