.yp-5ab42f55-container {
	display: flex;
	width: 100%;
	height: 500px;
	overflow: hidden;
	background: #000;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.yp-5ab42f55-main {
	width: 70%;
	height: 100%;
}

.yp-5ab42f55-iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.yp-5ab42f55-sidebar {
	width: 30%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #1b325f;
	color: #fff;
	border-left: 1px solid rgba(255,255,255,0.1);
}

.yp-5ab42f55-header {
	padding: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.yp-5ab42f55-header h3 {
	margin: 0 0 5px 0;
	color: inherit;
}

.yp-5ab42f55-header span {
	font-size: 12px;
	opacity: 0.8;
}

.yp-5ab42f55-list {
	flex: 1;
	overflow-y: auto;
}

.yp-5ab42f55-item {
	display: flex;
	padding: 15px;
	cursor: pointer;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	transition: background 0.3s;
	align-items: center;
}

.yp-5ab42f55-item:hover {
	background-color: rgba(255,255,255,0.05);
}

.yp-5ab42f55-item.active {
	background-color: rgba(0,0,0,0.2);
}

.yp-5ab42f55-item-thumb {
	width: 80px;
	height: 45px;
	margin-right: 15px;
	flex-shrink: 0;
	background: #000;
	overflow: hidden;
}

.yp-5ab42f55-item-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.yp-5ab42f55-item-title {
	font-size: 14px;
	line-height: 1.4;
}

@media (max-width: 767px) {
	.yp-5ab42f55-container {
		flex-direction: column;
		height: auto;
	}
	.yp-5ab42f55-main, .yp-5ab42f55-sidebar {
		width: 100% !important;
	}
	.yp-5ab42f55-main {
		height: 300px;
	}
	.yp-5ab42f55-sidebar {
		max-height: 400px;
	}
}
