
.qdp-filter-bar {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 30px;
    
}


.qdp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px,1fr));
    gap: 26px;
}

.qdp-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.qdp-image {
    position: relative;
}

.qdp-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.qdp-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 6px 12px;
    font-size: 12px;
    color: #fff;
    border-radius: 6px;
    font-weight: 700;
}

.selling-fast { background: #ff9800; }
.draw-today { background: #7b61ff; }

.qdp-body {
    padding: 18px;
}

.qdp-price {
    color: #00a78e;
    font-size: 20px;
    font-weight: 700;
}

.qdp-progress {
    height: 8px;
    background: #eee;
    border-radius: 6px;
    margin: 10px 0;
}

.qdp-progress span {
    display: block;
    height: 100%;
    background: #f5b000;
    border-radius: 6px;
}

.qdp-btn {
    display: block;
    text-align: center;
    margin-top: 15px;
    padding: 10px;
    background: #0073aa;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}
