.tender-search { display: flex; align-items: center; gap: 3px; margin-left: auto; min-width: 0; max-width: 100%; background: white; border: 1px solid #c1cbd6; border-radius: 4px; padding: 3px; }
.tender-search input { width: 210px; min-width: 60px; flex: 1; padding: 4px 7px; border: 0; outline: none; font: 13px var(--ui); }
.tender-search:focus-within { border-color: #2b579a; box-shadow: 0 0 0 1px #2b579a; }
.tender-search output { min-width: 62px; font: 12px var(--ui); color: #605e5c; text-align: center; white-space: nowrap; }
.tender-search button { width: 27px; height: 27px; flex: 0 0 27px; border: 0; border-radius: 3px; background: transparent; color: #2b579a; cursor: pointer; }
.tender-search button:hover { background: #e6edf7; }
.tender-search button:disabled { opacity: .3; cursor: default; }
::highlight(tender-matches) { background: #ffe886; color: #252423; }
::highlight(tender-current) { background: #ed8f27; color: #111; }
.tender-search-current { outline: 2px solid #ed8f27; background: #fff1b7; }
@media(max-width:760px) { .tender-search { width: 100%; } .tender-search input { width: 100%; } }
@media print { .tender-search { display: none; } }
