.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, 0.2);
    --wd-form-brd-color-focus: rgba(255, 255, 255, 0.3);
    --wd-form-color: rgba(255, 255, 255, 0.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, 0.1);
    --wd-form-brd-color-focus: rgba(0, 0, 0, 0.15);
    --wd-form-color: #767676;
    --wd-form-placeholder-color: var(--wd-form-color)
}

[class*="wd-header-search-form"] {
    padding-inline: 10px;
    flex: 1 1 auto
}

[class*="wd-header-search-form"] input[type='text'] {
    min-width: 200px
}

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

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

[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, 0.1);
    --wd-form-brd-color-focus: rgba(0, 0, 0, 0.15);
    --wd-form-color: #767676;
    --wd-form-placeholder-color: var(--wd-form-color)
}