/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */


.clutchClass1137 {
  border: 0;
  outline: 0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  gap: 8px;
  height: 32px;
  user-select: none;

  &:global(:focus) {  
    background-color: var(--colors-elevation3);
  
  }
}