.single-event-page .mw-form-section {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.single-event-page .mw-form-inner {
	max-width: 720px;
	margin: 0 auto;
}

.mw-event-wrapper {
	max-width: 800px;
	margin: 0 auto;
	padding: 3rem 1rem;
}

.mw-event-title {
	text-align: center;
	margin-bottom: .5rem;
}

.mw-event-date {
	color: #666;
	margin-bottom: 1.25rem;
	text-align: center;
}

.mw-register-button {
	display: block;
	width: fit-content;
	margin: 1rem auto 2.5rem;
	padding: .75rem 2rem;
	border-radius: 6px;
	background-color: #0f6f6a;
	color: #ffffff !important;
	text-decoration: none;
	text-align: center;
	font-weight: 500;
	letter-spacing: .02em;
	transition:
		background-color .2s ease,
		transform .15s ease,
		box-shadow .15s ease;
}

.mw-register-button:hover {
	background-color: #0b5c58;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(15, 111, 106, 0.35);
}

.mw-event-poster {
	max-width: 420px;
	margin: 24px auto 32px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.mw-event-poster img {
	width: 100%;
	height: auto;
	display: block;
}

.mw-event-description {
	max-width: 720px;
	margin: 2rem auto;
	line-height: 1.6;
	color: #444;
}

.mw-registration-section {
	padding: 3rem 0 1rem;
	background: #f3f0ed;
}

.mw-event-bios-link {
	text-align: center;
	margin-top: 1rem;
}