.common {
  font-size: 14px;
}

.common :global(.cspace-input-CheckboxInput--indeterminate) > input + span {
  background-image: url(../../images/wildcard.svg);
}

.normal {
  composes: common;
  display: flex;
  align-items: top;
}

.normal > div > span {
  line-height: 24px;
}

.normal > *:nth-child(1) {
  flex: 0 1 auto;
  width: 240px;
  margin-right: 4px;
}

.normal > *:nth-child(2) {
  flex: 0 1 auto;
  width: 140px;
  margin-right: 4px;
}

.normal > *:nth-child(3) {
  flex: 1 1 auto;
  padding-top: 0;
  width: 440px;
}

.normal > div > :global(.cspace-input-TextInput--common),
.normal > div > :global(.cspace-input-DropdownInput--common),
.normal > div > :global(.cspace-input-RepeatingInput--common) {
  display: inline-block;
  width: 100%;
  max-width: 280px;
}

.inline {
  composes: common;
  display: inline;
  /* border: 1px solid rgb(220, 220, 220); */
  /* padding: 0 4px; */
  padding: 0;
  white-space: nowrap;
}

.inline div {
  display: inline;
}

.inline :global(.cspace-input-Input--common) {
  width: auto;
  border: none;
  padding: 0;
  font-style: italic;
}
