.auction-card {
    background: #0f172a;
    color: #e5e7eb;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 10px;
}

.player-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}
