.search-cont {
	.headerbox-search-form {
		display: flex;
		border-bottom: 1px solid currentColor;
	}

	.searchInput {
		display: block;
		flex-grow: 1;
		padding: var(--space-3) 0;
		font-family: var(--font-body);
		font-weight: var(--font-weight-medium);
		font-size: 0.9375rem;
		line-height: 1.2;
		letter-spacing: 0.02em;
		color: inherit;
		background: none;
		border: none;
	}

	.submit-button {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 3.5rem;
		flex-shrink: 0;
		padding: 0;
		margin: 0;
		font-size: var(--text-base);
		line-height: var(--leading-none);
		text-align: center;
		color: inherit;
		background: none;
		border: none;
		border-radius: 0;
	}

	.search-button {
		display: none;
	}
}