﻿.jackpot-card {
	overflow: hidden;
	transition: transform .3s ease;
	will-change: transform;
	margin: 10px;
	
}


.jackpot-card__main-container {
	height: 170px;
	width: 100%;
	position: relative;
	text-transform: uppercase;
	font-style: italic;
	padding: 10px 15px 10px !important;
	margin: 0px !important;
}



.jackpot-card__background-image {
	width: 100%;
	height: 135px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 5px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .4) !important;

}

.jackpot-card__character-image {
	width: 400px;
	height: 170px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	bottom: 20px;
	right: 0;
	border-radius: 5px;
}

.jackpot-card__logo-image {
	width: 160px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	left: 15px;
	top: 8px;
}


.jackpot-card__content-wrapper--4-values {
	grid-template-rows: auto auto;
	grid-template-columns: repeat(3, 1fr);
	padding-bottom: 8px;
}

@media (min-width: 414px) {
	.jackpot-card__content-wrapper {
		gap: 10px;
		left: 10px;
	}
}

.jackpot-card__content-wrapper {
	position: absolute;
	bottom: 0;
	left: 15px;
	display: grid;
	gap: 20px;
	padding: 0;
	box-sizing: border-box;
}

.jackpot-card__link {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}


.jackpot-card__content-wrapper--4-values .jackpot-card__jackpot-card-value-section:nth-child(1) {
	grid-column: span 3;
	font-size: 20px;
	height: max-content;
}

.jackpot-card__content-wrapper--4-values .jackpot-card__jackpot-card-value-section {
	height: 40px;
}

.jackpot-card__jackpot-card-value-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	-moz-box-align: flex-start;
	align-items: flex-start;
}

.jackpot-card__jackpot-card-value-title {
	font-size: 11px;
	font-weight: 900;
	display: inline-block;
	border-radius: 20px;
	padding: 1px 7px;
	line-height: 12px;
	height: 13px;
	background-color: rgba(4, 26, 19, .3);
}

.jackpot-card__jackpot-card-value-jackpot {
	color: #fff;
	font-weight: 900;
	margin-left: 5px;
	max-width: 100%;
	overflow: hidden;
}

.jackpot-card__jackpot-card-value-jackpot-hidden {
	color: transparent;
	position: absolute;
}


.jackpot-card__jackpot-card-value-title {
	font-size: 13px;
	font-weight: 900;
	display: inline-block;
	border-radius: 20px;
	padding: 1px 7px;
	line-height: 12px;
	height: 15px;
	background-color: rgba(4, 26, 19, .3);
}

.jackpot-card__content-wrapper--4-values .jackpot-card__jackpot-card-value-section:nth-child(n+2) {
	/*width: 130px;*/
	grid-row: 2;
	font-size: 15px;
}


@media (width < 400px) {
	.jackpot-card__content-wrapper--4-values .jackpot-card__jackpot-card-value-section:nth-child(n+2) {
		font-size: 11px;
	}
}

@media (width > 500px) {
	.jackpot-card__content-wrapper--4-values .jackpot-card__jackpot-card-value-section:nth-child(n+2) {
		width: 180px;
		grid-row: 2;
		font-size: 15px;
	}
}