.kelcar-catalog-search-host { position: relative; }
.kelcar-catalog-suggestions { display: none; position: absolute; z-index: 80; top: calc(100% + 4px); left: 0; right: 0; overflow: hidden; background: #fff; border: 1px solid #d1d5db; box-shadow: 0 12px 28px rgba(0,0,0,.16); }
.kelcar-catalog-suggestions.is-open { display: block; }
.kelcar-catalog-suggestion { display: flex; gap: 12px; align-items: center; padding: 10px 14px; color: #202124; text-decoration: none; border-bottom: 1px solid #eceff1; }
.kelcar-catalog-suggestion:hover { background: #fff7f1; }
.kelcar-catalog-suggestion img, .kelcar-catalog-image-placeholder { width: 44px; height: 44px; object-fit: contain; flex: 0 0 44px; background: #f3f4f6; }
.kelcar-catalog-suggestion strong, .kelcar-catalog-suggestion small { display: block; }
.kelcar-catalog-suggestion strong { font-size: 13px; line-height: 1.25; }
.kelcar-catalog-suggestion small { margin-top: 3px; color: #6b7280; font-size: 11px; }
.kelcar-catalog-empty { padding: 14px; color: #6b7280; font-size: 13px; line-height: 1.4; }
.kelcar-catalog-all-results { width: 100%; padding: 10px 14px; color: #c85f16; background: #fff; border: 0; text-align: left; font-weight: 600; cursor: pointer; }
.kelcar-catalog-all-results:hover { background: #fff7f1; }
.kelcar-vehicle-search-action { display: flex; align-items: center; justify-content: center; width: 100%; align-self: stretch; margin-top: 12px; padding: 13px 18px; border: 0; color: #fff; background: #e87828; font-size: 14px; font-weight: 700; cursor: pointer; transition: background .2s, transform .2s; }
.kelcar-vehicle-search-action:hover:not(:disabled) { background: #c95d0e; transform: translateY(-1px); }
.kelcar-vehicle-search-action:disabled { color: #9ca3af; background: #f3f4f6; cursor: not-allowed; }
.kelcar-vehicle-compatibility { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.kelcar-vehicle-compatibility select[aria-label="Variklis"] { display: none !important; }
.kelcar-vehicle-compatibility select[aria-label="Metai"]:disabled { display: none; }
@media (min-width: 640px) { .kelcar-vehicle-search-action { margin-top: 10px; } }
