@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body, * {
	font-family: 'Barlow', sans-serif !important;
}

.popup .container {
		border-radius: 0 !important;
}

.headerTitle {
	font-weight: 700;
}

body:not(.standalone) .header {
	border-bottom: 2px solid #e5e5e5 !important;
}

.header::before {
	background: #f3f3f3 !important;
}

.headerClose.headerClose svg,
.headerNav.headerNav svg {
	fill: #adadad !important;
}

.headerClose.headerClose svg:hover,
.headerNav.headerNav svg:hover {
	fill: #222222 !important;
}

.standalone .header .actionList {
	color: #222222 !important;
}

.standalone .header,
.standalone .header::before {
	background: rgba(156,156,156,.1) !important;
}

.standalone .container .news {
	background: #FBFBFC !important;
}

.standalone .container .news .feature[role="listitem"] {
	background: white !important;
}

.standalone .header h1 {
	font-size: 28px !important;
	margin-top: -6px !important;
}

.standalone .subscribeAction a {
	color: #222222 !important;
	border: none !important;
	border-radius: 0 !important;
	background: #7aefb2 !important;
	padding: 12px 30px !important;
}

.standalone .subscribeAction a:hover {
	background: #4ceb98 !important;
}

.standalone .header.asleep {
	height: 68px !important; 
}

.standalone .catItem.watermark {
	display: none !important;
}

.standalone .poweredFooter {
	display: none !important;
}

.embed.popup .headerTitle {
	padding: 30px !important;
	padding-top: 50px !important;
}

.embed.popup .headerClose,
.embed.popup .headerNav {
	margin-top: 30px !important;
}

.embed.popup .headerNav {
	right: 57px !important;	
}

.embed.popup .headerClose {
	right: 27px !important;
}

.embed.popup #newsContainerDiv,
.embed.popup .container .news .feature[role="listitem"] {
	background: white !important;
}

.embed.popup #newsContainerDiv {
	padding: 10px !important;
}

.embed.popup .container .news .feature[role="listitem"] {
	box-shadow: none !important;
	margin-bottom: 50px !important;
	padding: 20px !important;
}

.embed.popup .container .news .feature[role="listitem"] .featureContent {
	padding-right: 0;
}

.embed.popup .container img,
.embed.popup .container video {
	box-shadow: 0 2px 15px 0 rgb(0 0 0 / .1) !important;
}

.embed.popup .container figure {
	overflow: unset;
}
.embed.popup h3.featureTitle {
	font-size: 24px !important;
}

.embed.popup .medium-insert-images {
	margin: 32px 0;
}

.embed.popup #newsContainerDiv .notificationsPrompt {
	max-width: 740px !important;
	min-width: unset !important;
	width: 100% !important;
	margin: 20px auto 10px !important;
}