.wue-wrapper {
	max-width: 1140px;
	margin: 0 auto;
	font-family: inherit;
}

/* Header */
.wue-header {
	text-align: center;
	margin-bottom: 28px;
}
.wue-eyebrow {
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.wue-heading {
	font-size: 32px;
	font-weight: 800;
	margin: 0;
	position: relative;
	display: inline-block;
	padding-bottom: 14px; color:#fff !important;
}
.wue-heading-underline {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	border-radius: 2px;
}

/* Card */
.wue-card {
	position: relative;
	background: #fff;
	border: 1px solid #eceff3;
	display: flex;
	border-radius:10px;
	align-items: center;
}

.wue-slides {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.wue-track {
	display: flex;
	width: 100%;
	will-change: transform;
	transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}

.wue-slide {
	flex: 0 0 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.wue-slide-inner {
	display: flex;
	flex-wrap: wrap;
}

.wue-image-col {
	flex: 0 0 42%;
	max-width: 42%;
	background: #f5f6f8;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-sizing: border-box;
	border-radius:10px;
}
.wue-image-col img {
	width: 100%;
	height: auto;
	display: block;border-radius:10px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
.wue-image-col a {
	display: block;
	width: 100%;
	line-height: 0;
}
.wue-image-col a img {
	transition: transform 0.25s ease;border-radius:10px;
}
.wue-image-col a:hover img {
	transform: scale(1.02);
}

.wue-event-title a {
	color: inherit;
	text-decoration: none;
}
.wue-event-title a:hover {
	text-decoration: underline;
}

.wue-content-col {
	flex: 1 1 0;
	padding: 40px 56px;
	box-sizing: border-box;
	min-width: 280px;
}

.wue-event-title {
	font-size: 22px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 14px;
}

.wue-divider {
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #f2b632, #f5f5f5);
	margin-bottom: 22px;
}

.wue-meta-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 18px;
}
.wue-meta-icon {
	flex: 0 0 auto;
	line-height: 1;
	margin-top: 2px;
}
.wue-meta-text {
	font-size: 15px;
	line-height: 1.5;
}

.wue-event-link {
	display: inline-block;
	margin-top: 8px;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	color: #0b2a4a;
}
.wue-event-link:hover {
	text-decoration: underline;
}

/* Nav buttons */
.wue-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding:10px;
	border-radius: 6px;
	border: none;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 5;
	background-color: #3d4f61;
	opacity: 0.95;
	transition: opacity 0.2s ease;
}
.wue-nav-btn:hover {
	opacity: 1;
}
.wue-nav-prev {
	left: -20px;
}
.wue-nav-next {
	right: -20px;
}

/* Footer button */
.wue-footer {
	text-align: center;
	margin-top: 32px;
}
.wue-button {
	display: inline-block;
	background-color: #f2b632;
	color: #1a1a1a;
	font-weight: 700;
	padding: 12px 28px;
	border-radius: 4px;
	text-decoration: none;
	transition: filter 0.2s ease;
}
.wue-button:hover {
	filter: brightness(0.95);
	color: #1a1a1a;
}

/* Responsive */
@media (max-width: 767px) {
	.wue-slide-inner {
		flex-direction: column;
	}
	.wue-image-col,
	.wue-content-col {
		flex: 1 1 100%;
		max-width: 100%;
	}
	.wue-content-col {
		padding: 28px 24px;
	}
	.wue-nav-prev {
		left: 4px;
	}
	.wue-nav-next {
		right: 4px;
	}
}
