/*
 * Accessibility contrast corrections for Usman Tax.
 * White text on #a85f00 exceeds WCAG AA contrast for normal text.
 */
.mk-header-toolbar,
#page-section-4 {
	background-color: #a85f00 !important;
}

/* Jupiter's #777 default narrowly misses 4.5:1 on white. */
.master-holder,
.mk-process-detail p {
	color: #6f6f6f;
}
