.asset-card .asset-thumb {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-bottom: 1px solid #e9ecef;
}

.asset-thumb-placeholder {
    height: 160px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}
