/* Show only first and last name in the address widget on user edit forms */
.field--name-field-first-and-last-name .address-container .form-item-field-first-and-last-name-0-address-country-code,
.field--name-field-first-and-last-name .address-container .form-item-field-first-and-last-name-0-address-line1,
.field--name-field-first-and-last-name .address-container .form-item-field-first-and-last-name-0-address-line2,
.field--name-field-first-and-last-name .address-container .form-item-field-first-and-last-name-0-address-line3,
.field--name-field-first-and-last-name .address-container .form-item-field-first-and-last-name-0-locality,
.field--name-field-first-and-last-name .address-container .form-item-field-first-and-last-name-0-administrative-area,
.field--name-field-first-and-last-name .address-container .form-item-field-first-and-last-name-0-postal-code,
.field--name-field-first-and-last-name .address-container .form-item-field-first-and-last-name-0-sorting-code,
.field--name-field-first-and-last-name .address-container .form-item-field-first-and-last-name-0-organization {
  display: none !important;
}
