
[id^=sb_youtube_].sb_youtube .sby_video_thumbnail .sby_duration_counter {
	background: #000;
	border-radius: 4px;
	bottom: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	height: auto;
	line-height: 1;
	padding: 3px 4px;
	position: absolute;
	right: 5px;
	width: auto;
}

.sb_youtube[data-card-boxshadow="1"] .sby_items_wrap .sby_item .sby_inner_item, .sb_youtube[data-card-boxshadow=true] .sby_items_wrap .sby_item .sby_inner_item {
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .05), 0 1px 2px 0 rgba(0, 0, 0, .05);
}

[id^=sb_youtube_].sb_youtube.sby_palette_dark .sby-video-info, [id^=sb_youtube_].sb_youtube.sby_palette_dark .sby-video-info a {
	color: #fff;
}

[id^=sb_youtube_].sb_youtube.sby_palette_dark .sby-channel-info-bar {
	background: rgba(196, 213, 255, .15);
}

[id^=sb_youtube_].sb_youtube.sby_palette_dark .sby-channel-info-bar .sby-channel-name {
	color: #fff;
}

[id^=sb_youtube_].sb_youtube.sby_palette_dark .sby-channel-info-bar .sby-channel-subscriber-count {
	color: #ced0d9;
}

[id^=sb_youtube_].sb_youtube.sby_palette_dark .sby-video-header-info .sby-video-header-meta, [id^=sb_youtube_].sb_youtube.sby_palette_dark .sby-video-header-info h5 {
	color: #e6e6eb;
}

[id^=sb_youtube_].sb_youtube.sby_palette_dark .sby-video-header-meta span:last-child:after {
	background-color: #e6e6eb;
}

:root {
	--sby-color-1: #141b38;
	--sby-color-2: #696d80;
	--sby-color-3: #434960;
	--sby-color-4: #f3f4f5;
	--sby-color-5: #9295a6;
	--sby-color-6: #e6e6eb;
	--sby-color-7: #fff;
	--sby-color-8: #ced0d9;
	--sby-color-9: #f9f9fa;
}

.sby-lb-dark-scheme, .sby_palette_dark {
	--sby-color-1: #fff;
	--sby-color-2: #e6e6eb;
	--sby-color-3: #e6e6eb;
	--sby-color-4: #434960;
	--sby-color-5: #9295a6;
	--sby-color-6: #434960;
	--sby-color-7: #1f2228;
	--sby-color-8: #696d80;
	--sby-color-9: hsla(0, 0%, 100%, .02);
}

.sby-lb-subscribe-btn {
	background-color: #ed4944;
	color: #fff;
}

.sby_lb-dataContainer {
	color: var(--sby-color-1);
	line-height: normal;
	margin: 0 auto;
}

.sby_lb-caption {
	background-color: var(--sby-color-7);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	color: var(--sby-color-1);
	padding: 20px 24px;
	position: relative;
}

.sby_lb-video-heading {
	border-bottom: 1px solid var(--sby-color-6);
	font-size: 13px;
	font-weight: 400;
	line-height: 20.8px;
	margin-bottom: 20px;
	padding-bottom: 13px;
	position: relative;
}

@media (max-width:991px) {}

.sby-lb-channel-header {
	margin-left: auto;
	margin-right: 0;
	max-width: 147px;
	position: absolute;
	right: 24px;
	top: 20px;
}

.sby-lb-channel-name-with-subs {
	font-size: 12px;
	line-height: 14.32px;
	margin: 0;
	max-width: 147px;
	padding-left: 44px;
	width: auto;
}

@media (max-width:478px) {
	max-width:auto {}
}

.sby-lb-subscribe-btn {
	border-radius: 4px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 5px 0 rgba(60, 66, 87, .12);
	box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, .12);
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 22.4px;
	margin-top: 24px;
	max-width: 118px;
	padding: 8px 12px;
	position: relative;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

@media (max-width:991px) {
	@media (max-width:478px) {}
	
	.sby_lb-video-description-wrap {}
	
	.sby_lb-more-info-btn {
		background-color: var(--sby-color-4);
		border: 0;
		border-radius: 8px;
		color: var(--sby-color-1);
		cursor: pointer;
		font-size: 13px;
		font-weight: 600;
		line-height: 20.8px;
		margin-top: 15px;
		padding: 4px 12px;
		width: 100%;
	}
}

.sby-comments-wrap {
	color: var(--sby-color-1);
	line-height: normal;
	text-align: left;
}

.sby-comments {}

.sby-comment-heading {
	display: flex;
	flex-wrap: wrap;
}

p {
	margin: 0;
}

.sby-read-more-trigger {
	cursor: pointer;
	display: inline;
}

.sby-read-more-target {
	display: -webkit-box;
	max-height: none;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.sby-read-more-target.sby-read-more-target-active {
	-webkit-line-clamp: unset;
}

.sby-read-less-text {
	display: none;
}

.sby-read-more-trigger-active {}

.sby-comment-bottom {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px;
}

.sby-replies {
	align-items: center;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid var(--sby-color-8);
	color: var(--sby-color-1);
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	line-height: 20.8px;
	padding: 0;
}

.sby-reply-comments {
	padding-top: 35px;
}

.sby-view-all-button {
	background-color: var(--sby-color-4);
	border-radius: 8px;
	color: var(--sby-color-1);
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 20.8px;
	padding: 4px 12px;
	text-align: center;
	text-decoration: none;
	width: auto;
}

.sby-preview-ctn .sb_youtube[id^=sb_youtube_]:not(.sby_layout_list):not(.sby_layout_gallery) .sby_item .sby-comment-container {
	display: none !important;
}

.sb_youtube[id^=sb_youtube_] {}

.sby-comments-trigger {}

.sby-comments-enabled {
	position: relative;
}

.sby-video-info:has(*) + .sby-comment-container {}

.sby-comments-active {}
