.cb22-giving-quiz .open-text-container {
	color: var(--Softest-White, #fffdf8);
	font-family: 'larken';
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-block: 10px;
	margin-inline: auto;
	max-width: 600px;
}

.cb22-giving-quiz .open-text-container label {
	text-align: center;
}

.cb22-giving-quiz .open-text-container textarea {
	background: rgba(255, 255, 255, 0);
	border-radius: 5px;
	border: 1px solid var(--Softest-White, #fffdf8);
	color: inherit;
	transition: 120ms border-color ease-in-out, 120ms background-color ease-in-out;
	resize: none;
	height: 5em;
}

.cb22-giving-quiz .open-text-container textarea:hover {
	border-color: #ff4b00;
}

.cb22-giving-quiz .open-text-container textarea:focus {
	background: rgba(255, 255, 255, 0.0625);
	border-color: #ff4b00;
}

.cb22-giving-quiz .quiz-card:has(.col-answer.open-text:not(.active)) .open-text-container {
	display: none;
}

section.cb22-giving-quiz .quiz-card.question-2 .col-answer>div h2 {
	font-size: 18px;
}

section.cb22-giving-quiz .quiz-card.question-2 .col-xs {
	flex-basis: 300px;
}