.pclp-player-wrap {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.20);
	box-sizing: border-box;
}

.pclp-live-stage {
	position: relative;
	background: #000000;
}

.pclp-live-video-frame {
	position: relative;
	width: 100%;
	padding-bottom: var(--pclp-live-ratio-padding, 56.25%);
	height: 0;
	overflow: hidden;
	border-radius: inherit;
	background: #000000;
}

.pclp-live-video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.pclp-live-badge {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 14px;
	border-radius: 999px;
	background: rgba(220, 38, 38, 0.92);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	opacity: 0;
	transform: translateY(-6px);
	pointer-events: none;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.pclp-live-stage:hover .pclp-live-badge,
.pclp-live-stage:focus-within .pclp-live-badge {
	opacity: 1;
	transform: translateY(0);
}

.pclp-live-badge-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffffff;
	display: inline-block;
	flex: 0 0 auto;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.16);
	animation: pclpLivePulse 1.8s ease-in-out infinite;
}

@keyframes pclpLivePulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35);
	}

	50% {
		transform: scale(1.18);
		box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.08);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.pclp-live-badge-text {
	display: inline-block;
}

.pclp-chat-shortcode-wrap {
	width: 100%;
	max-width: 100%;
}

.pclp-chat-card {
	background: #0b1220;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.20);
	overflow: hidden;
	box-sizing: border-box;
}

.pclp-chat-card-header {
	padding: 16px 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
}

.pclp-chat-card-title {
	margin: 0;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	color: #ffffff;
}

.pclp-chat-frame-wrap {
	position: relative;
	height: 560px;
	background: #ffffff;
}

.pclp-chat-frame {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #ffffff;
}

.pclp-offline-stage {
	position: relative;
	min-height: var(--pclp-offline-min-height, 520px);
	background: #0b1220;
}

.pclp-offline-stage-thumb {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.pclp-offline-stage-video-wrap {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.pclp-offline-stage-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pclp-offline-stage-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.46) 44%, rgba(0,0,0,0.66) 100%);
}

.pclp-offline-badge {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: rgba(0,0,0,0.30);
	border: 1px solid rgba(255,255,255,0.14);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.pclp-offline-stage-content {
	position: relative;
	z-index: 2;
	min-height: var(--pclp-offline-min-height, 520px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 48px 26px;
	box-sizing: border-box;
}

.pclp-offline-stage-subtitle {
	margin: 0 0 4px;
	line-height: 1.7;
	font-weight: 500;
	max-width: 760px;
}

.pclp-offline-stage-headline {
	margin: 0;
	line-height: 1.08;
	font-weight: 700;
	max-width: 900px;
}

.pclp-offline-stage-subtitle + .pclp-offline-stage-headline {
	margin-top: 0;
}

.pclp-socials {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.pclp-social-link {
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 14px;
	border-style: solid;
	border-width: 1px;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	transition: all 0.2s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.pclp-social-link:hover {
	filter: brightness(1.1);
}

.pclp-socials-mode-text .pclp-social-link {
	min-width: 44px;
	min-height: 44px;
}

.pclp-socials-mode-logo .pclp-social-link {
	padding: 0 !important;
	min-width: 0 !important;
	min-height: 0 !important;
	flex: 0 0 auto;
}

.pclp-socials-mode-logo .pclp-social-link.pclp-size-small {
	width: 36px !important;
	height: 36px !important;
}

.pclp-socials-mode-logo .pclp-social-link.pclp-size-medium {
	width: 46px !important;
	height: 46px !important;
}

.pclp-socials-mode-logo .pclp-social-link.pclp-size-large {
	width: 58px !important;
	height: 58px !important;
}

.pclp-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.pclp-size-small .pclp-social-icon {
	width: 16px;
	height: 16px;
}

.pclp-size-medium .pclp-social-icon {
	width: 22px;
	height: 22px;
}

.pclp-size-large .pclp-social-icon {
	width: 28px;
	height: 28px;
}

.pclp-social-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 991px) {
	.pclp-chat-frame-wrap {
		height: 460px;
	}

	.pclp-offline-stage,
	.pclp-offline-stage-content {
		min-height: 440px;
	}

	.pclp-offline-stage-headline {
		font-size: 34px !important;
	}
}

@media (max-width: 767px) {
	.pclp-live-badge {
		top: 12px;
		left: 12px;
		padding: 8px 12px;
		font-size: 12px;
		opacity: 1;
		transform: translateY(0);
	}

	.pclp-chat-card-header {
		padding: 14px 14px;
	}

	.pclp-chat-card-title {
		font-size: 15px;
	}

	.pclp-chat-frame-wrap {
		height: 380px;
	}

	.pclp-offline-stage,
	.pclp-offline-stage-content {
		min-height: 340px;
	}

	.pclp-offline-stage-headline {
		font-size: 28px !important;
	}

	.pclp-offline-stage-subtitle {
		font-size: 15px !important;
		line-height: 1.7;
	}
}

@media (max-width: 782px) {
	.pclp-live-badge {
		display: none;
	}
}
