/**
 * Base styles
 **/
#euro-millions-canvas {
	width: 100%;
	height: 100%;
}

/* Background color */
.euromillions-slider {
	background-color: #001266;
	padding-top: 0;
}

.euromillions-slider .carousel__item___content {
	display: flex;
	justify-content: center;
}
	
/* Button colors */
.euromillions-slider .cta-button-container a {
	color: #fff;
	background-color: #e10017;
}
.euromillions-slider .cta-button-container a:hover {
	color: #fff;
	background-color: #404040;
}

/**
 * Desktop styles
 **/
@media screen and (min-width: 1021px) {
	/* Button position and size */
	.euromillions-slider .cta-button-container {
		bottom: 50px;
	}
	.euromillions-slider .cta-button-container a {
		padding: 20px 50px;
	}
}

/**
 * Tablet styles
 **/
@media screen and (min-width: 768px) and (max-width: 1020.9px) {
	/* Button position and size */
	.euromillions-slider .cta-button-container {
		bottom: 50px;
	}
	.euromillions-slider .cta-button-container a {
		padding: 20px 50px;
	}
}

/**
 * Mobile styles
 **/
@media screen and (max-width: 767.9px) {
	/* Button position and size */
	.euromillions-slider .cta-button-container {
		bottom: 50px;
	}
	.euromillions-slider .cta-button-container a {
		padding: 15px 20px;
	}
}
