.search-cont {
	.headerbox-search-form {
		display: flex;
		background: var(--white);
		border: 1px solid #ccc;
	}

	.searchInput {
		display: block;
		flex-grow: 1;
		padding: 15px var(--space-5);
		margin: 0;
		font-family: var(--font-body);
		font-weight: var(--font-weight-medium);
		font-size: 1.0625rem;
		line-height: var(--leading-none);
		color: var(--gray);
		background: none;
		border: none;
		border-radius: 0;
	}

	.submit-button {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 3.75rem;
		flex-shrink: 0;
		padding: 0;
		margin: 0;
		font-size: var(--text-xl);
		line-height: var(--leading-none);
		color: var(--gray);
		background: none;
		border: none;
		border-radius: 0;
	}

	.search-button {
		display: none;
	}
}