/**
 * ASH XO Malta destination-event page reference.
 *
 * This intentionally differs from the shorter UK event-page template. Keep
 * the checkout before the detailed schedule, showcase the line-up and music
 * immediately after the introduction, and preserve 20px mobile gutters.
 */

.lvm-malta-intro {
	box-sizing: border-box;
	width: calc(100% - 4rem);
	max-width: 76rem;
	margin: 0 auto 24px;
	text-align: center;
}

.lvm-malta-intro h2 {
	margin: 0 0 14px;
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.15;
}

.lvm-malta-intro p {
	margin: 0 auto;
	font-size: 19px;
	line-height: 1.5;
}

.lvm-malta-featured-lineup {
	box-sizing: border-box;
	width: calc(100% - 4rem);
	max-width: 70rem;
	margin: 24px auto 26px !important;
	padding: 26px 24px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 18px;
	background: linear-gradient(135deg, #fff3f7 0%, #fff8e9 100%);
	text-align: center;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

.lvm-malta-featured-lineup h2 {
	margin: 0 0 10px;
	font-size: clamp(23px, 3vw, 32px);
	line-height: 1.18;
}

.lvm-malta-featured-lineup__names {
	margin: 0;
	font-size: clamp(20px, 2.5vw, 27px) !important;
	line-height: 1.35;
}

.lvm-malta-featured-lineup__more {
	margin: 7px 0 0 !important;
	font-size: 16px !important;
}

.lvm-malta-featured-lineup__music {
	margin: 20px auto 0 !important;
	padding-top: 18px;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	font-size: 18px !important;
	line-height: 1.45;
}

.lvm-malta-featured-lineup__music strong {
	display: block;
	margin-bottom: 4px;
}

.lvm-malta-highlights,
.lvm-malta-section {
	box-sizing: border-box;
	width: calc(100% - 4rem);
	max-width: 90rem;
	margin-right: auto !important;
	margin-left: auto !important;
}

.lvm-malta-highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 24px !important;
	margin-bottom: 22px !important;
}

.lvm-malta-highlight {
	box-sizing: border-box;
	padding: 22px 18px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 15px;
	background: #f6f6f6;
	text-align: center;
}

.lvm-malta-highlight strong {
	display: block;
	margin-bottom: 7px;
	font-size: 20px;
	line-height: 1.2;
}

.lvm-malta-highlight span {
	display: block;
	font-size: 16px;
	line-height: 1.4;
}

.lvm-malta-top-cta {
	margin-top: 20px !important;
	margin-bottom: 28px !important;
}

/* Malta section-spacing contract.
 *
 * Twenty Twenty adds 80px of top and bottom padding to section elements. That
 * created the large blank areas visible between the schedule, travel and FAQs,
 * so both values must remain explicitly reset here.
 *
 * Resulting desktop transitions:
 *   schedule note -> Travel and accommodation heading: 54px
 *   travel card -> FAQs: 32px
 *
 * Resulting mobile transitions:
 *   44px / 26px respectively.
 */
.lvm-malta-section {
	margin-top: 38px !important;
	margin-bottom: 32px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.lvm-malta-travel-section {
	margin-top: 16px !important;
	padding-top: 24px !important;
}

.lvm-malta-section > h2 {
	margin: 0 0 22px;
	text-align: center;
}

.lvm-malta-schedule {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.lvm-malta-day {
	box-sizing: border-box;
	padding: 22px;
	border-radius: 15px;
	background: #f6f6f6;
}

.lvm-malta-day h3 {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.2;
}

.lvm-malta-day p {
	margin: 0 0 9px;
	line-height: 1.5;
}

.lvm-malta-day p:last-child {
	margin-bottom: 0;
}

.lvm-malta-travel {
	box-sizing: border-box;
	max-width: 70rem;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: 24px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 15px;
	background: #fff;
}

.lvm-malta-travel p {
	margin: 0;
	line-height: 1.55;
}

.lvm-malta-note {
	margin: 16px auto 0 !important;
	color: #555;
	text-align: center;
	font-size: 14px;
	line-height: 1.45;
}

@media (max-width: 600px) {
	.lvm-malta-intro,
	.lvm-malta-featured-lineup,
	.lvm-malta-highlights,
	.lvm-malta-section {
		width: calc(100% - 4rem);
	}

	.lvm-malta-intro h2 {
		font-size: 28px;
	}

	.lvm-malta-intro p {
		font-size: 17px;
	}

	.lvm-malta-featured-lineup {
		margin-top: 20px !important;
		padding: 22px 18px;
		border-radius: 15px;
	}

	.lvm-malta-featured-lineup__music {
		font-size: 17px !important;
	}

	.lvm-malta-highlights,
	.lvm-malta-schedule {
		grid-template-columns: 1fr;
	}

	.lvm-malta-highlight,
	.lvm-malta-day {
		padding: 19px 18px;
	}

	.lvm-malta-section {
		margin-top: 30px !important;
		margin-bottom: 26px !important;
	}

	.lvm-malta-travel-section {
		margin-top: 14px !important;
		padding-top: 20px !important;
	}

	.lvm-malta-travel {
		padding: 20px 18px;
	}
}
