.live-search-results {
	top: 65px;
    position: absolute;
    background: #fff;
    border: 0px solid #ddd;
    width: 520px;
    z-index: 999;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.type {
	font-size: 12px;
    text-transform: lowercase;
    color: #adadad;
}
.live-search-item {
    display: flex;
    align-items: center;
    padding: 8px;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    color: #333;
    transition: background 0.2s ease;
}

.live-search-item img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 4px;
}

.live-search-item:hover {
    background: #f5f5f5;
}

.no-results {
    padding: 10px;
    color: #777;
}

/**/
.header-search--compact form {
    width: 210px !important;
    left: 234% !important;
}

