/**
 * Gravity Forms — certification apply form helpers.
 *
 * Tab UI styles live in assets/css/my-account.css (prochef-certifications).
 *
 * @package PCA_Custom_Plugin
 */

/* GF Form 6 — read-only account email on IDENTITY step */
.gform_wrapper .pca-cert-email-readonly,
.gform_wrapper input.pca-cert-email-readonly {
	background-color: #f3f4f6 !important;
	color: #4b5563 !important;
	cursor: not-allowed;
	opacity: 1;
}
