/* Site header: search form */
.header-regular__search-form {
	background-color: var(--c-header-regular-search-bg);
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 999;

	@nest .js & {
		display: none;
	}

	&[aria-hidden="false"] {
		display: block;
	}

	&[aria-hidden="true"] {
		display: none;
	}
}
