.wrapper {
    // Wrapper for DashboardSearchResults (palette theme is in global.scss)
}

.itemImage {
    height: 50px !important;
    width: 50px;
    border-radius: 6px;
}

.itemTitle {
    font-size: 1rem;
    font-weight: 500;
    flex: 1;
    min-width: 0;
}

.noResults {
    padding: 1rem 0.75rem;
    color: #6b7280;
    font-size: 0.875rem;
}

.resultsList {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}