.calumet-quiz {
	padding: 16px;
	border: 1px solid #ddd;
	border-radius: 20px;
	font-family: var(--e-global-typography-text-font-family);
	background: #ffffff;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}

.calumet-quiz .question {
	margin-bottom: 22px;
}

.calumet-quiz .question label {
	display: block;
	/* font-family: var(--e-global-typography-primary-font-family); */
    font-family: var(--e-global-typography-text-font-family);
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 8px;
}

.calumet-quiz .question select {
	width: 100%;
	padding: 12px;
	font-size: 16px;
	border: 1px solid #bbb;
	border-radius: 8px !important;
	background: #fff;
}

.calumet-quiz button {
	background: #B00000;
	color: #fff;
	border: none;
	padding: 14px 24px;
	font-size: 1em;
	border-radius: 25px;
	cursor: pointer;
}

.calumet-quiz button:hover {
	background: #000;
}

.calumet-quiz .result {
	margin-top: 28px;
	padding: 24px;
	border-radius: 12px;
	background: #f5f5f5;
	line-height: 1.5;
	border: 3px solid #222;
}

.calumet-quiz .result p {
	font-size: 17px;
}

.calumet-quiz .result h3 {
	margin-top: 0;
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25;
}

.calumet-quiz .result li {
	margin-bottom: 8px;
}

.calumet-quiz .result a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 700;
	margin-top: 14px;
	background: #111;
	color: #fff;
	padding: 14px 24px;
	border-radius: 25px;
	text-decoration: none;
}

.calumet-quiz .result a .bokifa-icon-arrow-right {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	transition: transform 0.15s ease;
}

.calumet-quiz .result a:hover .bokifa-icon-arrow-right,
.calumet-quiz .result a:focus .bokifa-icon-arrow-right {
	transform: translateX(3px);
}

.calumet-quiz .result a.calumet-quiz-secondary-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #B00000;
	border-radius: 0;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.calumet-quiz .result a.calumet-quiz-secondary-link:hover,
.calumet-quiz .result a.calumet-quiz-secondary-link:focus {
	color: #B00000;
	text-decoration-thickness: 2px;
}

.calumet-quiz .result.strong {
	background: #f3f7f1;
	border-color: #2f5f35;
}

.calumet-quiz .result.possible {
	background: #f7f4ee;
	border-color: #9a6b20;
}

.calumet-quiz .result.not-fit {
	background: #f7f7f7;
	border-color: #777;
}

.calumet-quiz .ce-afq-handbook-offer {
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid #d9d9d9;
}

.calumet-quiz .ce-afq-handbook-offer h4 {
	margin: 0 0 8px;
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 21px;
	font-weight: 500;
	line-height: 1.3;
}

.calumet-quiz .ce-afq-form-note {
	margin-bottom: 16px;
}

.calumet-quiz .ce-afq-handbook-offer-body {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

.calumet-quiz .ce-afq-activecampaign-form {
	flex: 1 1 420px;
	max-width: 680px;
}

.calumet-quiz .ce-afq-handbook-offer .ce-afq-activecampaign-form ._form {
	margin-top: 0 !important;
}

.calumet-quiz .ce-afq-handbook-cover {
	flex: 0 0 auto;
	width: 188px;
	max-width: 35%;
	height: auto;
	border: 1px solid #d9d9d9;
}

@media (max-width: 700px) {
	.calumet-quiz .ce-afq-handbook-offer-body {
		flex-direction: column;
	}

	.calumet-quiz .ce-afq-handbook-cover {
		order: 1;
		width: 160px;
		max-width: 100%;
	}

	.calumet-quiz .ce-afq-handbook-form {
		order: 2;
	}
}
