/* Visual lock for copied Sample-address fields while "Same as Postage Address" is ticked.
   pointer-events:none also covers <select> fields, which readonly cannot lock,
   while still letting their value submit (unlike disabled). */
.de-locked {
	pointer-events: none;
	opacity: .6;
	background-color: #f3f4f6;
	cursor: not-allowed;
}
