.ais-SearchBox-submit[type="submit"] {
	display: none;
}
#algolia-search-box {
	display: grid;
	width: 100%;
	input {
		padding: 15px 20px;
		border: 1px solid #777;
		box-sizing: border-box;
		min-height: 72px;
		font-weight: normal;
	}
	::placeholder {
		font-weight: normal;
		color: #777;
	}
}
.search-field-wrapper {
	display: grid;
	gap: 1rem;
}
.soventure {
	.filter-form__label > span {
		display: block;
		margin-bottom: 10px;
	}

	select.ais-MenuSelect-select {
		appearance: none;
		padding: 15px 20px;
		background-repeat: no-repeat;
		background-position: right 20px center;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='17' fill='none'%3E%3Cpath fill='%232A2A2A' d='M14.31 17 .454.5h27.713L14.31 17Z'/%3E%3C/svg%3E");
	}
}
