.smartfit-wrapper {
    display: flex;
    flex-direction: row;
    gap: 12px; 
  }

.smartfit-wrapper > * {
  min-width: 0;
}

.smartfit-wrapper > :nth-child(2) {
  min-width: 25%; 
}