/* Keep missing choices readable at the field, not above the entire product. */
body.petcera-site form.cart .pc-invalid-field {
	border: 2px solid #a43225;
	border-radius: 10px;
	background: #fff5ef;
	padding: 16px;
	box-shadow: 0 0 0 3px rgba(164, 50, 37, .08);
}
body.petcera-site form.cart .pc-field-error {
	display: block;
	margin: 4px 0 16px;
	padding: 12px 14px;
	border-left: 4px solid #a43225;
	border-radius: 4px;
	background: #ffe6da;
	color: #78281e;
	font: 500 15px/1.5 var(--wp--preset--font-family--body, sans-serif);
	overflow-wrap: anywhere;
}
body.petcera-site form.cart .pc-field-error strong,
body.petcera-site form.cart .pc-field-error span { display: block; }
body.petcera-site form.cart .pc-field-error strong { font-size: 16px; font-weight: 700; margin-bottom: 3px; }
body.petcera-site form.cart .pc-invalid-field select,
body.petcera-site form.cart .pc-invalid-field input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
body.petcera-site form.cart .pc-invalid-field textarea { border-color: #a43225; }
body.petcera-site form.cart .quantity.pc-invalid-field { width: 100%; flex-basis: 100%; grid-column: 1 / -1; }
@media (max-width: 600px) {
	body.petcera-site form.cart .pc-invalid-field { padding: 12px; }
}
