.contest .header {
	color: var(--mt-color-white);
	background: url('/media/mpclo/images/mpc/contests/holiday2025/holiday2025_banner_bg.jpg') no-repeat right center/cover;
}
.contest .header .content {
	z-index: 1;
}
.contest .header .logo img {
	max-width: 480px;
	margin-top: -3rem;
	margin-bottom: -3rem;
}
.contest .header .entries {
	position: absolute;
	bottom: 1.25rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	min-width: 13rem;
	max-width: 24rem;
	align-items: center;
	justify-content: center;
	column-gap: 0.25rem;
	color: var(--mt-color-black);
	border-radius: 2rem;
	border: 6px solid var(--mt-color-white);
	background: var(--mt-color-teal);
	box-shadow: var(--mt-box-shadow);
	padding: 0.5rem 2rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1875rem;
}
.contest .header .entries.mobile {
	display: none;
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    max-width: unset;
    transform: unset;	
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
}
/*.contest .header .entries.mobile .text {*/
/*	flex: 0;*/
/*}*/
.contest .header .entries .amt {
	padding-right: 0.5rem;
}
.contest .header .entries strong {
	font-family: Futura;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
}

.contest .btn {
	min-width: unset;
}

.contest .how-to-play {
	background: var(--mt-color-light-grey);
}
.contest .how-to-play img {
	height: 6rem;
}

.contest .box-purple {
	color: var(--mt-color-white);
	background: var(--mt-color-purple);
}
.contest .box-purple hr.red {
	border-color: var(--mt-color-red);
}
.contest .box-purple .amount {
	font-family: var(--mt-font-hdg);
	text-align: center;
	border-radius: 100px;
	padding: 0.5rem 3rem;
	margin: 0 auto;
	font-size: 1.5rem !important;
	box-shadow: 0px 4px 4px 0px #00000040;
	background: var(--mt-color-red);
}
.contest .box-purple .amount:first-of-type {
	width: 260px;
}
.contest .box-purple .amount:nth-of-type(2) {
	width: 300px;
}
.contest .box-purple .amount:last-of-type {
	width: 340px;
}
.contest .box-purple .amount.p10k {
	background: #c50033;
}
.contest .box-purple .amount.p15k {
	background: #a5022c;
}

.contest #contest-details .contest-details-list {
	box-shadow: none;
}
.contest #contest-details .details-header {
	background: var(--mt-color-teal);
}
.contest #contest-details .contest-details-list {
	background: var(--mt-color-light-grey);
}
.contest #contest-details .entry-periods li {
	padding: 1.5rem 0;
	border-bottom: 1px solid var(--mt-color-med-grey);
}
.contest #contest-details .entry-periods li:last-of-type {
	border-bottom: none;
}
.contest .box.grand-prize {
	background: var(--mt-color-purple);
}

@media screen and (max-width: 768px) {
	.contest .header .logo {
		margin-top: -4rem;
	}
	.contest .header .logo img {
		margin-top: -4rem;
	}
	.contest .header .entries.desktop {
		display: none;
	}
	.contest .header .entries.mobile {
		display: flex;
	}
	.contest #contest-details .contest-details-list {
		border-radius: unset;
	}
}
