/****************************** TBLTF PRIZE DRAW ******************************/

.prize-draw-banner-wrap {
	margin-top: 24px;
}

.prize-draw-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	box-sizing: border-box;
	width: 100%;
	padding: 24px 28px;
	border: 1px solid #d7c2df;
	border-radius: 10px;
	background: #f7f0fa;
	background: linear-gradient(135deg, #fbf8fc 0%, #f1e5f5 55%, #e5cfed 100%);
	box-shadow: 0 5px 16px rgba(65, 30, 79, 0.16);
	text-decoration: none;
	position: relative;
	overflow: hidden;
	-webkit-transition: transform 0.2s ease, box-shadow 0.2s ease;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.prize-draw-banner:before {
	content: "";
	position: absolute;
	right: -80px;
	top: -110px;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: rgba(176, 84, 195, 0.13);
}

.prize-draw-banner:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(65, 30, 79, 0.22);
}

.prize-draw-banner-logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 175px;
	flex: 0 0 175px;
	position: relative;
	z-index: 1;
}

.prize-draw-banner-logo img {
	display: block;
	max-width: 175px;
	height: auto;
}

.prize-draw-banner-copy {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
	z-index: 1;
}

.prize-draw-banner-kicker,
.prize-draw-kicker {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 1.2px;
	color: #ffffff;
	background: #6f2a80;
	padding: 7px 10px;
	border-radius: 3px;
	margin-bottom: 8px;
}

.prize-draw-banner h2 {
	font-size: 2em;
	line-height: 1.1em;
	text-transform: none;
	margin: 0 0 6px 0;
	color: #542162;
}

.prize-draw-banner p {
	margin-bottom: 5px;
}

.prize-draw-banner-summary {
	font-size: 1.08em;
	color: #414558;
}

.prize-draw-banner-conditions {
	font-size: 0.88em;
	line-height: 1.45em;
	color: #58585a;
}

.prize-draw-banner-date {
	font-size: 0.88em;
	font-weight: 600;
	color: #542162;
}

.prize-draw-banner-cta {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 190px;
	flex: 0 0 190px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.prize-draw-banner-gift {
	display: block;
	font-size: 62px;
	line-height: 1;
	color: #8a3c9e;
	margin-bottom: 12px;
}

.prize-draw-banner-button,
.prize-draw-button {
	display: inline-block;
	box-sizing: border-box;
	background: #6f2a80;
	color: #ffffff !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3em;
	text-decoration: none;
	padding: 12px 18px;
	border-radius: 4px;
	border: 0;
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;
}

.prize-draw-banner:hover .prize-draw-banner-button,
.prize-draw-button:hover {
	background: #b054c3;
	color: #ffffff !important;
}

.prize-draw-page {
	padding-top: 28px;
	padding-bottom: 30px;
}

.prize-draw-hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 32px 36px;
	margin-bottom: 22px;
	border-radius: 10px;
	background: #f5ecf8;
	background: linear-gradient(135deg, #fbf8fc 0%, #ead8f0 100%);
	border: 1px solid #dbc5e3;
}

.prize-draw-hero-copy {
	max-width: 720px;
}

.prize-draw-hero h1 {
	color: #542162;
	margin-bottom: 10px;
}

.prize-draw-lead {
	font-size: 1.18em;
	line-height: 1.55em;
	margin-bottom: 12px;
}

.prize-draw-hero-date {
	font-size: 1em;
	margin-bottom: 0;
}

.prize-draw-hero-icon {
	font-size: 96px;
	line-height: 1;
	color: #8a3c9e;
	padding-left: 25px;
}

.prize-draw-keyfacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 28px;
}

.prize-draw-keyfacts > div {
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	min-width: 0;
	background: #ffffff;
	border: 1px solid #e2d7e6;
	border-top: 4px solid #b054c3;
	padding: 15px 14px;
	text-align: center;
}

.prize-draw-keyfacts i {
	display: block;
	font-size: 25px;
	color: #8a3c9e;
	margin-bottom: 8px;
}

.prize-draw-keyfacts strong,
.prize-draw-keyfacts span {
	display: block;
	font-family: 'Open Sans', sans-serif;
	color: #414558;
}

.prize-draw-keyfacts strong {
	font-size: 14px;
	margin-bottom: 3px;
}

.prize-draw-keyfacts span {
	font-size: 12px;
	line-height: 1.35em;
}

.prize-draw-layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 32px;
}

.prize-draw-main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
}

.prize-draw-sidebar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 285px;
	flex: 0 0 285px;
}

.prize-draw-section {
	margin-bottom: 30px;
}

.prize-draw-section h2,
.prize-draw-sidebox h2,
.prize-draw-terms-content h2 {
	color: #6f2a80;
	text-transform: none;
}

