/* Wrapper for telephone inputs using phone_e164_input Stimulus (issue: crew invite). */
@layer components {
  .phone-e164-field {
    width: 100%;
  }

  .phone-e164-field input[type="tel"] {
    width: 100%;
  }
}
