.modal-image-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wanted-preview {
  position: absolute;
  bottom: 10px;
  left: 10px;
  max-width: 120px;
  border: 2px solid #4CAF50;
  border-radius: 8px;
  background: white;
  padding: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.wanted-preview .wanted-nft-image {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.nft-label {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  margin-top: 5px;
}

.wanted-preview .nft-label {
  color: #4CAF50;
}

.divider {
  text-align: center;
  margin: 15px 0;
  font-weight: bold;
  color: #666;
}

.gallery-note {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
  text-align: center;
}