.iwai-fastpass {
	max-width: 680px;
	margin: 0 auto;
}
.iwai-fastpass-title {
	font-size: clamp(26px, 4vw, 36px);
	line-height: 1.2;
	margin: 0 0 12px;
}
.iwai-fastpass-intro {
	font-size: 16px;
	line-height: 1.55;
	color: #3f4a54;
	margin: 0 0 24px;
}
.iwai-fastpass-balance {
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
	padding: 20px 24px;
	background: #f4f9fc;
	border: 1px solid #dce3ea;
	border-radius: 14px;
	margin-bottom: 20px;
}
.iwai-fastpass-count {
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
	color: #00538c;
}
.iwai-fastpass-count-label {
	font-size: 16px;
	font-weight: 600;
	color: #111;
}
.iwai-fastpass-used {
	margin-left: auto;
	font-size: 13px;
	color: #687380;
}
.iwai-fastpass-redeem {
	display: inline-block;
	padding: 12px 24px;
	background: #00538c;
	color: #fff;
	border: 0;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.15s ease;
}
.iwai-fastpass-redeem:hover { background: #073e66; }
.iwai-fastpass-redeem:disabled { opacity: 0.6; cursor: default; }
.iwai-fastpass-error { margin: 10px 0 0; color: #d63638; font-size: 14px; }
.iwai-fastpass-note { color: #687380; font-size: 15px; }
.iwai-fastpass-expiry { margin: -10px 0 18px; font-size: 13px; color: #687380; }

.iwai-fastpass-scheduled {
	margin-top: 26px;
	padding: 22px 24px;
	background: #f1f9f4;
	border: 1px solid #bfe4cc;
	border-radius: 14px;
}
.iwai-fastpass-sched-title { margin: 0 0 8px; font-size: 20px; }
.iwai-fastpass-cal {
	display: inline-block;
	margin-top: 10px;
	padding: 11px 22px;
	background: #1f7a4d;
	color: #fff !important;
	border-radius: 10px;
	font-weight: 700;
	text-decoration: none;
}
.iwai-fastpass-cal:hover { background: #185f3c; }
.iwai-fastpass-pending-note { margin: 14px 0 0; font-size: 14px; color: #3f4a54; }
.iwai-fastpass-confirm-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	font-size: 14px;
	color: #3f4a54;
	cursor: pointer;
}
.iwai-fastpass-confirm-label input { width: 16px; height: 16px; }
