/* _content/HideAndPic.Portal/Components/Pages/Quizzles.razor.rz.scp.css */
.card[b-fssn5kuoie] {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	height: 100%;
	background: none;
}

.card svg[b-fssn5kuoie] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.card.card-changed svg[b-fssn5kuoie] {
	filter: saturate(0.65) brightness(1.05);
	opacity: 0.85;
}

.card-content[b-fssn5kuoie] {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 16px;
	height: 100%;
}

.subtitle[b-fssn5kuoie], .byWho[b-fssn5kuoie] {
	font-family: Source Sans Pro;
	font-size: 16px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #002366;
	margin-left: 70px;
}

.tags-and-button[b-fssn5kuoie], .buttons[b-fssn5kuoie] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 25px;
}

.tags[b-fssn5kuoie] {
	display: flex;
	gap: 10px;
}

.tag[b-fssn5kuoie] {
	font-family: Source Sans Pro;
	font-size: 16px;
	font-weight: 400;
	line-height: 20.11px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #002366;
}
