.c-InputGhost {
  border: 1px solid transparent;
  padding: 12px 16px;
  line-height: normal;
  white-space: pre-wrap;
  word-wrap: break-word;

  /**
   * Modifiers
   */
  &.is-seamless {
    padding-left: 0;
    padding-right: 0;
  }
}
