/* Meilisearch General Styles */
.meilisearch-section {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.meilisearch-section:last-child {
    border-bottom: none;
}

.meilisearch-section-title {
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
    font-size: 0.8em;
    margin-bottom: 10px;
}

.meilisearch-item {
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.meilisearch-item:hover {
    background-color: #f5f5f5;
}

.meilisearch-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 10px;
}

.meilisearch-item-details {
    flex: 1;
}

.meilisearch-item-name {
    font-weight: 500;
    color: #333;
    margin-bottom: 4px;
}

.meilisearch-item-price {
    color: #7BC62E;
    font-weight: bold;
}

.meilisearch-highlight {
    background-color: #CFEAFA;
    font-weight: bold;
}

.meilisearch-no-results {
    padding: 20px;
    text-align: center;
    color: #666;
}
