/* Custom CSS to change Win Go, MotoRace, K3, 5D, and Trx Win Go background to red */

/* Target the first lottery item (Win Go) */
.daman-lottery .daman_img:nth-child(1) {
    background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%) !important;
}

/* Target the second lottery item (MotoRace) */
.daman-lottery .daman_img:nth-child(2) {
    background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%) !important;
}

/* Target the third lottery item (K3) */
.daman-lottery .daman_img:nth-child(3) {
    background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%) !important;
}

/* Target the fourth lottery item (5D) */
.daman-lottery .daman_img:nth-child(4) {
    background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%) !important;
}

/* Target the fifth lottery item (Trx Win Go) */
.daman-lottery .daman_img:nth-child(5) {
    background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%) !important;
}
