html,
body.prestigo-quiz-embed-document {
	margin: 0;
	padding: 0;
	background: transparent;
}

.prestigo-quiz-embed-root {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.prestigo-quiz-embed-document .prestigo_quiz_quiz_wrap {
	max-width: 100%;
}

/* The iframe has its own unobtrusive footer; do not let card shadows bleed into it. */
.prestigo-quiz-embed-document .prestigo_quiz_quiz_wrap .prestigo_quiz_results_wrapper,
.prestigo-quiz-embed-document .prestigo_quiz_quiz_wrap .prestigo_quiz_entry_screen_wrapper {
	box-shadow: none !important;
}

.prestigo-quiz-embed-branding {
	margin: 12px 0 0;
	padding: 10px 0 0;
	color: #667582;
	border-top: 1px solid #dce5ea;
	font: 600 12px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	text-align: center;
}
