/**
 * Styling for the YouTube video feed in the "Media" widget area, to keep it
 * visually consistent with the original youtube-channel-gallery widget look.
 */
.sb_youtube.sby_layout_grid .sby_load_btn {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 18px;
}

.sb_youtube.sby_layout_grid .sby_load_btn:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.5);
}

.sb_youtube.sby_layout_grid .sby_play_btn {
	opacity: 0.85;
}

.sb_youtube.sby_layout_grid .sby_player_outer_wrap:hover .sby_play_btn {
	opacity: 1;
}
