
[class*=wd-header-search-form] {
	flex: 1 1 auto;
	max-width: var(--wd-search-form-width);
	padding-inline: 10px;
}

[class*=wd-header-search-form] input[type=text] {
	min-width: calc(var(--wd-search-form-width, 310px) - 20px);
}

.wd-header-search-form-mobile .searchform {
	--wd-form-height: 42px;
}

.wd-header-search-form-mobile .searchform input[type=text] {
	min-width: 100%;
}

.whb-color-light [class*=wd-header-search-form] :is(.wd-style-default,.wd-style-with-bg-2) {
	--wd-form-brd-color: rgba(255, 255, 255, .2);
	--wd-form-brd-color-focus: rgba(255, 255, 255, .3);
	--wd-form-color: rgba(255, 255, 255, .8);
}

.whb-color-dark [class*=wd-header-search-form] :is(.wd-style-default,.wd-style-with-bg-2) {
	--wd-form-brd-color: rgba(0, 0, 0, .1);
	--wd-form-brd-color-focus: rgba(0, 0, 0, .15);
	--wd-form-color: #767676;
	--wd-form-placeholder-color: var(--wd-form-color);
}

[class*=wd-header-search-form] .wd-style-with-bg {
	--wd-form-bg: #fff;
}

.global-color-scheme-light [class*=wd-header-search-form] .wd-style-with-bg {
	--wd-form-brd-color: rgba(0, 0, 0, .1);
	--wd-form-brd-color-focus: rgba(0, 0, 0, .15);
	--wd-form-color: #767676;
	--wd-form-placeholder-color: var(--wd-form-color);
}
