.upload-field {
    margin-top: 1rem;
  }
  
  .upload-field .upload-trigger {
    margin-top: 5px;
  }
  
  /* File name text */
  .upload-field .filename {
    margin-left: 10px;
    color: #666;              /* Neutral secondary text */
    font-size: 0.9rem;
  }
  
  /* Small note under the field */
  .upload-field .note {
    margin-top: 4px;
    font-size: 0.85rem;
    color: #888;              /* Slightly lighter grey */
  }
  