/* =========================================================
   Drops and Wins — Games Grid (matches live-casino-games)
   Carousel: theme Main.js on .live-casino-games (3 slides, arrows)
   ========================================================= */

.drops-wins-latest .jackpot-games__games-grid {
	display: block;
	position: relative;
}

.drops-wins-latest .jackpot-games__games-grid .games {
	position: relative;
	background-color: #f6f8fd;
	padding: 48px 0 80px;
}

.drops-wins-latest .jackpot-games__games-grid .games > .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.drops-wins-latest .jackpot-games__games-grid .games .container > .row {
	margin-bottom: 32px;
	margin-left: 0;
	margin-right: 0;
}

/* Align heading with carousel — only inside this section (not global Bootstrap cols) */
.drops-wins-latest .jackpot-games__games-grid .games .container > .row > [class*='col-'] {
	padding-left: 0;
	padding-right: 0;
}

.drops-wins-latest .jackpot-games__games-grid .live-casino-games.row {
	margin-left: 0;
	margin-right: 0;
}

.drops-wins-latest .jackpot-games__games-grid .games .container > .row .title {
	margin: 0 0 12px;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.25;
	color: #160f1d;
	letter-spacing: 0.5px;
}

.drops-wins-latest .jackpot-games__games-grid .games .container > .row .content,
.drops-wins-latest .jackpot-games__games-grid .games .container > .row .content p {
	color: #160f1d;
	opacity: 0.85;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

/* Carousel row — same structure as page-live-casino.php */
.drops-wins-latest .jackpot-games__games-grid .live-casino-games {
	margin-top: 30px;
	position: relative;
}

.drops-wins-latest .jackpot-games__games-grid .live-casino-games .slick-list {
	margin: 0 -15px;
	padding: 0 0 24px;
	overflow: hidden;
}

.drops-wins-latest .jackpot-games__games-grid .live-casino-games .slick-track {
	display: flex;
	align-items: stretch;
}

.drops-wins-latest .jackpot-games__games-grid .live-casino-games .slick-slide {
	height: auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.drops-wins-latest .jackpot-games__games-grid .live-casino-games .slick-slide > div {
	height: 100%;
}

/* Card — mirrors .section--live-casino .games .live-casino-games .release-live */
.drops-wins-latest .jackpot-games__games-grid .release-live {
	margin: 0 0 21px;
	position: relative;
	display: flex !important;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	width: 100%;
	max-width: 100%;
}

.drops-wins-latest .jackpot-games__games-grid .release-live img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	border-radius: 12px 12px 0 0;
}

.drops-wins-latest .jackpot-games__games-grid .live-casino-games .slick-slide img {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.drops-wins-latest .jackpot-games__games-grid .release-live .title,
.drops-wins-latest .jackpot-games__games-grid .release-live p.title {
	margin: 20px 0 0 0;
	position: absolute;
	bottom: 46px;
	left: 0;
	right: 0;
	padding: 0 16px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	color: #160f1d !important;
}

.drops-wins-latest .jackpot-games__games-grid .release-live .title .release-date {
	display: block;
	font-size: 14px;
	color: #ff872a;
	font-weight: 600;
	line-height: 1;
	margin-bottom: -10px;
}

/* CTA */
.drops-wins-latest .jackpot-games__games-grid .more-info-button {
	margin-bottom: 0;
	padding: 12px 60px;
	position: absolute;
	bottom: -21px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 24px;
	background-color: #ff872a;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	outline: none;
	text-decoration: none;
	transition: background-color 0.2s linear;
	z-index: 2;
}

.drops-wins-latest .jackpot-games__games-grid .more-info-button:hover {
	background-color: #ff9f55;
	text-decoration: none;
	color: #ffffff;
}

.drops-wins-latest .jackpot-games__games-grid .more-info-button.active {
	background-color: #160f1d;
}

.drops-wins-latest .jackpot-games__games-grid .more-info-button.active:hover {
	background-color: #2a1d36;
}

.drops-wins-latest .jackpot-games__games-grid .coming-soon {
	margin-bottom: 0;
	padding: 12px 60px;
	position: absolute;
	bottom: -21px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 24px;
	background-color: #72647e;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	z-index: 2;
}

.drops-wins-latest .jackpot-games__games-grid .dsn {
	display: none;
}

.drops-wins-latest .jackpot-games__games-grid .moreInfoSection {
	height: 0;
	margin-top: 0;
}

/* More info panel */
.drops-wins-latest .jackpot-games__games-grid .more-info-box {
	margin-top: 64px;
	padding: 60px;
	display: none;
	position: relative;
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.drops-wins-latest .jackpot-games__games-grid .more-info-box .title {
	margin: 0 0 40px;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.08;
	text-align: left;
	color: #160f1d;
}

.drops-wins-latest .jackpot-games__games-grid .more-info-box .content,
.drops-wins-latest .jackpot-games__games-grid .more-info-box .content p,
.drops-wins-latest .jackpot-games__games-grid .more-info-box .content li,
.drops-wins-latest .jackpot-games__games-grid .more-info-box .content strong {
	color: #160f1d;
	opacity: 1;
	font-size: 15px;
	line-height: 1.7;
}

.drops-wins-latest .jackpot-games__games-grid .more-info-box .content p {
	margin: 0 0 12px;
}

.drops-wins-latest .jackpot-games__games-grid .more-info-box .content ul {
	margin: 0;
	padding-left: 20px;
	list-style: disc;
}

.drops-wins-latest .jackpot-games__games-grid .more-info-box .content ul li {
	color: #ff872a;
}

.drops-wins-latest .jackpot-games__games-grid .more-info-box .content ul li span {
	color: #160f1d;
}

.drops-wins-latest .jackpot-games__games-grid .more-info-box .triangle {
	position: absolute;
	top: -19px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 20px 15px;
	border-color: transparent transparent #ffffff transparent;
}

.drops-wins-latest .jackpot-games__games-grid .more-info-box .triangle.t-1 {
	left: 14%;
}

.drops-wins-latest .jackpot-games__games-grid .more-info-box .triangle.t-2 {
	left: 49%;
}

.drops-wins-latest .jackpot-games__games-grid .more-info-box .triangle.t-3 {
	left: 83%;
}

/* Carousel arrows — live-casino reference */
.drops-wins-latest .jackpot-games__games-grid .live-casino-games .left-arrow,
.drops-wins-latest .jackpot-games__games-grid .live-casino-games .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: 48%;
	z-index: 5;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}

.drops-wins-latest .jackpot-games__games-grid .live-casino-games .left-arrow {
	left: -88px;
	transform: translate(0, -50%);
}

.drops-wins-latest .jackpot-games__games-grid .live-casino-games .right-arrow {
	right: -88px;
	transform: translate(0, -50%) rotate(180deg);
}

.drops-wins-latest .jackpot-games__games-grid .live-casino-games .slick-arrow.slick-disabled {
	opacity: 0.35;
	cursor: default;
}

@media (max-width: 1370px) {
	.drops-wins-latest .jackpot-games__games-grid .live-casino-games .left-arrow {
		left: -60px;
	}

	.drops-wins-latest .jackpot-games__games-grid .live-casino-games .right-arrow {
		right: -40px;
	}
}

@media (max-width: 1241px) {
	.drops-wins-latest .jackpot-games__games-grid .live-casino-games .left-arrow {
		left: -30px;
	}

	.drops-wins-latest .jackpot-games__games-grid .live-casino-games .right-arrow {
		right: -30px;
	}
}

@media (max-width: 992px) {
	.drops-wins-latest .jackpot-games__games-grid .games {
		padding: 40px 0 64px;
	}

	.drops-wins-latest .jackpot-games__games-grid .release-live .title {
		bottom: 33px;
		font-size: 14px;
	}

	.drops-wins-latest .jackpot-games__games-grid .more-info-button,
	.drops-wins-latest .jackpot-games__games-grid .coming-soon {
		padding: 12px 30px;
	}

	.drops-wins-latest .jackpot-games__games-grid .games .container > .row .title {
		font-size: 24px;
	}

	.drops-wins-latest .jackpot-games__games-grid .more-info-box .triangle.t-1 {
		left: 25%;
	}

	.drops-wins-latest .jackpot-games__games-grid .more-info-box .triangle.t-3 {
		left: 75%;
	}
}

@media (max-width: 769px) {
	.drops-wins-latest .jackpot-games__games-grid .live-casino-games .left-arrow {
		left: 4px;
	}

	.drops-wins-latest .jackpot-games__games-grid .live-casino-games .right-arrow {
		right: 4px;
	}
}

@media (max-width: 575px) {
	.drops-wins-latest .jackpot-games__games-grid .games {
		padding: 32px 0 56px;
	}

	.drops-wins-latest .jackpot-games__games-grid .games > .container {
		padding: 0 16px;
	}

	.drops-wins-latest .jackpot-games__games-grid .games .container > .row .title {
		font-size: 22px;
		text-align: center;
	}

	.drops-wins-latest .jackpot-games__games-grid .games .container > .row .content,
	.drops-wins-latest .jackpot-games__games-grid .games .container > .row .content p {
		text-align: center;
		font-size: 15px;
	}

	.drops-wins-latest .jackpot-games__games-grid .more-info-box {
		padding: 28px 20px;
	}

	.drops-wins-latest .jackpot-games__games-grid .more-info-box .title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.drops-wins-latest .jackpot-games__games-grid .more-info-box .triangle.t-1,
	.drops-wins-latest .jackpot-games__games-grid .more-info-box .triangle.t-2,
	.drops-wins-latest .jackpot-games__games-grid .more-info-box .triangle.t-3 {
		left: 50%;
		transform: translateX(-50%);
	}
}
