.ws-phone-parts {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  flex-wrap: wrap;
}

.ws-phone-parts > .form-item,
.ws-phone-parts > .js-form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.ws-phone-prefix {
  min-width: 8rem;
  width: auto !important;
}

.ws-phone-vorwahl {
  min-width: 8rem;
  width: auto !important;
}

.ws-phone-number {
  min-width: 14rem;
  flex: 1 1 14rem;
  width: auto !important;
}

#edit-field-mobile-0-ws-phone-parts-country-code,
#edit-field-telefon-0-ws-phone-parts-country-code {
	min-width: 5rem;
	width: auto !important;
}