.group--create-weight-template-action--create-template-input {
  flex-grow: 1;
  padding: 8px;
  border: 1px solid silver;
  border-radius: 6px;
}

.group--create-weight-template-action--create-template-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid black;
  border-radius: 6px;
  background-color: white;
}