.ts-wrapper :is(.ts-control, .ts-dropdown),
.ts-wrapper .ts-control input {
  font-size: var(--font-size-1);
}

.ts-wrapper .ts-control,
.ts-wrapper.single.input-active .ts-control {
  background-color: var(--surface-2);
  border-radius: var(--radius-2);
  border: none;
}

.ts-wrapper .ts-control input {
  width: auto;
  border: none;
  border-radius: 0;
}

.ts-wrapper .ts-dropdown {
  border: 1px solid var(--gray-4);
  border-radius: var(--radius-2);
  padding-block: var(--size-1);
  line-height: 1.5;
}

.ts-wrapper .ts-dropdown .option.active {
  background-color: var(--surface-2);
  color: var(--text-1);
}

.ts-wrapper .ts-dropdown .option .highlight {
  background-color: var(--surface-2);
  color: var(--text-1);
}
