/* This is custom CSS for overriding the current styling.
 * Just put your style below.
 */

@media (max-width: 767px) {
	.search-box {
		left: 0;
		right: 0;
		width: 100%;
	}

	.search-box .container {
		width: 100%;
		max-width: none;
		justify-content: space-between;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.search-box .search-form {
		display: flex;
		align-items: center;
		flex: 1 1 auto;
		min-width: 0;
	}

	.search-box .search-input {
		width: 100%;
		min-width: 0;
	}

	.search-box .close {
		flex: 0 0 auto;
	}
}
 