input[type="text"] {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0.6rem;
  border: 1px solid var(--w153-th-color-border-default);
  border-radius: var(--w153-th-border-radius-xs);
  height: 2.2rem;
  line-height: 2.2rem;
}
