.form-item__label {
  float: left;            /* Keeps the label floated to the left */
  min-width: max-content; /* Ensures the label width is based on content */
  padding-right: 10px;    /* Adds 10px padding to the right */
}
