@charset "utf-8";
/* CSS Document */

/*https://storyblok-assets.mindvalley.com/css/components/tabbed-videos.2b45ee002ee223b27ca4.css*/
.playlist a:before{
	content:"â–¶ï¸";
	padding-right:.6rem
}
.playlist a.active{
	--bg-opacity:1;
	--text-opacity:1;
	background-color:#595e67;
	background-color:rgba(89,94,103,var(--bg-opacity));
	color:#fff;
	color:rgba(255,255,255,var(--text-opacity))
}