.@{plugin-prefix}-width-like-input-regular-text {

  width: 25em;

  @media screen and (max-width:782px) {
    width: 100%;
  }
}
