.efsw-wrapper { position: relative; display: inline-block; }
.efsw-icon-btn { background: none; border: none; cursor: pointer; padding: 6px; display: flex; align-items: center; justify-content: center; transition: background-color .2s ease, color .2s ease, border-color .2s ease; }
.efsw-icon-btn svg { width: 20px; height: 20px; }
.efsw-panel { position: absolute; top: 100%; right: 0; margin-top: 8px; z-index: 9999; width: 320px; }
.efsw-search-row { display: flex; align-items: stretch; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; background: #fff; transition: border-color .2s ease; }
.efsw-search-row:focus-within { border-color: #c9962c; }
.efsw-input { flex: 1; min-width: 0; box-sizing: border-box; padding: 10px 12px; border: none; font-size: 14px; outline: none; background: transparent; }
.efsw-go-btn { flex-shrink: 0; border: none; cursor: pointer; background-color: #c9962c; color: #ffffff; padding: 10px 16px; font-size: 14px; font-weight: 600; white-space: nowrap; display: flex; align-items: center; justify-content: center; box-sizing: border-box; transition: background-color .2s ease, border-color .2s ease; }
.efsw-go-btn:hover { background-color: #b3841f; }
.efsw-dropdown { margin-top: 6px; border-radius: 8px; box-shadow: 0 8px 24px rgba(0,0,0,0.15); max-height: 360px; overflow-y: auto; }
.efsw-suggestion { padding: 10px 12px; font-size: 13px; font-style: italic; cursor: pointer; border-bottom: 1px solid #eee; }
.efsw-no-results { padding: 14px; font-size: 13px; color: #888; text-align: center; }
.efsw-result-item { display: flex; align-items: center; gap: 10px; padding: 10px 12px; text-decoration: none; border-bottom: 1px solid #f0f0f0; }
.efsw-result-item:last-child { border-bottom: none; }
.efsw-result-img { width: 36px; height: 36px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.efsw-result-info { display: flex; flex-direction: column; }
.efsw-result-title { font-size: 13px; font-weight: 600; }
.efsw-result-price { font-size: 12px; }
.efsw-result-type { font-size: 11px; color: #999; text-transform: capitalize; }

@media (max-width: 480px) {
    .efsw-panel { width: 260px; right: -40px; }
}
