/**
 * Phase 2P accessibility repairs.
 *
 * These source-level child-theme fixes target repeated frontend issues without
 * changing page content, plugin settings, WPML, Yoast, or database records.
 */

/**
 * Jetpack contact form required markers.
 *
 * Jetpack renders the required marker as a small inline span. The previous
 * marker color did not meet WCAG AA contrast on the site's light form
 * background, so keep the marker visible while using a darker red.
 */
.wp-block-jetpack-contact-form .grunion-label-required {
	color: #8a1f11 !important;
	opacity: 1;
}
