.listing-row {
    transition: background-color 0.2s;
}

.listing-row:hover {
    background-color: #f3f4f6;
}

.listing-image {
    width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
}

.stats-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 1rem;
    margin-bottom: 1rem;
} 