/* Bidding History styles (matching your reference design) */
.cew-bidding-history.description-box { background:#fff; border:1px solid #eee; border-radius:10px; padding:14px; }
.cew-bidding-history h3 { display:flex; align-items:center; gap:8px; font-size:18px; margin:0 0 12px; }
.cew-bidding-history .bid-history { max-height:300px; overflow-y:auto; }
.cew-bidding-history .bid-item { display:flex; justify-content:space-between; align-items:center; padding:10px 0; border-bottom:1px solid #f0f0f0; }
.cew-bidding-history .bid-item:last-child { border-bottom:none; }
.cew-bidding-history .bid-user { font-size:14px; color:#333; font-weight:500; flex:1; }
.cew-bidding-history .bid-amount { font-size:14px; font-weight:700; color:#ff9800; flex:1; text-align:center; }
.cew-bidding-history .bid-time { font-size:12px; color:#666; flex:1; text-align:right; }
.cew-bidding-history .no-bids { text-align:center; padding:20px; color:#999; font-style:italic; }

/* Scrollbar styling */
.cew-bidding-history .bid-history::-webkit-scrollbar { width:6px; }
.cew-bidding-history .bid-history::-webkit-scrollbar-track { background:#f1f1f1; border-radius:3px; }
.cew-bidding-history .bid-history::-webkit-scrollbar-thumb { background:#ccc; border-radius:3px; }
.cew-bidding-history .bid-history::-webkit-scrollbar-thumb:hover { background:#999; }
