
body, html {
	background: #111;
}

.single-pp_video_block .pp_video_block-template, body, html {
	height: 100%;
}

.single-pp_video_block .pp-content {
	display: grid;
	height: 100%;
	grid-template-rows: 62px auto;
	background-color: #181818;
	position: relative;
	background-size: cover;
	background-position: 50%;
}

.single-pp_video_block .pp-content:before {
	content: "";
	display: block;
	opacity: 1;
	-webkit-backdrop-filter: blur(80px) brightness(.15);
	backdrop-filter: blur(80px) brightness(.15);
	position: absolute;
	inset: 0;
}

.single-pp_video_block .pp-header {
	display: flex;
	gap: 2em;
	align-items: center;
	justify-content: center;
	background: #111;
	color: #fff;
	padding: 15px;
	z-index: 9;
	position: relative;
	background-size: cover;
	background-position: 50%;
	max-width: 100vw;
	box-sizing: border-box;
}

.single-pp_video_block .pp-header:before {
	content: "";
	display: block;
	opacity: 1;
	-webkit-backdrop-filter: blur(1000px) brightness(.05);
	backdrop-filter: blur(1000px) brightness(.05);
	position: absolute;
	inset: 0;
	background: hsla(0, 0%, 100%, .07);
}

.single-pp_video_block .pp-header > * {
	z-index: 1;
}

.single-pp_video_block .pp-header__title {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	display: flex;
	align-items: center;
	gap: .5em;
	max-width: 100vw;
	box-sizing: border-box;
	padding: 0 1rem;
}

.single-pp_video_block .pp-header__title-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.single-pp_video_block .pp-header__header-icon {
	transition: background-color .2s ease;
	background-color: hsla(0, 0%, 100%, .1);
	display: flex;
	height: 35px;
	width: 35px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	padding: 5px;
}

.single-pp_video_block .pp-header__header-icon:hover {
	background-color: hsla(0, 0%, 100%, .05);
	cursor: pointer;
}

.single-pp_video_block .pp-video {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 100vw;
	margin: auto;
	padding: 0 1rem;
	box-sizing: border-box;
}

.single-pp_video_block .pp-video > * {
	width: 100%;
}

.single-pp_video_block .pp-status-tag {
	display: inline-flex;
	align-items: center;
	border: none;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	font-weight: 700;
	font-size: .85em;
	border-radius: 9999px;
	padding: 0 .5em;
	background: grey;
	color: #000;
	line-height: 1.4;
	font-size: 12px;
}
