/**
 * English Level Test — brand colors (loads after theme; cache-busted via filemtime).
 * Blue #1750a0 · Red #e30303
 */
#vocab-test-wrap {
	--vocab-blue: #1750a0 !important;
	--vocab-red: #e30303 !important;
}
#vocab-test-wrap .vocab-btn-primary,
#vocab-test-wrap button.vocab-btn.vocab-btn-primary {
	background: #1750a0 !important;
	background-color: #1750a0 !important;
	color: #f2c94c !important;
	-webkit-text-fill-color: #f2c94c !important;
}
#vocab-test-wrap .vocab-card::before {
	background: #1750a0 !important;
}
#vocab-test-wrap .vocab-bar-fill {
	background: #1750a0 !important;
	background-color: #1750a0 !important;
}
#vocab-test-wrap .vocab-label span.req,
#vocab-test-wrap .vocab-err.vocab-show,
#vocab-test-wrap #vocab-res-wrong {
	color: #e30303 !important;
	-webkit-text-fill-color: #e30303 !important;
}
#vocab-test-wrap .vocab-input.vocab-field-err {
	border-color: #e30303 !important;
}
