.socar-header-search {
	display: flex;
	align-items: center;
	align-self: center;
	justify-content: flex-end;
	width: auto;
	height: 100%;
	min-width: 32px;
	color: #ffffff;
}

.socar-header-search-widget,
.socar-header-search-widget .elementor-widget-container,
.socar-header-search-widget .elementor-shortcode {
	display: flex;
	align-items: center !important;
	justify-content: center;
	height: 100%;
}

.socar-header-search-widget {
	align-self: center !important;
}

.socar-header-search .socar-header-search__open,
.socar-header-search .socar-header-search__close {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 32px;
	height: 32px;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #ffffff !important;
	cursor: pointer;
}

.socar-header-search .socar-header-search__open svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-width: 2;
}

.socar-header-search .socar-header-search__form {
	display: flex;
	align-items: center;
	width: min(100%, 300px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.72);
}

.socar-header-search .socar-header-search__form[hidden],
.socar-header-search .socar-header-search__open[hidden] {
	display: none !important;
}

.socar-header-search .socar-header-search__input {
	width: 100%;
	min-width: 0;
	padding: 8px 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #ffffff !important;
	font: inherit;
	appearance: none;
}

.socar-header-search .socar-header-search__input:focus,
.socar-header-search .socar-header-search__input:focus-visible {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.socar-header-search .socar-header-search__input::placeholder {
	color: rgba(255, 255, 255, 0.62);
	opacity: 1;
}

.socar-header-search .socar-header-search__close {
	flex: 0 0 32px;
	font-size: 24px;
	line-height: 1;
}

.socar-header-search .socar-header-search__open:focus-visible,
.socar-header-search .socar-header-search__close:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

@media (max-width: 1024px) {
	.socar-header-search-widget {
		position: static !important;
		width: 32px !important;
		min-width: 32px !important;
		height: 32px;
		margin-left: auto !important;
		transform: none !important;
	}

	.socar-header-search-widget.is-open {
		width: min(300px, calc(100% - 104px)) !important;
		height: 41px;
	}

	.socar-header-search-widget .socar-header-search {
		width: 100% !important;
		justify-content: flex-end;
	}

	.socar-header-search-widget .elementor-widget-container,
	.socar-header-search-widget .elementor-shortcode {
		width: 100% !important;
		justify-content: flex-end;
	}
}
