[data-sel="article-header"] button {
	margin-top: 12px;
    margin-bottom: 0;
    padding: 10px 16px;
}

.page-kind-ARTICLE .articleHeader [data-sel="sub-details"] {
	margin: 10px 0;
}

.page-kind-ARTICLE .articleHeader [data-sel="eyebrow-heading"] {
	font-size: 0.75rem;
}

.sg-modal .page-kind-ARTICLE {
	--header-height: 117px;
}

.page-kind-ARTICLE .articleHeader [data-sel="evidence"] {
	display: none;
}

.sg-modal .page-kind-ARTICLE a[href^="https://www.netflix.com/watch"] {
	display: flex;
	height: 34px;
	padding: 10px 16px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	flex: 1 0 0;

	border-radius: 112px;
	background: var(--white-t30, rgba(255, 255, 255, 0.30));
	text-decoration: none !important;
	transition: opacity 0.2s;
	margin: 30px 0;

	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.sg-modal .page-kind-ARTICLE a[href^="https://www.netflix.com/watch"]:hover {
	color: #fff  !important;
	opacity: 0.8;
}

.sg-modal .page-kind-ARTICLE a[href^="https://www.netflix.com/watch"]:before {
	content: '';
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2216%22%20viewBox%3D%220%200%2017%2016%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M4%202.16059C4%201.64606%204.55814%201.32548%205.00258%201.58474L15.0128%207.42405C15.4538%207.6813%2015.4538%208.3185%2015.0128%208.57575L5.00258%2014.4151C4.55814%2014.6743%204%2014.3537%204%2013.8392V2.16059Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E);
    width: 16px;
    height: 16px;
    display: block;
}

.sg-modal .page-kind-ARTICLE [data-uia="article-content"]:after {
	content: '';
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22152%22%20height%3D%2250%22%20viewBox%3D%220%200%20152%2050%22%20fill%3D%22none%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0_1112_129264%29%22%3E%0A%3Cpath%20d%3D%22M0%2050.0001H48.2126V2.18579H0V50.0001ZM3.57395%205.73021H44.6386V46.4556H3.57395V5.73021Z%22%20fill%3D%22white%22%20fill-opacity%3D%220.1%22%2F%3E%0A%3Cpath%20d%3D%22M55.1465%2050H105.563L80.3547%200L55.1465%2050ZM60.9244%2046.4556L80.3547%207.92769L99.7851%2046.4556H60.9363H60.9244Z%22%20fill%3D%22white%22%20fill-opacity%3D%220.1%22%2F%3E%0A%3Cpath%20d%3D%22M127.887%202.18579C114.592%202.18579%20103.787%2012.9136%20103.787%2026.087C103.787%2039.2605%20114.604%2049.9883%20127.887%2049.9883C141.171%2049.9883%20151.988%2039.2605%20151.988%2026.087C151.988%2012.9136%20141.183%202.18579%20127.887%202.18579ZM127.887%2046.4556C116.57%2046.4556%20107.361%2037.3228%20107.361%2026.0988C107.361%2014.8748%20116.57%205.74203%20127.887%205.74203C139.205%205.74203%20148.414%2014.8748%20148.414%2026.0988C148.414%2037.3228%20139.205%2046.4556%20127.887%2046.4556Z%22%20fill%3D%22white%22%20fill-opacity%3D%220.1%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1112_129264%22%3E%0A%3Crect%20width%3D%22152%22%20height%3D%2250%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E);
    width: 100%;
    height: 50px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 20px;
}

.sg-modal.episode-11 [class$="Subhead1-SGBio"] {
	display: none;
}

.sg-modal.episode-11 .winner-headshot {
	background-image: url(https://tudumext.com/projects/sg-cast/w1.png) !important;
}

