
/* StandPeak v0.9 — fills the EXISTING Best Drop profile card.
   No parent dimensions/grid/gap are changed. */
.standpeak-bestdrop-v09 {
  position: absolute;
  left: 0;
  right: 0;
  top: 46px;
  bottom: 0;
  z-index: 4;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(251,213,6,.13), transparent 47%),
    linear-gradient(180deg, rgba(30,31,42,.97), rgba(24,25,34,.99));
  pointer-events: none;
}

.standpeak-bestdrop-v09__visual {
  position: absolute;
  inset: 0 0 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.standpeak-bestdrop-v09__image {
  width: min(72%, 310px);
  height: min(72%, 200px);
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(0,0,0,.45));
}

.standpeak-bestdrop-v09__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 72px;
  box-sizing: border-box;
  padding: 10px 16px 9px;
  background: linear-gradient(180deg, rgba(14,14,18,.35), rgba(11,11,14,.92));
  border-top: 1px solid rgba(255,255,255,.06);
}

.standpeak-bestdrop-v09__price {
  color: #fbd506;
  font-size: 17px;
  line-height: 20px;
  font-weight: 800;
}

.standpeak-bestdrop-v09__name {
  margin-top: 3px;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.standpeak-bestdrop-v09__chance {
  margin-top: 2px;
  color: #9ca2ad;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
}
