.drops-wins-latest .dnw-section-images {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 24px;
}

.drops-wins-latest .dnw-section-images__heading {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.25;
	margin-top: 32px;
	margin-bottom: 16px;
	color: white;
}

.drops-wins-latest .dnw-section-images__item {
	flex: 1 1 calc(33.333% - 11px);
	min-width: 180px;
}

.drops-wins-latest .dnw-section-images__item img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}

/* When slick is enabled */
.drops-wins-latest .dnw-section-images--slick {
	display: block;
}

.drops-wins-latest .dnw-section-images--slick .dnw-section-images__item {
	flex: none;
	min-width: 0;
	padding: 0 8px;
}

.drops-wins-latest .dnw-section-images--slick .slick-slide {
	height: auto;
}

/* Slick arrows — match live-bingo games carousel */
.drops-wins-latest .dnw-section-images--slick {
	position: relative;
}

.drops-wins-latest .dnw-section-images--slick .slick-arrow::before {
	display: none;
}

.drops-wins-latest .dnw-section-images--slick .left-arrow,
.drops-wins-latest .dnw-section-images--slick .right-arrow {
	background: url('../../libs/dist/images/left_arrow_orange.svg') center center no-repeat;
	background-size: contain;
	width: 22px;
	height: 34px;
	position: absolute;
	top: 50%;
	z-index: 2;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}

.drops-wins-latest .dnw-section-images--slick .left-arrow {
	left: -50px;
	transform: translate(0, -50%);
}

.drops-wins-latest .dnw-section-images--slick .right-arrow {
	right: -50px;
	transform: translate(0, -50%) rotate(180deg);
}

@media (min-width: 1081px) {
	.drops-wins-latest .dnw-section-images--slick .left-arrow {
		left: -62px;
	}

	.drops-wins-latest .dnw-section-images--slick .right-arrow {
		right: -62px;
	}
}

@media (max-width: 1080px) {
	.drops-wins-latest .dnw-section-images--slick .left-arrow {
		left: 0;
	}

	.drops-wins-latest .dnw-section-images--slick .right-arrow {
		right: 0;
	}
}

