.ycp {
	font-family: "Inter", "Helvetica", "Arial", sans-serif;
	font-size: 1em;
	color: #444;
	background: #000;
	display: block;
	width: 100%;
	height: 500px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.4);
	border-radius: 8px;
	overflow: hidden;
}

.ycp,
.ycp .belah {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.ycp .belah {
	display: inline-block;
	vertical-align: top;
	height: 100%;
}

.ycp .belah:first-of-type {
	width: 65%;
}

.ycp .belah:last-of-type {
	width: 35%;
}

.ycp .belah .luhur {
	color: #fff;
	background: #181818;
	display: block;
	width: 100%;
	height: 70px;
	box-sizing: border-box;
	padding: 12px 15px;
	margin: 0;
}

.ycp .belah .handap {
	color: #ddd;
	background: #111;
	height: calc(100% - 70px);
	padding: 0;
	overflow-y: auto;
	box-shadow: inset 0 0 10px #000;
}

.ycp .belah .handap,
.ycp .belah .bingkay {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
}

.ycp .belah .bingkay {
	height: 100%;
	border: 0;
}

.ycp .belah .luhur span.tombol {
	margin-right: 15px;
	color: #bbb;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	padding: 4px 10px;
	background: #282828;
	border-radius: 4px;
	transition: all 0.2s;
}

.ycp .belah .luhur span.tombol:hover {
	background: #ff0000;
	color: #fff;
}

.ycp .belah .luhur span.about {
	float: right;
	background: #282828;
	padding: 2px;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 20px;
}

.ycp .belah .luhur span.about a {
	color: #ff0000;
}

.ycp a {
	text-decoration: none;
	outline: 0;
}

.ycp a img {
	border: 0;
}

.ycp .belah.ycp_vid_play {
	cursor: pointer;
	background-color: #000;
	position: relative;
}

.ycp .belah.ycp_vid_play a {
	background: rgba(229, 45, 39, 0.9);
	width: 80px;
	height: 55px;
	display: block;
	border-radius: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 55px;
	transition: background 0.3s;
}

.ycp .belah.ycp_vid_play:hover a {
	background: #ff0000;
}

.ycp .belah.ycp_vid_play a::before {
	color: #fff;
	content: "\25B6";
	font-size: 26px;
	display: inline-block;
	vertical-align: middle;
}

.ycp .belah .thumb {
	float: left;
	margin-right: 12px;
	position: relative;
	height: 60px;
	border-radius: 4px;
	overflow: hidden;
}

.ycp .belah .thumb span {
	position: absolute;
	right: 2px;
	bottom: 2px;
	padding: 1px 4px;
	background: rgba(0,0,0,0.85);
	color: #fff;
	font-size: 10px;
	border-radius: 2px;
}

.ycp .belah .play {
	margin: 0;
	padding: 10px 12px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	border-bottom: 1px solid #1a1a1a;
	transition: background 0.2s;
}

.ycp .belah .luhur div.title {
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	margin-bottom: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ycp .belah .handap div.title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 13px;
	font-weight: 500;
	color: #eee;
}

.ycp .belah span.mute,
.ycp .belah span.about a {
	color: #888;
	font-size: 11px;
}

.ycp .belah .thumb img {
	width: 90px;
	height: 100%;
	object-fit: cover;
}

.ycp .belah .play:hover,
.ycp .belah .vid-active {
	background: #242424;
}

.ycp .belah .luhur .vid-prev,
.ycp .belah .luhur .vid-next,
.ycp .belah .play {
	cursor: pointer;
}

@media screen and (max-width:767px) {
	.ycp {
		height: 800px;
	}

	.ycp .belah,
	.ycp .belah:first-of-type,
	.ycp .belah:last-of-type {
		width: 100%;
		display: block;
	}

	.ycp .belah:first-of-type {
		height: 45%;
	}

	.ycp .belah:last-of-type {
		height: 55%;
	}
}
