.wwe-show-124 {
	--wwe-show-accent: #FFCC00;
	--wwe-show-overlay: rgba(0,0,0,0.8);
	position: relative;
	width: 100%;
	min-height: 400px;
	background-size: cover;
	background-position: center;
	background-color: #111;
	border: 5px solid #222;
	border-bottom: 5px solid var(--wwe-show-accent);
	overflow: hidden;
	font-family: 'Bebas Neue', Impact, sans-serif;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 40px 20px;
	box-shadow: 0 15px 30px rgba(0,0,0,0.6);
}

.wwe-show-overlay-124 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--wwe-show-overlay) 0%, rgba(17,17,17,0.95) 100%);
	z-index: 1;
}

.wwe-show-content-124 {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 800px;
}

.wwe-show-subtitle-124 {
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 4px;
	margin-bottom: 10px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
	display: inline-block;
	background: var(--wwe-show-accent);
	color: #000;
	padding: 5px 15px;
	transform: skewX(-10deg);
}

.wwe-show-title-124 {
	font-size: clamp(3rem, 8vw, 6rem);
	line-height: 0.9;
	margin: 0 0 25px 0;
	color: #fff;
	text-shadow: 0 5px 15px rgba(0,0,0,0.8), 3px 3px 0px var(--wwe-show-accent);
	font-family: 'Bebas Neue', Impact, sans-serif;
	letter-spacing: 2px;
	transform: scaleY(1.1);
}

.wwe-show-info-box-124 {
	background: rgba(0,0,0,0.6);
	border: 2px solid rgba(255,255,255,0.1);
	border-left: 4px solid var(--wwe-show-accent);
	padding: 20px;
	margin: 0 auto 30px auto;
	max-width: 600px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.wwe-show-detail-124 {
	font-size: 1.4rem;
	color: #ddd;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.wwe-show-detail-124 i {
	color: var(--wwe-show-accent);
	font-size: 1.2em;
}

.wwe-show-date-124 {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}

.wwe-show-action-124 {
	margin-top: 20px;
}

.wwe-show-btn-124 {
	display: inline-block;
	background: var(--wwe-show-accent);
	color: #000;
	font-size: 1.8rem;
	padding: 15px 40px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	transition: all 0.3s ease;
	clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
	cursor: pointer;
}

.wwe-show-btn-124:hover {
	background: #fff;
	color: #000;
	transform: scale(1.05);
	box-shadow: 0 0 20px var(--wwe-show-accent);
}