.avatar-preview {
    width: 96px;
    height: 96px;
    border-radius: 4px;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.avatar-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.avatar-preview i {
    font-size: 48px;
    color: #6c757d;
}

.seller-item .search-result-icon img,
.mobile-search-results .seller-item .search-result-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    display: block;
}

.seller-header-avatar {
    width: 96px;
    height: 96px;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.4);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seller-header-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.seller-header-avatar i {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.6);
}
