.wpr-event {
	--wpr-accent: #2454d6;
	--wpr-accent-soft: #edf2ff;
	--wpr-border: #d9e0ea;
	--wpr-muted: #5f6b7a;
	--wpr-surface: #ffffff;
	--wpr-text: #172033;
	background: var(--wpr-surface);
	border: 1px solid var(--wpr-border);
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(23, 32, 51, 0.08);
	box-sizing: border-box;
	color: var(--wpr-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 20px !important;
	line-height: 1.6 !important;
	margin: 28px auto;
	max-width: 980px;
	padding: clamp(24px, 4vw, 40px);
}

.wpr-event *,
.wpr-event *::before,
.wpr-event *::after {
	box-sizing: border-box;
	font-family: inherit !important;
}

.wpr-event button,
.wpr-event input,
.wpr-event summary {
	font-family: inherit !important;
}

.wpr-event-header {
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 30px;
}

.wpr-event h2 {
	font-family: inherit;
	font-size: 44px !important;
	font-weight: 780;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 14px;
}

.wpr-description {
	color: var(--wpr-muted);
	font-size: 19px !important;
	line-height: 1.65;
	max-width: 820px;
}

.wpr-description p {
	margin: 0 0 0.7em;
}

.wpr-location {
	align-items: center;
	background: var(--wpr-accent-soft);
	border: 1px solid #cdd9ff;
	border-radius: 999px;
	color: var(--wpr-accent);
	display: inline-flex;
	font-size: 18px !important;
	gap: 10px;
	line-height: 1.25;
	margin: 0 0 16px;
	padding: 9px 14px;
}

.wpr-location span {
	font-size: 13px !important;
	font-weight: 850;
	text-transform: uppercase;
}

.wpr-location strong {
	font-weight: 780;
}

.wpr-closed-label {
	align-self: flex-start;
	background: #f0f3f7;
	border-radius: 999px;
	color: #3f4b5f;
	display: inline-flex;
	font-size: 14px;
	font-weight: 750;
	line-height: 1;
	padding: 8px 12px;
}

.wpr-form {
	display: grid;
	gap: 30px;
}

.wpr-field {
	max-width: 420px;
}

.wpr-field label,
.wpr-slot-choice-list legend {
	color: var(--wpr-text);
	display: block;
	font-size: 19px !important;
	font-weight: 750;
	margin: 0 0 10px;
}

.wpr-field input[type='text'] {
	appearance: none;
	background: #fff;
	border: 1px solid var(--wpr-border);
	border-radius: 8px;
	color: var(--wpr-text);
	font: inherit !important;
	font-size: 19px !important;
	min-height: 62px;
	outline: none;
	padding: 14px 16px;
	transition: border-color 0.16s ease, box-shadow 0.16s ease;
	width: 100%;
}

.wpr-field input[type='text']:focus {
	border-color: var(--wpr-accent);
	box-shadow: 0 0 0 3px rgba(36, 84, 214, 0.16);
}

.wpr-slot-choice-list {
	border: 0;
	margin: 0;
	padding: 0;
}

.wpr-selection-count {
	color: var(--wpr-muted);
	font-size: 17px !important;
	margin: -2px 0 20px;
}

.wpr-slot-day {
	border-top: 1px solid #edf0f4;
	padding: 22px 0 4px;
}

.wpr-slot-day:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.wpr-slot-day h3 {
	color: var(--wpr-text);
	font-family: inherit;
	font-size: 21px !important;
	font-weight: 780;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 14px;
	text-transform: capitalize;
}

.wpr-slot-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.wpr-slot-choice {
	display: inline-flex;
	margin: 0;
	position: relative;
}

.wpr-slot-input {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.wpr-slot-pill {
	align-items: center;
	background: #fff;
	border: 1px solid var(--wpr-border);
	border-radius: 999px;
	color: var(--wpr-text);
	cursor: pointer;
	display: inline-flex;
	font-size: 19px !important;
	font-weight: 720;
	justify-content: center;
	min-height: 66px;
	min-width: 210px;
	overflow: visible;
	padding: 15px 28px;
	position: relative;
	transition: background-color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, color 0.16s ease, transform 0.16s ease;
	user-select: none;
}

.wpr-slot-pill:hover {
	border-color: #94a3b8;
	box-shadow: 0 8px 18px rgba(23, 32, 51, 0.1);
	transform: translateY(-1px);
}

.wpr-slot-input:focus-visible + .wpr-slot-pill {
	border-color: var(--wpr-accent);
	box-shadow: 0 0 0 3px rgba(36, 84, 214, 0.16);
}

.wpr-slot-input:checked + .wpr-slot-pill {
	background: var(--wpr-accent);
	border-color: var(--wpr-accent);
	box-shadow: 0 10px 22px rgba(36, 84, 214, 0.24);
	color: #fff;
}

.wpr-slot-count {
	align-items: center;
	background: var(--wpr-accent);
	border: 3px solid #fff;
	border-radius: 999px;
	box-shadow: 0 6px 14px rgba(36, 84, 214, 0.22);
	color: #fff;
	display: inline-flex;
	font-size: 15px !important;
	font-weight: 850;
	height: 32px;
	justify-content: center;
	line-height: 1;
	min-width: 32px;
	padding: 0 8px;
	position: absolute;
	right: -8px;
	top: -9px;
	z-index: 2;
}

.wpr-slot-input:checked + .wpr-slot-pill .wpr-slot-count {
	background: #fff;
	color: var(--wpr-accent);
}

.wpr-submit {
	border: 0;
	cursor: pointer;
	font-family: inherit;
	font-size: 19px !important;
	min-height: 62px;
	padding-left: 30px;
	padding-right: 30px;
}

.wpr-notice {
	background: #f6f8fb;
	border: 1px solid var(--wpr-border);
	border-radius: 8px;
	color: var(--wpr-text);
	margin: 16px 0;
	padding: 12px 14px;
}

.wpr-notice-success {
	background: #ebf8f1;
	border-color: #b9e7cc;
	color: #166534;
}

.wpr-notice-error {
	background: #fff1f0;
	border-color: #f2b8b5;
	color: #b42318;
}

.wpr-results {
	border-top: 1px solid #edf0f4;
	margin-top: 30px;
	padding-top: 22px;
}

.wpr-results summary {
	color: var(--wpr-muted);
	cursor: pointer;
	font-size: 19px !important;
	font-weight: 720;
}

.wpr-response-list {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

.wpr-response-slot {
	background: #fbfcfe;
	border: 1px solid var(--wpr-border);
	border-radius: 8px;
	padding: 16px;
}

.wpr-response-slot-head {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

.wpr-response-date {
	color: var(--wpr-muted);
	font-size: 16px !important;
	font-weight: 720;
	margin: 0 0 5px;
	text-transform: capitalize;
}

.wpr-response-slot h3 {
	color: var(--wpr-text);
	font-family: inherit;
	font-size: 24px !important;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
}

.wpr-response-count {
	background: var(--wpr-accent-soft);
	border-radius: 999px;
	color: var(--wpr-accent);
	display: inline-flex;
	font-size: 15px !important;
	font-weight: 800;
	line-height: 1;
	padding: 9px 12px;
	white-space: nowrap;
}

.wpr-response-names {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

.wpr-response-names li {
	background: #fff;
	border: 1px solid var(--wpr-border);
	border-radius: 999px;
	display: inline-flex;
	font-size: 17px !important;
	font-weight: 800;
	line-height: 1;
	margin: 0;
	padding: 9px 12px;
}

.wpr-response-empty {
	color: #9aa3b2;
	font-style: italic;
	margin: 12px 0 0;
}

.wpr-public-credit {
	align-items: center;
	border-top: 1px solid #edf0f4;
	color: var(--wpr-muted);
	display: flex;
	font-size: 14px !important;
	gap: 7px;
	justify-content: flex-end;
	line-height: 1.2 !important;
	margin: 30px 0 0;
	padding-top: 16px;
}

.wpr-public-credit .wpr-credit-link {
	align-items: center;
	color: var(--wpr-accent);
	display: inline-flex;
	gap: 7px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.wpr-public-credit .wpr-credit-logo {
	display: block;
	flex: 0 0 auto;
	height: 18px;
	width: auto;
}

.wpr-public-credit .wpr-credit-link:hover,
.wpr-public-credit .wpr-credit-link:focus {
	text-decoration: underline;
}

.wpr-honeypot {
	left: -9999px;
	position: absolute;
}

@media (max-width: 640px) {
	.wpr-event {
		font-size: 18px;
		padding: 18px;
	}

	.wpr-event h2 {
		font-size: 32px !important;
	}

	.wpr-event-header {
		flex-direction: column;
	}

	.wpr-slot-pills {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wpr-slot-pill {
		min-width: 0;
		width: 100%;
	}

	.wpr-submit {
		width: 100%;
	}

	.wpr-response-slot-head {
		flex-direction: column;
		gap: 10px;
	}

	.wpr-public-credit {
		justify-content: flex-start;
	}
}
