.nft-purchase-card {
  position: relative;
}
.nft-purchase-corner {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 7px;
  border: 1px solid #315b7e;
  border-radius: 6px;
  background: #152f47;
  color: #a6dcff;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  white-space: nowrap;
  pointer-events: none;
  box-sizing: border-box;
}
