/* ── NFT Detail Image ───────────────────────────────────────────── */
.nftd-image-placeholder {
  overflow: hidden;
}

.nftd-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ── NFT Table Image ────────────────────────────────────────────── */
.dao-my-nft-table-nft-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}

/* ── Profile Edit ───────────────────────────────────────────────── */
.dao-edit-field-error {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  font-size: 11px;
  color: #ff3232;
  border-radius: 6px;
  padding: 5px 10px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10;
}

.dao-edit-input-wrap {
  position: relative;
}
