.grey-contact-fields { display: grid; gap: 16px; min-width: 0; }
.grey-contact-fields label { min-width: 0; }
.grey-contact-fields select { text-overflow: ellipsis; padding-right: 26px; }
.grey-contact-fields .grey-contact-error { color: #b42318; font-size: 13px; font-weight: 500; line-height: 1.5; }
.grey-contact-fields .grey-contact-error:empty { display: none; }
.grey-contact-fields input[aria-invalid="true"] { border-color: #b42318; }
.grey-contact-fields .grey-contact-preview { display: grid; gap: 4px; margin: 0; padding: 12px 14px; border-radius: 7px; background: #edf7f7; font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }
.grey-contact-fields .grey-contact-preview strong { color: #006f79; }
