/* ==================================================

	Forms

================================================== */

input[type="text"],
input[type="search"] {
	width: 100%;

	/* border: 0; */
	border-radius: var(--radius-pill);
	border-radius: 2em;
	background: none;

	appearance: none;

	outline-offset: 0px;
}

input::placeholder {
	opacity: 1; /* Firefox dims placeholders by default */
	color: inherit;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	appearance: none;
}
