/**
 * Career page — Contact Form 7: required markers + validation text in red.
 * WordPress body class: page-career (page slug: career).
 */

.page-career .wpcf7 .bt_bb_cf7_form .bt_bb_cf7_row .bt_bb_cf7_element.bt_bb_cf7_element_required .wpcf7-form-control-wrap:after {
	background: #dc2626 !important;
}

.page-career span.wpcf7-not-valid-tip {
	color: #dc2626 !important;
	opacity: 1 !important;
	font-weight: 500;
}

.page-career .wpcf7-not-valid input[type="text"],
.page-career .wpcf7-not-valid input[type="email"],
.page-career .wpcf7-not-valid input[type="tel"],
.page-career .wpcf7-not-valid input[type="url"],
.page-career .wpcf7-not-valid input[type="number"],
.page-career .wpcf7-not-valid textarea,
.page-career .wpcf7-not-valid select {
	border-color: #dc2626 !important;
	box-shadow: 0 0 0 1px rgba(220, 38, 38, 0.25);
}

.page-career .wpcf7 form.invalid .wpcf7-response-output,
.page-career .wpcf7 form.unaccepted .wpcf7-response-output,
.page-career div.wpcf7-response-output.wpcf7-validation-errors {
	color: #dc2626 !important;
	border-color: #dc2626 !important;
}
