.mcqaquiz-card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.mcqaquiz-card-footer--fixed {
	display: flex;
	flex-direction: column;
}

.mcqaquiz-card-footer--fixed .quiz-detail-link {
	display: inline-flex;
	margin-top: .5rem;
	font-weight: 600;
}
