:host {
  display: flex;
  flex-direction: column;
}

.header {
  margin-bottom: 5px;
  font-weight: var(--caption-font-weight);
  line-height: 30px;
}

.columns-wrapper {
  display: flex;
  gap: 16px;
}

.field-list {
  display: flex;
  flex: 1;
  flex-direction: column;
}

wg-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}

.field-caption {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-gray-888);
}
