.embed.popup.inapp .cover {
  background-color: #ffffff !important;
}
.embed.popup.inapp .header:not(.cover) {
	background: #ffffff !important;
}
.embed.popup.inapp .header.asleep {
	height: 10px !important;
	padding: 18px 16px 12px !important;
	box-shadow: none !important;
}

.embed.popup.inapp .headerTitle {
	font-size: 18px !important;
}

.headerTitle {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-weight: 500 !important;
  color: #1F2937 !important; 
  font-size: 16px !important; 
}

.featureExcerpt {
	font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-weight: 500 !important;
  color: #6B7280!important;
}

.featureTitle {
	font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-weight: 500 !important;
  color: #1F2937 !important; 
}

.header {
	text-align: left !important;
	padding-left: 16px !important;
}

.feature {
	box-shadow: none !important;

/* border only on the bottom */
border: none !important;
border-bottom: 1px solid #E5E7EB !important;
}

.category {
	color: #7C3AED !important;
	text-transform: none !important;
	border-radius: 16px !important;
}