/* Search controls are intentionally explicit so browser autofill and locale styles cannot hide text. */
.ilc-search-band input,
.company-search input,
.product-search input {
    background: #fff !important;
    color: #201b18 !important;
    -webkit-text-fill-color: #201b18 !important;
    caret-color: #b64d29 !important;
    opacity: 1 !important;
}

.ilc-search-band input::placeholder,
.company-search input::placeholder,
.product-search input::placeholder {
    color: #6f6863 !important;
    -webkit-text-fill-color: #6f6863 !important;
    opacity: 1 !important;
}

.product-search-form {
    align-items: start;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 560px) auto;
    margin-bottom: 24px;
}

.product-search-form .product-search { margin: 0; max-width: none; }
.product-search-form .btn { min-height: 54px; }

@media (max-width: 640px) {
    .product-search-form { grid-template-columns: 1fr; }
    .product-search-form .btn { width: 100%; }
}
