.mxgc-event-form {
	box-sizing: border-box;
	width: 100%;
	margin: 1.4rem 0;
	padding: clamp(18px, 3vw, 30px);
	border: 1px solid #dcdfe4;
	border-radius: 14px;
	background: #fff;
	color: #191919;
}
.mxgc-event-form *,
.mxgc-event-form *::before,
.mxgc-event-form *::after { box-sizing: border-box; }
.mxgc-event-note {
	margin: 0 0 1.35rem;
	padding: 13px 15px;
	border-left: 4px solid currentColor;
	border-radius: 6px;
	background: #f4f5f7;
}
.mxgc-event-note > :first-child { margin-top: 0; }
.mxgc-event-note > :last-child { margin-bottom: 0; }
.mxgc-event-section + .mxgc-event-section {
	margin-top: 1.8rem;
	padding-top: 1.7rem;
	border-top: 1px solid #e7e9ed;
}
.mxgc-section-heading { margin-bottom: 1rem; }
.mxgc-section-heading h3 {
	margin: 0;
	font-size: 1.18rem;
	line-height: 1.2;
}
.mxgc-section-heading p {
	margin: .35rem 0 0;
	color: #60656d;
	font-size: .93rem;
}
.mxgc-admission-list,
.mxgc-camping-list { display: grid; gap: 10px; }
.mxgc-choice-row,
.mxgc-camping-choice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 15px 16px;
	border: 1px solid #dadde2;
	border-radius: 10px;
	background: #fff;
}
.mxgc-choice-copy,
.mxgc-camping-choice > span {
	display: grid;
	gap: 3px;
	min-width: 0;
}
.mxgc-choice-copy strong,
.mxgc-camping-choice strong { font-size: 1rem; }
.mxgc-choice-copy > span,
.mxgc-camping-choice small { color: #5f646c; font-size: .88rem; }
.mxgc-choice-copy em,
.mxgc-camping-choice em {
	color: #222;
	font-size: .88rem;
	font-style: normal;
	font-weight: 700;
}
.mxgc-quantity {
	display: flex;
	align-items: center;
	gap: 7px;
	flex: 0 0 auto;
	white-space: nowrap;
	font-size: .86rem;
	font-weight: 700;
}
.mxgc-quantity input,
.mxgc-nights-field input {
	width: 66px;
	min-height: 40px;
	margin: 0;
	padding: 6px 7px;
	border: 1px solid #b8bec7;
	border-radius: 6px;
	background: #fff;
	color: inherit;
	font: inherit;
	text-align: center;
}
.mxgc-camping-choice {
	align-items: flex-start;
	justify-content: flex-start;
	cursor: pointer;
}
.mxgc-camping-choice input {
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	accent-color: currentColor;
	flex: 0 0 auto;
}
.mxgc-camping-choice.is-selected {
	border-color: #262626;
	box-shadow: 0 0 0 1px #262626;
}
.mxgc-none-choice { opacity: .92; }
.mxgc-nights-field {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 12px;
	padding: 12px 0 0;
	font-size: .95rem;
	font-weight: 700;
}
.mxgc-nights-field input:disabled {
	cursor: not-allowed;
	background: #f1f2f4;
	color: #8a8f98;
}
.mxgc-event-total {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
	margin-top: 1.7rem;
	padding: 17px 0;
	border-top: 2px solid #202020;
	border-bottom: 1px solid #e1e3e6;
	font-size: 1rem;
	font-weight: 800;
}
.mxgc-event-total strong { font-size: 1.45rem; line-height: 1; }
.mxgc-event-total-note { margin: 12px 0 16px; color: #61666d; font-size: .82rem; }
.mxgc-event-form .single_add_to_cart_button {
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 12px 20px;
	font-size: 1rem;
	font-weight: 800;
}
@media (max-width: 560px) {
	.mxgc-event-form { padding: 18px; border-radius: 11px; }
	.mxgc-choice-row { align-items: flex-start; flex-direction: column; }
	.mxgc-quantity { width: 100%; justify-content: flex-end; }
	.mxgc-choice-row .mxgc-quantity { justify-content: space-between; }
}
.mxgc-event-unavailable {
	display: grid;
	gap: 5px;
	margin: 1.4rem 0;
	padding: 18px 20px;
	border: 1px solid #e0c8c8;
	border-radius: 12px;
	background: #fff8f8;
	color: #4b1d1d;
}
.mxgc-event-unavailable strong { font-size: 1.05rem; }
.mxgc-choice-row.is-unavailable,
.mxgc-camping-choice.is-unavailable {
	cursor: not-allowed;
	opacity: .58;
	background: #f6f7f8;
}
.mxgc-choice-row.is-unavailable .mxgc-quantity { color: #727882; }
.mxgc-unavailable-copy,
.mxgc-availability-note { color: #8a4d1e; font-weight: 700; }
.mxgc-availability-note { margin: 12px 0 0; font-size: .9rem; }
