.gridInputItem {
  width: 100%;
  height: 40px;
  font-size: 1rem;
  line-height: 40px;
}

.gridInputItem:nth-child(2n - 1) {
  background-color: #EEE;
}

.gridInputItem__input {
  border: 0;
  background-color: transparent;
  display: inline-block;
  height: 40px;
  text-align: center;
  vertical-align: top;
}

.gridInputItem__deleteIcon {
  color: red;
  width: 10%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
}

@media (max-width: 991px) {
  .gridInputItem {
    font-size: 1.8rem;
  }
}