.prize-list {
	margin: 0 0 16px 24px;
	list-style: decimal;
}

.prize-list li {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.55em;
	color: #58585a;
	padding-left: 8px;
	margin-bottom: 10px;
}

.prize-list li strong {
	color: #414558;
}

.prize-draw-smallprint {
	font-size: 0.88em;
	background: #f7f6f6;
	padding: 12px 14px;
	border-left: 4px solid #bfd6e4;
}

.prize-draw-entry-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 18px;
	box-sizing: border-box;
	padding: 22px;
	background: #ffffff;
	border: 1px solid #e2d7e6;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(65, 69, 88, 0.08);
}

.prize-draw-donation-entry {
	border-top: 4px solid #b054c3;
}

.prize-draw-entry-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 46px;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background: #8a3c9e;
}

.prize-draw-entry-copy {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
}

.prize-draw-simple-list {
	margin: 0 0 18px 18px;
	list-style: disc;
}

.prize-draw-simple-list li {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #58585a;
	margin-bottom: 7px;
}

.prize-draw-address {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-style: normal;
	color: #414558;
	background: #f7f6f6;
	border-left: 4px solid #b054c3;
	padding: 12px 16px;
	margin: 12px 0 16px 0;
}

.prize-draw-online-placeholder {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 1.45em;
	color: #58585a;
	background: #fff8e3;
	border: 1px solid #ead58a;
	padding: 12px 14px;
	border-radius: 4px;
}

.prize-draw-online-placeholder code {
	font-family: Menlo, Monaco, Consolas, monospace;
	font-size: 12px;
	color: #542162;
}

.prize-draw-important {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.55em;
	color: #414558;
	background: #f3e8f6;
	border-left: 5px solid #8a3c9e;
	padding: 16px 18px;
	margin: 18px 0;
}

.prize-draw-terms-link {
	font-size: 1.05em;
	text-align: center;
	padding: 18px;
	border: 1px solid #e2d7e6;
	background: #ffffff;
}

.prize-draw-sidebox {
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #e2d7e6;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 6px;
}

.prize-draw-sidebox-purple {
	background: #f3e8f6;
	border-color: #dbc5e3;
}

.prize-draw-sidebox p,
.prize-draw-sidebox li {
	font-size: 13px;
}

.prize-draw-button-secondary {
	background: #58585a;
}

.prize-draw-button-secondary:hover {
	background: #6f2a80;
}

.prize-draw-terms-heading {
	padding-bottom: 10px;
	border-bottom: 1px solid #e2d7e6;
	margin-bottom: 20px;
}

.prize-draw-terms-heading h1 {
	color: #542162;
}

.prize-draw-terms-content {
	max-width: 850px;
}

.prize-draw-terms-content section {
	padding: 4px 0 10px 0;
	margin-bottom: 14px;
	border-bottom: 1px solid #ece7ee;
}

.prize-draw-terms-content h2 {
	font-size: 1.15em;
	margin-bottom: 8px;
}

.prize-list-terms li {
	font-size: 14px;
}

.prize-draw-back {
	margin-top: 25px;
}

/* Prize Draw tablet/mobile adjustments */
@media only screen and (max-width: 959px) {
	.prize-draw-banner {
		gap: 16px;
		padding: 20px;
	}

	.prize-draw-banner-logo {
		display: none;
	}

	.prize-draw-banner-cta {
		-ms-flex: 0 0 165px;
		flex: 0 0 165px;
	}

	.prize-draw-sidebar {
		-ms-flex: 0 0 240px;
		flex: 0 0 240px;
	}
}

@media only screen and (max-width: 767px) {
	.prize-draw-banner-wrap {
		margin-top: 15px;
	}

	.prize-draw-banner,
	.prize-draw-hero,
	.prize-draw-layout,
	.prize-draw-keyfacts,
	.prize-draw-entry-card {
		display: block;
	}

	.prize-draw-banner {
		padding: 20px;
		text-align: left;
	}

	.prize-draw-banner h2 {
		font-size: 1.55em;
	}

	.prize-draw-banner-cta {
		text-align: left;
		margin-top: 15px;
	}

	.prize-draw-banner-gift {
		display: none;
	}

	.prize-draw-page {
		padding-top: 20px;
	}

	.prize-draw-hero {
		padding: 22px;
	}

	.prize-draw-hero-icon {
		display: none;
	}

	.prize-draw-keyfacts > div {
		margin-bottom: 10px;
		text-align: left;
		padding-left: 58px;
		position: relative;
	}

	.prize-draw-keyfacts i {
		position: absolute;
		left: 18px;
		top: 18px;
	}

	.prize-draw-sidebar {
		width: 100%;
		margin-top: 25px;
	}

	.prize-draw-entry-icon {
		margin-bottom: 12px;
	}
}
