.text-field{display:flex;flex-direction:row;border-radius:calc(var(--radius) - 2px);border-width:1px;border-color:hsl(var(--input));background-color:hsl(var(--background));padding:.5rem .75rem}.text-field,.text-field input{font-size:.875rem;line-height:1.25rem;font-weight:400;color:hsl(var(--foreground));outline-width:0}.text-field input{width:100%;background-color:transparent}.text-field input::-moz-placeholder{color:hsl(var(--muted-foreground))}.text-field input::placeholder{color:hsl(var(--muted-foreground))}