.ts-control {
  padding: 8px 8px;
  width: 100%;
  height: 3rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: 1px solid #9ca3af;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;

}

.ts-wrapper.single .ts-control {
  background-image: none;
}

.ts-dropdown.single,
.ts-wrapper.single .ts-control {
  border-color: var(--fallback-bc, oklch(var(--bc)/.2));
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #64748b;
  font-size: .875rem;
  line-height: 1.25rem;
}