.frontcat-header-results-item-default { border-bottom: 1px solid #eee; }
.frontcat-header-results-item-default:last-child { border-bottom: none; }
.frontcat-header-results-link { display: flex; align-items: center; padding: 8px 12px; text-decoration: none; color: inherit; min-height: 50px; }
.frontcat-header-results-image { width: 40px; height: 40px; margin-right: 10px; object-fit: cover; border-radius: 3px; }
.frontcat-header-view-all { display: block; padding: 12px; text-align: center; background-color: #f5f5f5; text-decoration: none; color: #333; font-weight: 600; font-size: 0.9em; transition: background-color 0.2s; }
.frontcat-header-view-all:hover { background-color: #e9e9e9; }
.frontcat-header-results-container a { text-decoration: none; }
.frontcat-header-results-title { flex-grow: 1; }

.frontcat-header-search-wrapper { display: flex; align-items: stretch; position: relative; }
.frontcat-header-search-input { flex: 1; padding: 12px 16px; border: 1px solid #ddd; border-radius: 4px; font-size: 14px; outline: none; transition: border-color 0.3s; }
.frontcat-header-search-input:focus { border-color: #007bff; }
.frontcat-header-search-button { padding: 12px 24px; border: none; border-radius: 4px; background-color: #007bff; color: white; cursor: pointer; display: flex; align-items: center; gap: 8px; font-size: 14px; transition: background-color 0.3s; }
.frontcat-header-search-button:hover { background-color: #0056b3; }
.frontcat-header-search-button i { font-size: 16px; }
.frontcat-header-search-button svg { width: 16px; height: 16px; }
.frontcat-search-results-dropdown { display: none; position: absolute; top: 100%; left: 0; width: 100%; z-index: 999; border-top: none; }

.frontcat-ajax-search-wrapper { display: flex; gap: 8px; align-items: stretch; }
.frontcat-search-container { display: flex; gap: 8px; width: 100%; align-items: stretch; }
.frontcat-ajax-search-input { flex: 1; padding: 12px 16px; border: 1px solid #ddd; border-radius: 4px; font-size: 14px; outline: none; transition: border-color 0.3s; }
.frontcat-ajax-search-input:focus { border-color: #007bff; }
.frontcat-ajax-search-button { padding: 12px 24px; border: none; border-radius: 4px; background-color: #007bff; color: white; cursor: pointer; display: flex; align-items: center; gap: 8px; font-size: 14px; transition: background-color 0.3s; }
.frontcat-ajax-search-button:hover { background-color: #0056b3; }
.frontcat-ajax-search-button i { font-size: 16px; }
.frontcat-ajax-search-button svg { width: 16px; height: 16px; }